Loading Tool

Explorer IconExplorer

Memory Pool

35,082 transactions
26.57 vMB
0.05658281 BTC
Random Selection Loading Transactions
Max Size: 134.00/200 MB

Candidate Block

Mining Attempt 9b36bef488d7d26bb179d528e15d3c53cc526dd3c57214decf9c97ae2056e31e
Version 20000000
Previous Block 000000000000000000019a6a43291f856c35b16a71da6815df4a131b431a0b21
Merkle Root 40a0619f9caac42b7726b717e04c6fbbac09b0f3efd65d4a0d4dae4eeb85248b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,419
Size: 1.00 vMB
Total Fees: 0.00701845 BTC
Feerates: 160.84 > 0.70 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,651 (732,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
181,768 181,768 00000000000007be233bd1bea218b02fbbeca9a07ef7c3df08f5d34c411f3776 36 0.02/1.00 vMB 353
181,767 181,767 0000000000000a73faebd203eef031aea432546bc801e878f13941facdc118ac 68 0.04/1.00 vMB 425
181,766 181,766 00000000000005989bd017e9f42eaf5e22c562b60d0f027095612af4b8093b60 172 0.09/1.00 vMB 175
181,765 181,765 00000000000005ab8c4fc30c61f2367af8dbb9dcfca4544c70ed8210c50c3edf 12 0.00/1.00 vMB 52
181,764 181,764 0000000000000114baee4a0c04a65af8904b791f59d3b3a62843f14d6d7c17fb 273 0.16/1.00 vMB 94
181,763 181,763 00000000000001e59f9e30ae3b36d1c8730ff96c9b0487b3ce85d98eef182dc9 183 0.08/1.00 vMB 119
181,762 181,762 0000000000000256b6b74ff763ddd9a475b79f77fc3b85fa2d6acc2f5077d378 46 0.02/1.00 vMB 106
181,761 181,761 00000000000006d10e5175d73efc597bc81c8180ff9da33505553a105a8db868 127 0.07/1.00 vMB 228
181,760 181,760 00000000000000f07126d4f196bce9626075a2a8055da810593cc784828afb9f 151 0.07/1.00 vMB 204
181,759 181,759 0000000000000177c8b479cb984f2127ae21f22ac7dae2ff1c77e048ce209a0a 124 0.05/1.00 vMB 118
181,758 181,758 000000000000084aa5650ef3b710e4d755bcde282f5e435ccd11085e67573766 10 0.00/1.00 vMB 800
181,757 181,757 00000000000006393115b00bea9d4c360d1ca710e04cdb79d0e00988b3ea58a5 8 0.00/1.00 vMB 18
181,756 181,756 00000000000004d6f0275875feebd34095edd8bb31f8d779caf8a8fa828b3dc4 26 0.01/1.00 vMB 85
181,755 181,755 0000000000000405fd0c6761d6bef3ba4e06891c89fbdb1a3012019633d33fc6 45 0.02/1.00 vMB 85
181,754 181,754 000000000000026c78b04f41e3045deee6082831c449fffeaa4ef63d489ea7df 345 0.14/1.00 vMB 492
181,753 181,753 00000000000006868436b7eecd33446e54e1f64dfbd4b1ce4d11dcb77a2969ed 16 0.00/1.00 vMB 132
181,752 181,752 00000000000001bb029384764b0ff00f23bfd486c4d9249c55b893f0f6d6fa76 346 0.14/1.00 vMB 140
181,751 181,751 00000000000003eda9f40e5488a2c1bc781bbc7170b61a4189729604c7762a10 76 0.03/1.00 vMB 133
181,750 181,750 00000000000009271c9294b2bc6b25b8785a073ba3ddf75428cbd72c2115c1a7 64 0.03/1.00 vMB 102
181,749 181,749 00000000000007e5acb3e8f92b291fde4d08b5856084efc64cb181f5fee0464c 102 0.04/1.00 vMB 103
181,748 181,748 00000000000003e12990a38ae3b7c58b0202d4bbeae579836f97c915a65a267e 42 0.02/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 781.77 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 632.84 GB
    • Received: 12.15 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.