Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,583 transactions (1.32 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,512 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,637 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,511 (846,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,134 64,134 000000000c2b530b97e31b7dd21a1930f2c6bbe598780a98074a9287543cdf29 0.00 MB 1 0
64,133 64,133 00000000046e90c18a1191bbcb9640e2e47781626b7e4c074a73aa22a88b95b9 0.00 MB 1 0
64,132 64,132 000000000806f45cb19f91360d450e1683b5b77e29b36464b4a5fb6a7fa76bff 0.00 MB 1 0
64,131 64,131 0000000002978fcc3047a06ff326c37843d7c597a4dd17f41fda77c44b4fb864 0.00 MB 1 0
64,130 64,130 000000000a7210310f87f034f8aa7e1eb08f78666ed5d446fae365ff21fc3a63 0.00 MB 1 0
64,129 64,129 00000000048abff467763b79e374052a1fb1ac57976f0f9ec23ab4710ac08946 0.01 MB 2 0
64,128 64,128 0000000006c67b599d877fee7f2518da0cb53e8f4c1ddd5cfe2768ba81919a60 0.00 MB 2 0
64,127 64,127 000000000566a76d7ed463f605ea1ae0ff15ea605c8014632b463f19825d3232 0.00 MB 1 0
64,126 64,126 00000000086187a991fbfe68ba4f6e17ef5ded96cf7fe0b5551a9bff73c8d19a 0.00 MB 5 0
64,125 64,125 0000000002e2ec763dbf4cd2f66adff8486a1b6d52651cd8446724e76de26c30 0.00 MB 1 0
64,124 64,124 0000000003373e634b2982f43e09e6557cbdf178e27c96871d83e4c82b6f0096 0.00 MB 3 0
64,123 64,123 00000000040e3d319219116267e66a5b18846a035e68499f3854866870a250a0 0.00 MB 1 0
64,122 64,122 0000000001c350cd5d25390a73d9932feebe27458f09e3eff1b1fcebd3f72cf0 0.00 MB 1 0
64,121 64,121 00000000069447ff63ead035591d638a8f22bc8d8797864f9022074248a03a41 0.00 MB 2 0
64,120 64,120 000000000cc40fb281c658bfa6cca66e22a7c02ad54e015dc0087748502585a0 0.00 MB 2 0
64,119 64,119 0000000009ddc7c69e382bf2e5d49a1c3e8ebdf0248c60562f3f17cf8b0073a0 0.00 MB 1 0
64,118 64,118 00000000043fc4dbac5643a6fa37e25410d929aa15c51de9119c9bca70a0ef45 0.00 MB 1 0
64,117 64,117 000000000cb4538887ba020f6179c6c8bfc418729431ddd999a77a5f05954b4a 0.00 MB 1 0
64,116 64,116 000000000504ffe38e54fbb19f01547c2741e2c0f3fb1a2c9cfe3780ed35dd01 0.00 MB 1 0
64,115 64,115 0000000004a63f9ea33b3ef8ddb650c4b3738e4d96b0db799367c796c32d85c4 0.00 MB 1 0
64,114 64,114 000000000ce6f90e83c76991c1a286f988027c23db8fba0e0c11d5e775bce049 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.33 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,244.62 GB sent, 120.24 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.