Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,894 transactions (1.23 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,924 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,411 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,923 (851,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,347 58,347 000000000eb5277c761e74b490361e9d740c15ebce68cbbb07e58d6fed19ceb3 0.00 MB 4 0
58,346 58,346 000000000eab6e34980a450bf86ec1d275354adee7f2c918c576a077a76448d0 0.00 MB 1 0
58,345 58,345 000000000c44588de3fa39761d8c4769ea71de576e7c3ebfca1fe26c99b4323f 0.00 MB 1 0
58,344 58,344 00000000081ca9f393bf38217324af5662ea911e862cef8b8c328ea1d6210477 0.00 MB 1 0
58,343 58,343 00000000098d7062b11434928426897035554e5928b685ca24ea1136dbf74c81 0.00 MB 1 0
58,342 58,342 0000000006dfb17a6ff4f524c0f90cd64bfca9a9e71dccbee17eb5132237358b 0.00 MB 1 0
58,341 58,341 00000000012c20a871711e1ddab10e35a3b413cd021838b6bf8caa26cd140141 0.00 MB 1 0
58,340 58,340 0000000003762294b8319f8f0a0f3ad8ec578c6899793fe9dd6ffbdc872f6541 0.00 MB 1 0
58,339 58,339 00000000095d240fb87cdb19e1ac58bd6b9adbac3af9aaff44f53a79a05132c2 0.00 MB 1 0
58,338 58,338 000000001096eaf0bac4b976036166d76e4da28cae7eb5bea495e566344d90f2 0.00 MB 1 0
58,337 58,337 000000000c65c0529ad9de7489c6b643998b82a84eb4afa2ba564aad7fc97fed 0.00 MB 1 0
58,336 58,336 0000000013e20e77a651f16ac6de2277a2862baac619148ca2afb091c07202ec 0.00 MB 1 0
58,335 58,335 0000000005ed5ceb7bbb471c4dc04fe5732e5897a5e000e42a4c0b42ad2943aa 0.00 MB 1 0
58,334 58,334 0000000009d6705ad938ae0102c8876102cde476d77d88c44518af4446059526 0.00 MB 2 0
58,333 58,333 00000000065c40257681410f2f477fb8ac4b5e037901d682816ec4af670cb176 0.00 MB 1 0
58,332 58,332 0000000009e42b62443adf9457acd0f5f6e03d85b5ed2bdb70d8ccdb2ba1f4c2 0.00 MB 1 0
58,331 58,331 000000000baa9cee072802a31cdfaac17a82e0c7d3fd19a419eff588ba3da152 0.00 MB 1 0
58,330 58,330 000000000e7ba72a6df051ef7c89137dbe0d0e102d4b23568588132ae4791179 0.00 MB 1 0
58,329 58,329 000000000de932d577ed80a630d029f7037ba79d37801c032f5ee2e182eb6f94 0.00 MB 1 0
58,328 58,328 00000000018fa6bc6ccadb1bbe46d82a7f3d99713db4e0ba4c92e1ecdca06d98 0.00 MB 1 0
58,327 58,327 000000000535a0a58e7dc8e08c5fbf87d56209fc6e6ccacf2186d36e46bcd820 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.26 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,173.11 GB sent, 114.70 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.