Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

241 transactions (0.05 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,875 000000000000000000022cb30000000000000000000000000000000000000000 0.04 vMB 224 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,874 (819,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,123 91,123 00000000000b6d7cfe260460d886e064172d21dac19cbdf2c71d8c2887aaaded 0.00 MB 3 0
91,122 91,122 000000000004cd5e280841753fcfcf6e7a1b5e5f2b2b200bc34350375b5caa07 0.00 MB 2 0
91,121 91,121 00000000000288e93f379954ad5a0bf4f7034f7d6b4cc00ac78c49f28b1d2195 0.00 MB 3 0
91,120 91,120 00000000000314f4c4d27868cdfb7790f2766780d3afa3957460d1d6ca08cf2a 0.00 MB 1 0
91,119 91,119 000000000000146083170438d1fa0d85bcfe55f99c586cf83e83a66a34e1cf00 0.00 MB 1 0
91,118 91,118 000000000009b93c6821cdd9f01b49b04556609d3c1ffce9e60d7d7f50ec9f47 0.00 MB 1 0
91,117 91,117 0000000000005d1c8e6a8fae32ea7c59abded9ec2d5a1dbc42c6f67b9d11abe3 0.00 MB 2 0
91,116 91,116 00000000000dc1c9d7e2bb7af9a4b66df095c3dac6a92627f70ba82d35afc6e5 0.00 MB 3 0
91,115 91,115 0000000000094ef389e109fe6952a5a0f03cb300b033c8632b0e9bbffa3d3233 0.00 MB 2 0
91,114 91,114 00000000000a1fbab4a9e8e5f4a52d7d7dc7a4722006f0cec20710732669c630 0.00 MB 1 0
91,113 91,113 00000000000a1b7b930f12a6fa4adb6a81e7f3d2b85b8e48e12b9bd1e7ec2e5a 0.00 MB 2 0
91,112 91,112 0000000000036703bf21cd0ac01243951bfdbe82f0075673d2ddf8a21f80d014 0.00 MB 4 0
91,111 91,111 00000000000e41d6691224f5b56ed68c8e730b27330a26992f7bcc4e4c54e0d5 0.00 MB 1 0
91,110 91,110 00000000000e4dce51c44a3e669ca192e7bcb934bf9b8aee21f0d095fb8d7f3f 0.00 MB 2 0
91,109 91,109 000000000000b812a8c4e98b8b1c25fec34a2dc1b417026555ba2e277ebcd3b2 0.00 MB 2 0
91,108 91,108 00000000000c7394846a12d6444d514d694ffa49df2916e77897caf2e16e347f 0.00 MB 1 0
91,107 91,107 0000000000094448f6d8c0689f288e8dfa4fa2960a2842aa16e8f66dc6b8ad05 0.00 MB 1 0
91,106 91,106 000000000009ccdc30aa402e8ca7fb7491a1043945312565ba881fa85e4e847d 0.00 MB 2 0
91,105 91,105 00000000000c8a7430798a2ff9b08df142b231956f18e1202fe2fcce18347cbb 0.00 MB 2 0
91,104 91,104 000000000006ec8920798012426886f42d4fdfdb808dd6104b1da129b60bb461 0.00 MB 1 0
91,103 91,103 000000000003053ec8bea5f9ea601d0180fb5e7f6ccd49f130e7db590ef0f068 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.01 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,342.91 GB sent, 123.75 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.