Loading Tool

Explorer IconExplorer

Memory Pool

35,824 transactions
27.77 vMB
0.06216528 BTC
Random Selection Loading Transactions
Max Size: 139.77/200 MB

Candidate Block

Mining Attempt 96129eb40b9b3a70a9e93379caaa69e71523811affa53560d1189e929604a3b6
Version 20000000
Previous Block 00000000000000000000b940d12fdd4738a54d039159eec3ba1e77f5522f2a8e
Merkle Root 354a587e70ccefae18f893ef8635592138346c697b07613a8ea1738aaad0752f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,463
Size: 1.00 vMB
Total Fees: 0.00928251 BTC
Feerates: 100.17 > 0.93 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,597 (138,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
776,528 776,528 00000000000000000005a1c1b36e106ae1ca7ec93c2e02a59289c97fd7c08c58 3,226 1.00/1.00 vMB 32
776,527 776,527 00000000000000000002577c9cf7f4a68c56de59fadc6e20d916142b7ce78161 1,881 1.00/1.00 vMB 29
776,526 776,526 00000000000000000002391c84da3bbee1ddab75b8738a3a0e5b182c085342da 2,586 1.00/1.00 vMB 23
776,525 776,525 000000000000000000067eea55fad3bc5f7f6711533f7c20a0f7128f2d2e986b 2,371 1.00/1.00 vMB 13
776,524 776,524 000000000000000000036c4e17d5dd52ecbbc4b97ae6d2ac08389a59e1f4f612 3,245 1.00/1.00 vMB 29
776,523 776,523 000000000000000000025926dbac0aea9cc543321c3a6a2920f2e05e0057d8d3 3,331 1.00/1.00 vMB 18
776,522 776,522 00000000000000000002b393bc8410c66f4b5e273e16a39c15cc22dba32d2e21 3,122 1.00/1.00 vMB 22
776,521 776,521 0000000000000000000364bae314dc280c43f9b8d1f6a6e2b13b47c89944a866 1 0.00/1.00 vMB 0
776,520 776,520 00000000000000000000627d50f644ebc72c0bc4579aaa1341630756f8e451ed 2,530 1.00/1.00 vMB 23
776,519 776,519 0000000000000000000141a7338eb3252022598b62e795027397eff7874c261f 2,953 1.00/1.00 vMB 27
776,518 776,518 0000000000000000000567c1ac49178f734895075ac2410302513f245eac62a5 3,152 1.00/1.00 vMB 38
776,517 776,517 0000000000000000000141254e831127d0e7a995f8867ce9e13427fdc84c9042 1,810 1.00/1.00 vMB 27
776,516 776,516 0000000000000000000088be5eecc02463fd4b7fd9afbcc4a25bcd1118547a44 1,552 1.00/1.00 vMB 17
776,515 776,515 000000000000000000062ee5c6896b1c102709488116c70bcbfae2f470ee6caf 1,610 1.00/1.00 vMB 11
776,514 776,514 000000000000000000046b842e504b3482218b6c46822a4105617fa13b20b3a6 1,455 1.00/1.00 vMB 11
776,513 776,513 0000000000000000000472410125d629edc133b5e6049fb439f9dc45e091faab 2,691 1.00/1.00 vMB 18
776,512 776,512 00000000000000000004ea9ee904bdd70e108dbb7a352972441db8539c6045c4 1,360 1.00/1.00 vMB 9
776,511 776,511 00000000000000000004492e54c261f6b9f126ff0e96cde5150c6a3ecf4e3cd2 694 1.00/1.00 vMB 6
776,510 776,510 000000000000000000029a298e9357612066737cfa761d3b3bfe1e1dd7b7958e 544 1.00/1.00 vMB 5
776,509 776,509 00000000000000000001e082d8dd68286e95be5731df8974fb03ae866f85cda2 1,868 1.00/1.00 vMB 15
776,508 776,508 00000000000000000005e047ebf1f93a69b82996a97db5f0197f8ea65ae1f4bc 2,415 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.68 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.33 GB
    • Received: 11.79 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.