Loading Tool

Explorer IconExplorer

Memory Pool

80,323 transactions
29.66 vMB
0.09001635 BTC
Random Selection Loading Transactions
Max Size: 179.98/200 MB

Candidate Block

Mining Attempt c60bb70209ebdaf81fad55cb98865a54a34ed84fe15ac745f51c221ba36e7e4d
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 7619d1f3e245b585c600f3d7e6e616b4d88f648b056d266c0058fae0ca69adfc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,982
Size: 1.00 vMB
Total Fees: 0.02429701 BTC
Feerates: 90.00 > 2.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (270,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,560 644,560 0000000000000000000eb1445261c287b09ba8225a2016bfdec7ce61effc6cee 2,813 1.00/1.00 vMB 81
644,559 644,559 0000000000000000000d5f8adae8d9b496332f01eb13c68db204967fda4d42cb 2,960 1.00/1.00 vMB 106
644,558 644,558 0000000000000000000edd3442389eff812c7286e2a8b42823b6f29a414aa2d2 1,904 1.00/1.00 vMB 58
644,557 644,557 000000000000000000072c9810148da95a6e4b802f802d29b316996b16566523 2,459 1.00/1.00 vMB 101
644,556 644,556 000000000000000000043f980f78714341c9e0baacd8d3f29c49db0ade7d3338 1,389 1.00/1.00 vMB 38
644,555 644,555 000000000000000000042d4e480acef1c86d94b0488013af04f4407edf6557bb 1,966 1.00/1.00 vMB 111
644,554 644,554 00000000000000000005872930c09de32150485ed01629e03c2d24e64f2bd77e 1,617 1.00/1.00 vMB 108
644,553 644,553 0000000000000000000c44bf26af3b5b3c97e5aed67407fd551a90bc175de5a0 2,765 1.00/1.00 vMB 86
644,552 644,552 00000000000000000009777150c474e2f742338f0b2920390cfb3788d79a2ab1 2,807 1.00/1.00 vMB 99
644,551 644,551 0000000000000000000933abcdf462a1683ca6df3906300864ffeec3d7b9f6aa 2,900 1.00/1.00 vMB 65
644,550 644,550 0000000000000000000ac41e87ab75ada6069cbf40e69a81bae9cccaee9428b2 2,977 1.00/1.00 vMB 154
644,549 644,549 000000000000000000059a6a2d8e75f9eb427719bc67b7648601ddd464bd5417 2,520 1.00/1.00 vMB 56
644,548 644,548 0000000000000000001010285cb008c0eab2ba195978769034b10a2b5aa962a4 1,978 1.00/1.00 vMB 125
644,547 644,547 0000000000000000000d6255fd50e5a949ce97dee556709c729a8c9ef21ca7ae 2,033 1.00/1.00 vMB 38
644,546 644,546 000000000000000000023647eae8fb722c0be75df5b8734b8628af47086b60bf 2,276 1.00/1.00 vMB 45
644,545 644,545 000000000000000000053cb2f1bf7b82db34a963fbb0c6b78e6fd388d03ab8d5 2,679 1.00/1.00 vMB 144
644,544 644,544 0000000000000000000cefb916cd7838530a1608016275c0209733c6df40508e 2,541 1.00/1.00 vMB 51
644,543 644,543 0000000000000000000aeaa8584fe7b8186c55d3b32e8eeaf845800ea442ad06 1 0.00/1.00 vMB 0
644,542 644,542 0000000000000000000fdca447d48331148b61f39f26a7c4065cc2fe152f5a40 3,077 1.00/1.00 vMB 142
644,541 644,541 0000000000000000000c509c04bfba847d07a86fad46a963161db608a2d71db0 2,758 1.00/1.00 vMB 53
644,540 644,540 0000000000000000000ef5279b44ba7da734d6c7adbd23bbd82eba4e9194a96d 2,818 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.