Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,785 transactions (1.22 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,205 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,369 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,204 (846,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,101 64,101 000000000c0a239fd848af1bc3d842719a1b3b9f6d3d9491cd7bf4fdc4462957 0.00 MB 1 0
64,100 64,100 000000000cfcd8f887746143bed43a105c61e90edddd7dc08ba316203cf49b0c 0.00 MB 1 0
64,099 64,099 00000000011444e94db681805ecfdfa3f15fed4b276d95fe1090ac61011b360e 0.00 MB 1 0
64,098 64,098 000000000455f7a97026cd1da38b233d4f2d544de2dd9ec04bafc4688bb576b0 0.00 MB 1 0
64,097 64,097 000000000b94c9491f1d9857b0d6b09b79cb57b8863941bde7405951f7d3a022 0.00 MB 1 0
64,096 64,096 000000000c8cf868effa06751dfccec5c35376b36c0a1ed5adc47e4fea6c3924 0.00 MB 1 0
64,095 64,095 000000000bdc2cfa88427ac1a503c75b999a62ceb9bb1d8dd0c54dcb8fcd7a84 0.00 MB 1 0
64,094 64,094 000000000360945353158e2a7d96959e62f90aab5b21835a3d3865d248d84e70 0.00 MB 1 0
64,093 64,093 00000000006dc8a210ad929d41609e6a255503248a0655d76679428b64c578c8 0.00 MB 1 0
64,092 64,092 000000000c3fa525569cd50b2d112f54abead58c79a50d90fa4b64375e0e8bec 0.00 MB 1 0
64,091 64,091 000000000c0b9dc1377b95a4df2e249b160e55d633d9bd6afb3dccbcdcf8568b 0.00 MB 2 0
64,090 64,090 000000000a0149bfb0e55666903ff85c311ed2a5450e7f94dd4d78c939984881 0.00 MB 1 0
64,089 64,089 0000000004985e65dec23d7663e13e82ddef43065b6de49fabe02c02e5d683be 0.00 MB 1 0
64,088 64,088 0000000004a308bea2ff696bc843ddb9c1367b1b47682a4aff6a387b0a59eb97 0.00 MB 1 0
64,087 64,087 000000000526edc77ad74be78e4137df47ecc35436bce70ef8b8c33debcea6b4 0.00 MB 1 0
64,086 64,086 0000000003d0a79603658ed98bf4c820b0bff6e1e963680553cf15b80676f8c8 0.00 MB 2 0
64,085 64,085 0000000001515c461d02481a898b96fce0b359eab7bc7f63a41162cace6c4ee2 0.00 MB 1 0
64,084 64,084 000000000bc7bba9579770dcb019236997409cb6d9ba91bcb2a06eb052ee31f5 0.00 MB 3 0
64,083 64,083 00000000070102f7a810333639f9cae43008d395948ef34eb1a1d482a0a0a52c 0.00 MB 1 0
64,082 64,082 000000000744683f98cdc6a2dcae2e6290ae0d179a63005148449a649be4b84d 0.00 MB 1 0
64,081 64,081 000000000b552a078b972bcaf20e794f90bd9378b79fa7551dcedd529a0ab568 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.77 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,195.89 GB sent, 117.45 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.