Loading Tool

Explorer IconExplorer

Memory Pool

76,241 transactions
28.42 vMB
0.06534864 BTC
Random Selection Loading Transactions
Max Size: 172.31/200 MB

Candidate Block

Mining Attempt 7aa9933fd31cc7fa23b850773df6dcbcc546d6b3d3e3a77dfef99151829ab7ca
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 5ca8744c2f9c67b0e0383f2f91a9d858c0c93d47b684f5f2a99e8529ecb052c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,478
Size: 1.00 vMB
Total Fees: 0.00643803 BTC
Feerates: 71.79 > 0.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (538,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
376,960 376,960 0000000000000000065476627223a89063bdb8c67669e67b53caf8bfee7790f8 1,118 0.60/1.00 vMB 57
376,959 376,959 0000000000000000097912b7025f798528cee42c2464524b2734d1b52f218f4a 178 0.08/1.00 vMB 37
376,958 376,958 00000000000000000333f68fcb3b369157a4e7b5edb8be596e46da82f8486e9a 386 0.19/1.00 vMB 66
376,957 376,957 0000000000000000004282deeccb4d22a23d54682789ff4f874175781414804c 630 0.34/1.00 vMB 32
376,956 376,956 0000000000000000015d438421443eb7a72b2df0067c08a023d3525eb86c20bb 733 0.45/1.00 vMB 31
376,955 376,955 000000000000000001ef2e8f07074a2aa3f0e778904625670af69afa4f5d3d96 747 0.36/1.00 vMB 49
376,954 376,954 000000000000000006f188dccc389f101a445ce4c4416dfcf3d6b425ac67df53 110 0.05/1.00 vMB 31
376,953 376,953 000000000000000000d457c4ef4460c36650ce65c514facdb64ad2d22a2eadd1 1 0.00/1.00 vMB 0
376,952 376,952 000000000000000001b51746a7dbc0421c5ee259e45e6272cb6d22abf4a1e011 428 0.22/1.00 vMB 54
376,951 376,951 0000000000000000056316ea61ea9b01972bf247571e6b52c3f2ed9d4ec6b3d6 60 0.03/1.00 vMB 21
376,950 376,950 000000000000000011a61e4e0e954a18ad8f9c8cbc7ca2795d59d5b98b77a77e 1,490 0.79/1.00 vMB 32
376,949 376,949 00000000000000000e6188a4cc93e3d3244b20bfdef1e9bd9db932e30f3aa2f1 9 0.00/1.00 vMB 72
376,948 376,948 0000000000000000014ac4d095d9322233c8d007e550970510021990f298a729 380 0.17/1.00 vMB 32
376,947 376,947 000000000000000002a90e27b83de3fa949f574b1a5b436eae49a8c929ed501a 358 0.16/1.00 vMB 34
376,946 376,946 00000000000000000f5a3541670da06d706ea2a4b95c8047a6bbb8e2aece449c 528 0.44/1.00 vMB 31
376,945 376,945 00000000000000000dfc292bc8571b93524883de2e40f809c1f6a5fd60da416b 1,554 1.00/1.00 vMB 32
376,944 376,944 0000000000000000003113202aece48fab9f0975d4d9eaba99f0f6c34b370eca 706 0.52/1.00 vMB 26
376,943 376,943 00000000000000000f4af93a562ca2f132c52b3ec9e55a528debb7f20ccfb2cf 810 0.41/1.00 vMB 39
376,942 376,942 00000000000000000ec3faaf4b4600de509c359780d9d32bda36437ac3ea3dff 514 0.25/1.00 vMB 35
376,941 376,941 00000000000000000e8dcfbd483e943037c851c6e575b64f1f8a242da07fab01 312 0.15/1.00 vMB 36
376,940 376,940 00000000000000000c8e80db9b449604c6757bab3494d455a2feb0a427788bed 85 0.05/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.40 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.