Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,076 transactions (1.64 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,624 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,400 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,623 (846,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,157 64,157 000000000a3bcce006f8003343ced7438e280a9932ba630d04b43d246f3bd3e9 0.00 MB 1 0
64,156 64,156 0000000007052d2aca1a05ef06faed2a2df6e185df0d92226dafea48d9443e95 0.00 MB 2 0
64,155 64,155 000000000a8055381e15fb9639bbe52a94dcfdc0761ed6326f8489618a8639c0 0.00 MB 1 0
64,154 64,154 000000000d273b66c930cb7a0f3825b2233c6bb527e66a2878828275ebc2fed4 0.00 MB 2 0
64,153 64,153 000000000b53816833d0078c7adcdf9706ce1e9272ef483bdf6a8d986db85ace 0.00 MB 1 0
64,152 64,152 00000000014539c2797e816d477f4aaba2d0b549c0b3f9065d6f1e39609173d1 0.00 MB 1 0
64,151 64,151 00000000063ed0df1216b367cb8ab39209e6090d216598a7d4e875c7814ec6b7 0.00 MB 2 0
64,150 64,150 00000000030b61455e75d9a318e39f61212bdf6549ffbb6003142237e78b9918 0.00 MB 2 0
64,149 64,149 0000000004abece1c8f86019ba76db7e8d43676cdbfcef437de730c979948f77 0.00 MB 1 0
64,148 64,148 000000000aebae7542921b42a3f798450bea2aae149c806e29434d6be8983acf 0.00 MB 1 0
64,147 64,147 000000000692811ad11682a928fd51ecb0c9b1c5f0f86c2ec6b39a300b297f7b 0.00 MB 1 0
64,146 64,146 000000000bafdfc52613215954ebc00a4f3df78c1c6afe7a2def2fbb7d4701d4 0.00 MB 1 0
64,145 64,145 000000000b2f3c55366a583084d8b0c7b029303c00278d67050397a82a6a9cbd 0.00 MB 1 0
64,144 64,144 0000000003fe328ee737d396da50348b4b15722371ce6efb5c9729261efa32bf 0.00 MB 1 0
64,143 64,143 0000000009d284993e60212a4b51683b7d3ad3d1c66f064cc48094b21dc26182 0.00 MB 4 0
64,142 64,142 00000000048285e8cd61bb046b511ec3e62b623f15782b4b23f4a1b3f17496a5 0.00 MB 2 0
64,141 64,141 00000000095ec3e5c84ef2de7d86014533aee1354b1618e59c91bfc69857d6a5 0.00 MB 2 0
64,140 64,140 00000000045aadb652d42aa8aa57149b77620676b483452ec1a27d86b1f13ffc 0.00 MB 1 0
64,139 64,139 0000000006fbbae242e2289c7886be2f7142b369a11018612b83138794b55dc6 0.00 MB 1 0
64,138 64,138 00000000000fd68f36d6d9a51a94a6b9392d949d314891591f06f8609e25560b 0.00 MB 1 0
64,137 64,137 000000000131068bbe21dee638850ff81d0d870643cd521492d2dad195fbe55e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.53 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,258.98 GB sent, 121.18 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.