Loading Tool

Explorer IconExplorer

Memory Pool

84,371 transactions
31.67 vMB
0.14289287 BTC
Random Selection Loading Transactions
Max Size: 189.20/200 MB

Candidate Block

Mining Attempt c0c9ef1eb2d8867a84681959a1147baff8621c49b3a15a501d15063073956249
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root a124288afe7f161f56f4e824c0544c0635b8404b62a13b9bd60dac8c282d0bb9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,271
Size: 1.00 vMB
Total Fees: 0.03779911 BTC
Feerates: 55.77 > 3.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (88,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,448 826,448 000000000000000000010a58aee2629b79654ef45803463b46d7e08c8778a48f 3,282 1.00/1.00 vMB 85
826,447 826,447 0000000000000000000374a26c198195afc8634edcc6363b19cf9961c274d49d 3,130 1.00/1.00 vMB 68
826,446 826,446 000000000000000000013365ddc77aec07e9a34a347272a3587075dc7ed665d5 3,050 1.00/1.00 vMB 48
826,445 826,445 00000000000000000003c0a8f626a8476076faffc765703449bec3f85b9e6863 4,188 1.00/1.00 vMB 69
826,444 826,444 000000000000000000028da36c8fa41e3c298f785ceacf2a9b05f0ec1ef4bef2 3,632 1.00/1.00 vMB 54
826,443 826,443 00000000000000000002162cb0feb29f2cbda0af87d78a136b91018a42678a0c 3,485 1.00/1.00 vMB 56
826,442 826,442 00000000000000000002846d852e7b4428b14c1194444c9fcd1c829827ff2026 3,548 1.00/1.00 vMB 79
826,441 826,441 00000000000000000002016db7679e7a73becde8430e92f622c9f3916fabdc49 3,486 1.00/1.00 vMB 62
826,440 826,440 000000000000000000030bd26377b1fa758b10fa57e25d11de0ecbc4a1a56e1c 3,303 1.00/1.00 vMB 64
826,439 826,439 000000000000000000006965549d4b3f9c97dc44c2148803d84d7a0d3c29adfa 3,055 1.00/1.00 vMB 64
826,438 826,438 000000000000000000030d5eb4f00222ab58f3960e4802f94b1a94c560fcad67 3,537 1.00/1.00 vMB 121
826,437 826,437 000000000000000000023c5684a77b410be2a5fa29e338eb3458f37e2d9b8f45 3,793 1.00/1.00 vMB 58
826,436 826,436 00000000000000000003cb9c9276500ddd7a9c612f2a32402681b2b65f6848c8 3,070 1.00/1.00 vMB 50
826,435 826,435 0000000000000000000007f52293b5c7afc0fd647f6dbdb0df4702697e2d9cf4 3,643 1.00/1.00 vMB 72
826,434 826,434 000000000000000000034c89f6f2377626a142bfb7715731b0e4119fa605fa64 3,442 1.00/1.00 vMB 69
826,433 826,433 0000000000000000000230edc5107f6bd3f186e965048f0d1cfa8c9b0210377f 2,918 1.00/1.00 vMB 128
826,432 826,432 000000000000000000037685f294448077799d80d435852582335128f24b1e2c 3,385 1.00/1.00 vMB 86
826,431 826,431 0000000000000000000006810bb3d7b6399825f269d9996be58e5e8c31f00103 3,407 1.00/1.00 vMB 68
826,430 826,430 00000000000000000001ba63a89f58855d360c1b9c4f4a8d1c22901beab49a5d 3,072 1.00/1.00 vMB 90
826,429 826,429 000000000000000000004db05987cd5a13a7007b9ad14d973ec133299cab5d03 3,340 1.00/1.00 vMB 74
826,428 826,428 000000000000000000009a1a7d6ae4b12c5b35fa381f2f98e5c209b4bc0a8d15 3,280 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.65 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: 672.72 GB
    • Received: 16.32 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.