Loading Tool

Explorer IconExplorer

Memory Pool

28,135 transactions
12.59 vMB
0.04721438 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 71.31/200 MB

Candidate Block

Mining Attempt ba6b7f28e00d4d2396287d6986750b92a8257c6a5256cb9f0fc020b6e7d328fd
Version 20000000
Previous Block 000000000000000000013a4c1a56173aa2834c4aeca141040f95eae60bef6c7a
Merkle Root 38a85dd4150b804332815f893fbdb85926c22e0a6de15eba4f660da30ff5745e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,165
Size: 1.00 vMB
Total Fees: 0.01708617 BTC
Median Feerate: 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,350 (792,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,889 120,889 0000000000006dc7c9f2c3c6bf5f983c90dc90d232ae144cb7c3e2cb33a38b0b 6 0.00 vMB 2,040
120,888 120,888 00000000000081d91e486d0c3e331b91b3085609275a486ef45da3590f01af1c 12 0.00 vMB 249
120,887 120,887 0000000000000338a290c4503eabb1a287e1f53e7a7a9ad65e94d48b18ac9539 13 0.00 vMB 1,024
120,886 120,886 0000000000007715c0700954c3390b3c86f9c1a3e44b981fe0b8fa9970685619 9 0.00 vMB 1,212
120,885 120,885 000000000000a76cc3e5bc19c8b0d53b3ea7002f2ee5e3afc50b7a9776b4b2f9 39 0.02 vMB 328
120,884 120,884 0000000000000d653b22fc34c86a43782a19cf70bc2909e2e90a13cbd3f26626 9 0.01 vMB 786
120,883 120,883 00000000000091486afcb7dee30ec65aeeef0dc820ae54aa57f6a9ce3884f455 9 0.00 vMB 734
120,882 120,882 000000000000481280b597e7dd2c25e3a7178c1c415e5912c5600ba79d6079d3 10 0.00 vMB 689
120,881 120,881 00000000000075daaa431517c5d885d7965335e4ded57706f0ac14f513195790 6 0.00 vMB 694
120,880 120,880 000000000000459cd4441d64d483e642f20a75fa25543dce57888032fafebf57 2 0.00 vMB 0
120,879 120,879 0000000000003687bd833adfc752ef25c5bd4637ee321fbcddd74dc3f56abff0 6 0.00 vMB 0
120,878 120,878 000000000000690b07fb6d4da3cc9d4ec6a290bd9a1a9eea5777b7eeeb40de32 8 0.00 vMB 1,347
120,877 120,877 0000000000005f4f37c9c23f701f5ff9cdde5ef682b0f98f1bc7a6c07e07da97 1 0.00 vMB 0
120,876 120,876 000000000000789f3a0800a58d399bcf20f2a90e12b1fb48023907cdca28c3a0 33 0.01 vMB 189
120,875 120,875 000000000000189a46a606d80e69f824a2280c025e1f2be18bc09c51902d6de0 23 0.01 vMB 710
120,874 120,874 000000000000b23d1f9c370943d272cd8502e26a424dd82d95e3d1bec488dda9 7 0.00 vMB 355
120,873 120,873 00000000000075c0d4f1cf3cf269a4d143b456c706c9e7cc87d7160a774ed097 22 0.01 vMB 709
120,872 120,872 00000000000072824185bfaaabff557734d0d2cf20ea438ce82966cf86fda4f0 2 0.00 vMB 0
120,871 120,871 00000000000033bca05fbf79737d1bbf374a446bf63a86aa7ad123778b3d9e9f 21 0.01 vMB 1,031
120,870 120,870 0000000000000e2709137a4e3b7f5a7870caa5494ae1a6e89bf7aa7eea678233 9 0.00 vMB 952
120,869 120,869 0000000000000d496cbc054194ffed075a8600725c62b10659e2f70dc92af7e9 54 0.02 vMB 568
Previous 10 blocks ↓
Total Size: 779.47 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 93
    • Outgoing: 10
  • Data Transfer:
    • Sent: 159.76 GB
    • Received: 0.65 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.