Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,476 transactions (2.21 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,489 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,747 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,488 (831,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,150 80,150 000000000020e65159b21abcf41c077395d0920d59d8edf1a7003b1d9351813f 0.00 MB 1 0
80,149 80,149 000000000000f309f7447e49eb01f9409eab4fbffac52e6b7c87b8a94baa727d 0.00 MB 2 0
80,148 80,148 00000000000620a272b380149cfca2cb4281a733fd527549bbd11233a3eaebdf 0.00 MB 4 0
80,147 80,147 0000000000062fb0973055790c7b7b724cfed8c9efb6cc6f46bd806febe12370 0.00 MB 6 0
80,146 80,146 00000000005007cdfd85939728578c8f1efedbad9ae1abecae399ac61fd87485 0.00 MB 1 0
80,145 80,145 000000000034133e52a3a1782d4be2b580ca8f916cdcdae38172e744ceb434da 0.00 MB 4 0
80,144 80,144 000000000020deee78703a7954bb76ead6f1853a9a6da7629bbfdc34b2615b58 0.00 MB 1 0
80,143 80,143 00000000003ade18e9e822309d7f806527f7c0f9edbda9e10484e4ea5a77c7eb 0.00 MB 1 0
80,142 80,142 0000000000397ad730feec2daf68019a6e122e0927354a7bf6c63c7af91a66ba 0.00 MB 1 0
80,141 80,141 00000000004b60d273d6a219509925a9ff6367277cce878e709a95b692ab9b30 0.00 MB 1 0
80,140 80,140 0000000000531e016d7010c30b572f65a658e8cb0325787e4ac3eda8ae37e831 0.00 MB 1 0
80,139 80,139 000000000055a04d84583e4f5a93bc19eda17992eeb573608debbb6fcd8d24d4 0.00 MB 1 0
80,138 80,138 000000000015062b7f582f8d52545b88ba791a1b21b9e59e63db84956caf97eb 0.00 MB 1 0
80,137 80,137 000000000043f8f863f87fa0ab4255d1e8d262494d59c48d7ac59369dfb4dbab 0.00 MB 1 0
80,136 80,136 000000000028509ddbbca69e5db4f7c0f57cade53846bc25327a7da235309da4 0.00 MB 2 0
80,135 80,135 000000000054dee3d7006b34d318a1c938e75fb1203a57c56736c16ab8945041 0.00 MB 1 0
80,134 80,134 000000000015db7c3a7148df9b5eaaac12cddd9a2f3e815c1432c36756085860 0.00 MB 1 0
80,133 80,133 000000000039e3abd07005048dbe209ca3a38e1db61a7948c6b69bc08ce4c7e1 0.00 MB 1 0
80,132 80,132 00000000000d6da63099b51fe646f43b5ae3707b86562e13a50d44f8ca5d92b4 0.00 MB 1 0
80,131 80,131 0000000000286a36520217e9cf9ebf6db12620730960a2499731cd4eaa31ef80 0.01 MB 33 0
80,130 80,130 000000000053531eada03d5a0bf373ab5ccafcce35c3d8f97d16b0181752b389 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 776.14 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,411.82 GB sent, 129.43 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.