Loading Tool

Explorer IconExplorer

Memory Pool

81,431 transactions
29.82 vMB
0.13053368 BTC
Random Selection Loading Transactions
Max Size: 180.69/200 MB

Candidate Block

Mining Attempt 9e0829bb107b5439df86273b3ea3a14c30b576ee8cdb45a814b2af54a1dc2d9e
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root 884081d2ca0f47a6117e1cfd3d4e413e3431582638f5386732f11d2a157658de
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,718
Size: 1.00 vMB
Total Fees: 0.06238865 BTC
Feerates: 151.07 > 6.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (542,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
372,616 372,616 0000000000000000141b24483a1ce64ef620ecd2bea7b8ce9f216c1c6b695b19 669 0.83/1.00 vMB 51
372,615 372,615 0000000000000000042967ffdd56ba839a1e4fdcb1a1c771f29d84140ec555d2 495 0.77/1.00 vMB 48
372,614 372,614 00000000000000000528fbec9249748b39b3a7de8af930f8f655a9b7367ec86d 489 0.75/1.00 vMB 61
372,613 372,613 0000000000000000134d0d1fa7bf03144f3e2844d045f5cf9b7d5e1b488a1979 863 0.90/1.00 vMB 53
372,612 372,612 00000000000000000fecf205257857d23978339e260c7e6fecb1604d91e9e02e 550 0.75/1.00 vMB 52
372,611 372,611 0000000000000000064a70dd4e3447e90b1af55a0ed5402d093073a33c8c0e59 343 0.34/1.00 vMB 17
372,610 372,610 0000000000000000056e394d44a7ae5eb021d6171504a7dec0a833d50763fad6 571 0.80/1.00 vMB 47
372,609 372,609 00000000000000000d533060763bd64c8b97de7fdbc407bd918cf97ff37ae69a 1,581 0.95/1.00 vMB 41
372,608 372,608 000000000000000012d18e9758b6634101597e8fc8ae804874fdaa5d157b23a1 112 0.07/1.00 vMB 46
372,607 372,607 000000000000000001dc54fcbba749cc64d4e0e8ccc5b5028ee1957c0a9b2680 1,488 0.99/1.00 vMB 31
372,606 372,606 00000000000000000bd63f02aa354583f6a4cf9f1fa4f5bc5abc826f05f7acb2 1,263 0.50/1.00 vMB 31
372,605 372,605 00000000000000000f0cbfeb877f49c145b5311523e6b3bb5904e226f4615f3f 629 0.75/1.00 vMB 49
372,604 372,604 000000000000000001c455e0fd8e2cb981d332979e13485f97f793eeced86058 671 0.81/1.00 vMB 48
372,603 372,603 0000000000000000141759cf0f66aa0b6cfda795dd91bcc5b41a6a943e67749b 527 0.80/1.00 vMB 48
372,602 372,602 00000000000000000a2fac92bd5dfed80770fcbc2960fedc0be57ea4d6719c9e 945 0.90/1.00 vMB 53
372,601 372,601 0000000000000000040d2dbd7c3e40e0bc0546e6ef744c5e4f2da383226ed1ce 583 0.81/1.00 vMB 48
372,600 372,600 00000000000000000382ef35f41f609fe22fe0b9f3e95111c93ff42c2f6877ae 476 0.26/1.00 vMB 22
372,599 372,599 00000000000000000da48a4e60aa4334ae91522444df21859eed8d8fe0f6edb9 1,585 0.76/1.00 vMB 42
372,598 372,598 000000000000000008d849da9fa5231559d9a3a71fec00252b1276dc36f0c3b4 887 0.39/1.00 vMB 42
372,597 372,597 0000000000000000008a5d6c2e81ebbf65b98b3b1daff9fc7c518560f8e55151 2 0.00/1.00 vMB 0
372,596 372,596 000000000000000011e395c9a8b0d9af0e47cfca056dde313216c299c0034892 1,384 0.61/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.59 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: 671.67 GB
    • Received: 15.98 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.