Loading Tool

Explorer IconExplorer

Memory Pool

71,892 transactions
27.77 vMB
0.06030051 BTC
Random Selection Loading Transactions
Max Size: 164.77/200 MB

Candidate Block

Mining Attempt 4704d3579d06b319bfce518011b02fe4ae16e0c58abdf159d08489a4b7b81877
Version 20000000
Previous Block 000000000000000000009e0d05ec642d7cff4f2783635cafb8c4809e49c30b10
Merkle Root 28d4a7068d2f2f712934656abe116458237beb2bdf4b2684596b6487b523fcba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,920
Size: 1.00 vMB
Total Fees: 0.00500419 BTC
Feerates: 49.26 > 0.50 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,051 (289,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,498 625,498 000000000000000000009132bce190bec1044b4a94ad718df4695039a4cd5a7b 2,356 1.00/1.00 vMB 6
625,497 625,497 0000000000000000000aaa41f6e9c8dbd5eb316d979d71efaccdbd5a92fcb369 2,936 1.00/1.00 vMB 5
625,496 625,496 00000000000000000009a84a24a7333d64d35f5e5895fe998c5c53a35f60882d 2,801 1.00/1.00 vMB 24
625,495 625,495 00000000000000000000dde3753a74763c789311ada03cbef4d61995044855bb 756 0.25/1.00 vMB 12
625,494 625,494 0000000000000000001316dfcd58268b2d48708016d654db28a2a33199b5898c 1,235 0.45/1.00 vMB 10
625,493 625,493 0000000000000000000c61e402fb4bcd836dde27a86e29a8ad312db56c7af468 2,006 0.70/1.00 vMB 12
625,492 625,492 00000000000000000010ce4021b05febd87c4a0996cb737d29f0539b5d658666 2,385 1.00/1.00 vMB 11
625,491 625,491 0000000000000000000814c374be0f5212a1cf6c01730621d93c886035dcde20 821 0.20/1.00 vMB 1
625,490 625,490 000000000000000000008fab85b8d192e814566e73d1428392ac5d88671cef8b 3,072 1.00/1.00 vMB 14
625,489 625,489 0000000000000000000ac6f39b4d0aac181590e90b32b4ab5104c51f5510748b 375 0.15/1.00 vMB 14
625,488 625,488 000000000000000000090b92f88fd2ae1a7f4bc45d1814f5dd947f9353ed992e 2,519 0.81/1.00 vMB 12
625,487 625,487 0000000000000000000c9adc9eb086c4eedbcda2c69e607ba99dea1b79a950fa 360 0.14/1.00 vMB 11
625,486 625,486 000000000000000000055f9d98b3e86db2ef44f279cd8ab00db3b906f78bd4a3 2,581 0.92/1.00 vMB 12
625,485 625,485 00000000000000000006efb5609f5d2932165a195746df0a5c68aae752daa857 1,442 0.91/1.00 vMB 4
625,484 625,484 000000000000000000055d8e36dc54774f1dbd0718ce419ecc307bdeaf7c4f69 2,371 1.00/1.00 vMB 12
625,483 625,483 000000000000000000095e411916d52cc8e849efd19dad4bbb511719aa9b2f48 2,882 1.00/1.00 vMB 15
625,482 625,482 0000000000000000000963d10b54c6db6de7858c2023b8a714330b9293a16cfb 1,892 1.00/1.00 vMB 3
625,481 625,481 000000000000000000125b406d0164eaf96631ef8f020bf3e9b91d962cba3daa 2,992 1.00/1.00 vMB 9
625,480 625,480 00000000000000000000c6c9c82214cb1ce2d71c9a448f63167c1b499dd5528a 2,924 1.00/1.00 vMB 16
625,479 625,479 000000000000000000068e0e2dfea15780f286a1d21f86ec70860c95c36eb60b 2,983 1.00/1.00 vMB 15
625,478 625,478 000000000000000000087478894f578428e95c2f6bb5484a192efe7b1088a7c2 2,645 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.48 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: 668.16 GB
    • Received: 15.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.