Explorer IconExplorer

Memory Pool Memory Pool Refreshing

728 transactions (0.29 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,452 000000000000000000022cb30000000000000000000000000000000000000000 0.21 vMB 724 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,451 (856,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,168 53,168 00000000072d8b4e386ccff06e142496428c0a6594ba13b530822d57e5edd047 0.00 MB 1 0
53,167 53,167 0000000010cd906f630bc61cbe119f550df4209c7d021fc5fcd8ae5e9ab4ee1b 0.00 MB 1 0
53,166 53,166 000000000fa8e00e9844042a7c050d192bbba8baad8aebd4981fc80d3115f457 0.00 MB 1 0
53,165 53,165 0000000000fecc74bd9291e4cf77004a38c47a5fd36da98a89bd5e81a37d31c7 0.00 MB 2 0
53,164 53,164 0000000008fa3d443043f4f3a59209f8dbf1760c4398945e0b3085056e521da2 0.00 MB 1 0
53,163 53,163 00000000056c93a5822ccd051002caef5b358dbf8686063f1684675e324dd036 0.00 MB 1 0
53,162 53,162 0000000005fadb6e426ab0453ec15585b4a6a43fc5fc8c8240765b0d23538927 0.00 MB 1 0
53,161 53,161 00000000041e7b0f29d25a04474bb90fc73d1c54749f3ad53643ce9df1bdf74b 0.00 MB 1 0
53,160 53,160 000000000e6dc852731e36aa5a8e9150352c7256773537aba1994355bef1a4ac 0.00 MB 3 0
53,159 53,159 000000000f7c9dff361745a7fd61ef99c18c2c44016316758af72f507f963d23 0.00 MB 1 0
53,158 53,158 0000000003499ba038e3d022037ad987d618890727264aeb6e72177036666104 0.00 MB 1 0
53,157 53,157 000000000867669f1c6c262dd0eb49b104dbf058b4aa4c146e629d451ae579b5 0.00 MB 2 0
53,156 53,156 000000000569fec446bf2c213a05d34c6dbc1088f7c3734e281733de7957f6da 0.00 MB 1 0
53,155 53,155 0000000008d77a76102e39d63067467907a2f50f5fe115e4f10a68643b0dd383 0.00 MB 1 0
53,154 53,154 0000000013c4545c36881680b80b5f46dd3f7fce6b184ac8ed7fedb919615dbc 0.00 MB 1 0
53,153 53,153 0000000011d348c576e21797a742a4767d6e03a14925337b9bed00a68f68a1bb 0.00 MB 1 0
53,152 53,152 000000001604cd6d6e4adea5aec4a240694650e3f9934f1c909f502c5e440da4 0.00 MB 1 0
53,151 53,151 000000001404aaa1262a192047f3e56b7b6a73a78beb5380c7d5f30ec9e28e91 0.00 MB 2 0
53,150 53,150 000000000f1b52f31f13f15ced9881ef4351aeb77d360728c0cbcb9e0294d3a2 0.00 MB 1 0
53,149 53,149 0000000010efce25dcb04665c42b1dbdf03c21aa583294d438e5ebf426dc0dc7 0.00 MB 1 0
53,148 53,148 000000000917f511466f7b84aef92f40a7d877e2344ff7265b162272b1979506 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.38 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,077.87 GB sent, 110.10 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.