Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

10,134 transactions (2.46 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,060 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,470 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,059 (820,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,548 89,548 0000000000138ecceffcb967ce0f358cc5834e2b6994d573abed8aeff1a21121 0.00 MB 1 0
89,547 89,547 00000000000af76aa5f49b1accc75d0300151b1dd594565e2156410931232bc7 0.00 MB 2 0
89,546 89,546 00000000000324fee1b1b471b18e737e61d525d3122a8df44ed8d54fb98ea263 0.00 MB 1 0
89,545 89,545 00000000000dad33e8871ed96d8735037f4b8ee2024eaf3fa9932545847dfd08 0.00 MB 2 0
89,544 89,544 000000000000c95b30278d57812b61176534e243a4e49e5eba60f90dc44e51cf 0.00 MB 1 0
89,543 89,543 00000000000f935db89bfcb758d2dfef02877f28c9f97970ff54a6337cacbdf2 0.00 MB 2 0
89,542 89,542 00000000000a98609e27a4da7f3b322bac35d647af12fc4e572ac6f70778535b 0.00 MB 1 0
89,541 89,541 00000000000d27e704b8c9c50cba7924b48e8fab859b6cf762834db762d424c4 0.00 MB 4 0
89,540 89,540 00000000000510d6f6e0456c6419cfa6cb40857572a07679454f67d4deeecc99 0.00 MB 3 0
89,539 89,539 0000000000086a38af9bb162f772b3d31f507a0d981475b6c36bddfe717ea540 0.00 MB 3 0
89,538 89,538 00000000001475b342dec116ec4662591b418cf2763b39b2a58f111db33b4b5a 0.00 MB 1 0
89,537 89,537 000000000003b789593bddc21e97006f8b3f8cf9eecd93254577e1a1ab1ed890 0.00 MB 3 0
89,536 89,536 000000000010c808c95c835db6c5593d6fb43acb12b465518c4a74076808ef4e 0.00 MB 1 0
89,535 89,535 000000000011ee1e63ac4d1f46c4713d118cb841537986cdd21a650693633bc4 0.00 MB 4 0
89,534 89,534 000000000009353da199c82f4efe466836841a423e3bd733d237aba388b5140b 0.00 MB 1 0
89,533 89,533 0000000000019f82a4d2212c9154fe4e84f4387a1ee8b709d064142312b7a973 0.00 MB 1 0
89,532 89,532 00000000001523b93cbcbf54239734da4b8b3b49e3aed399efd952d826cd3eef 0.00 MB 2 0
89,531 89,531 00000000000afef95685f40180d9e356a4229d53bbbd6271663a5b4602dc2cbc 0.00 MB 1 0
89,530 89,530 00000000000f6251d4dbcfb36639abd7ebe4fe644f4a3d815fd3b01210b09119 0.00 MB 2 0
89,529 89,529 00000000000204b107c2e3a4fb5fea6c6173b207da0333a42b1e18e39649f76e 0.00 MB 1 0
89,528 89,528 00000000000dfff5b8ede9256ca6b491a0ab6d470ab59b9380b54d26a05990ba 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.51 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,186.31 GB sent, 115.93 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.