Loading Tool

Explorer IconExplorer

Memory Pool

12,358 transactions
6.82 vMB
0.01728170 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.41/200 MB

Candidate Block

Mining Attempt e22394daaabe501dbd0ba8a8b8898bcd94a4a50a693ee0b3b999a8ebd4f87a9d
Version 20000000
Previous Block 0000000000000000000077a8e4484c4483f5d5f875c5b70ac5aad6700d6b4d8a
Merkle Root 09905f77e361900f936e8f001a6b1c070c7ff4cc8e03c1645eac87725530c08a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,357
Size: 1.00 vMB
Total Fees: 0.00440041 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,438 (836,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
76,500 76,500 00000000005885e1e1b8c3d1fd2409d91cdde99be71d13874260ebb702f665f0 1 0.00 vMB 0
76,499 76,499 000000000015e5d9057b2e2f4af7371f03fdc0a496876cb63d239353baa6557e 1 0.00 vMB 0
76,498 76,498 00000000001ec035b4b3c1d7cf59637cd69eadc6fa67a44f48d46b5776f2c0be 1 0.00 vMB 0
76,497 76,497 00000000004221c68ff0fb2c9e7328e56d1f43f8f0ee52773934048f5fdc9897 1 0.00 vMB 0
76,496 76,496 00000000005ed94804a3b0c656c6a993dd592ffb9f41dcbab1ce1eabfc2a61fe 2 0.00 vMB 0
76,495 76,495 000000000066b5a4e9611029bf693b797f78c7196d26dd1b1e76c81b311b5936 1 0.00 vMB 0
76,494 76,494 00000000000aa900591d90d734bd45f824dd83bc9ff556c1d5dfc3ecd5439d82 2 0.00 vMB 0
76,493 76,493 00000000006a949b3e47b1f7f311075e1460afb0c924afd9b7dbc80ab828d411 1 0.00 vMB 0
76,492 76,492 00000000005aafefbe8b800f4ed69d2002dbece7227d8ccff25957a74777acf0 4 0.00 vMB 0
76,491 76,491 00000000003eadcb175212b04b8a6561ee9ee3e33d4d37f4294b540816846547 1 0.00 vMB 0
76,490 76,490 00000000007a4690944c5ffaa050a54adc7416c8fc5b8aa41470bcf0a9995a76 1 0.00 vMB 0
76,489 76,489 0000000000788118f91d319606cf3bfb4741cad8290c5a9d36c8626ad9b81d46 3 0.00 vMB 0
76,488 76,488 000000000042b4ea9e19f17de12893de752d32c92c5f108dc3c9114fdb865517 1 0.00 vMB 0
76,487 76,487 0000000000401e373d7e0855e73385f63f42b06105f2269c95e9c3f18934fcd0 2 0.00 vMB 0
76,486 76,486 00000000002ae3869934d860ff757f0552929570ebf5f9a25560c0c3ae96d35e 1 0.00 vMB 0
76,485 76,485 0000000000743c801172cc5f3088bc82bf8e79b6bb769e29b58e3237c1dc5bcc 1 0.00 vMB 0
76,484 76,484 00000000004f01df91e61175b4a9070b2ec9805606ef45ce41b3a0a7b96a13d7 1 0.00 vMB 0
76,483 76,483 00000000002b7dd5e1241ede3e542496a313ba8142691468614aa8b700fa30b2 1 0.00 vMB 0
76,482 76,482 00000000005385b81ad7981e33b588aa61a61a041c89f791ff47c639e2e88532 1 0.00 vMB 0
76,481 76,481 00000000003f44622addd2a8da3c67913b05cc4766eb8a1119bff7c8f840dcd0 2 0.00 vMB 0
76,480 76,480 00000000004d87b0aa2de8320a95480363edc906bf707921b824323439e1d7ec 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.63 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: 303.24 GB
    • Received: 1.37 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.