Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,524 transactions (2.03 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,894 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,818 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,893 (819,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,553 90,553 000000000006255e4572828a9727b6c6fef4d6627dadad4ac9e2fc960aa8971f 0.00 MB 1 0
90,552 90,552 00000000000ca5c4d38a900e9190de0ecf5f9aa5277ce7326353b68026da6fe9 0.00 MB 2 0
90,551 90,551 000000000013697d6ce08221a6c22a16cf91a16680cc0046c534c637b5c6b163 0.00 MB 4 0
90,550 90,550 000000000004dbb1f6a1708c8a8ede3b99d2d012d77bba8af2dee66d7331d51e 0.00 MB 1 0
90,549 90,549 0000000000101d8a6175c06fc7eea521ffa511aa58d0ba9c851ebc4eb55a72a1 0.00 MB 2 0
90,548 90,548 00000000001128f42f62ac51a87c2f366f3ee2d1fbceb703f3e9db3cbc03e749 0.00 MB 5 0
90,547 90,547 000000000002f03f609e5be19d1203916b571bac2973ffe373ade1f7c140b1ff 0.00 MB 4 0
90,546 90,546 0000000000134f86b40e0accd6d7a8b012629961045ca6f8e06d9b083d760c98 0.00 MB 2 0
90,545 90,545 0000000000143b3f82faf26d0e7806f16ca0c3f5f082bb1677bb06fb429e18ba 0.00 MB 1 0
90,544 90,544 00000000001210e8233699a68259377cd533264819f94ff561ef104c31b94cef 0.00 MB 3 0
90,543 90,543 00000000000ade8b25cea67c284101632ee44fc93ee98784b37f7ac0f9be5cd0 0.00 MB 3 0
90,542 90,542 00000000000c7fca5638c247ee962ff545048f61b83e0a6e026450ed00f40ba4 0.00 MB 1 0
90,541 90,541 000000000002e7074185f5784d679f65095a72ff2c3b687301fc03b3c0dbc2b4 0.00 MB 3 0
90,540 90,540 0000000000102e8dc4d65d2a9ca2ca41003140031615dc3dffb84ff558d4ad3a 0.00 MB 1 0
90,539 90,539 00000000000c80a30b1e4242c30a6795b7fbcc2b1ce6e59132fd11fd47c729fd 0.00 MB 1 0
90,538 90,538 00000000000d6244d85f86d117d86b3ac42eb6f9ec98d5cba1df3cee458a0106 0.00 MB 3 0
90,537 90,537 00000000000c903f0074885072eb050e9d15a9c2d5566e8f9bc2e472fb5afa1b 0.00 MB 1 0
90,536 90,536 0000000000108c409bf4f77beea85cea5a6c816b8296dcc4a765e889c65b9bb5 0.00 MB 1 0
90,535 90,535 000000000003722871b2f33372204df28b6ae6e3524a0164747a78af742647ef 0.00 MB 1 0
90,534 90,534 0000000000089ad0ec9c208cb40038353bee59753b97e712574d6cc44deeb1a0 0.00 MB 1 0
90,533 90,533 00000000000b503be721d5d6d02e019c63f245e90330979b832cc11a31154b9d 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 773.20 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,171.61 GB sent, 114.39 GB received

Notes

  • This page updates every 5 seconds.
  • 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.