Loading Tool

Explorer IconExplorer

Memory Pool

370 transactions (0.10 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 0.59/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,403 000000000000000000022b910000000000000000000000000000000000000000 360 0.00278266 BTC 0.10 vMB 1.26
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,402 (904,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,038 8,038 0000000084badb4cbcdfce3581ade61c0178b9626d888c14596394ec5f1d8ae0 0.00 MB 1 0
8,037 8,037 00000000cc78ad610206892e7be4d37adf3f7b4a5ac7b5c13a5d5a046f8d7daa 0.00 MB 1 0
8,036 8,036 00000000b673799a339623c2c04cc9ed5feac0a1280925e2ff3ed759eefa3330 0.00 MB 1 0
8,035 8,035 000000005cb309641e02e6b67486b16629472723b9230ceef9b042a5994cacad 0.00 MB 1 0
8,034 8,034 00000000fecaf179143840799eb36d8ca15d3250dcfa615eb87c40927c4dd38d 0.00 MB 1 0
8,033 8,033 000000004cdd8ee0ee242a700b98f30e37e1d4ca9aba4ef257f514468f4d08af 0.00 MB 1 0
8,032 8,032 0000000094fb40384e41a2b6b47b3dfbb6c60bbb60e3a5704ad01392830acd74 0.00 MB 1 0
8,031 8,031 00000000c9688e6f53f7514179cab0c6483453a7218e9737a0f6340abc3b1a9b 0.00 MB 1 0
8,030 8,030 000000006072b820e5b460fb9761dfd497e901097c06b7ba34170f0200616072 0.00 MB 1 0
8,029 8,029 00000000b6686887356870d3dd48ec3a4053cd96cc6d45344e3b9a2ec34837d7 0.00 MB 1 0
8,028 8,028 000000009953925f26893de421307f9917fdb5e74473a8d6779facacf2d6180d 0.00 MB 1 0
8,027 8,027 00000000b4031742b28cdc8fe0e635ec01094d35d2ca2bf8e3c5f7f28d505acc 0.00 MB 1 0
8,026 8,026 0000000018d3c1af76b8f47452d5a9abfe5f564a97ab3879311fef9cae55431c 0.00 MB 1 0
8,025 8,025 00000000c349693d1a5810e458f67e2d688bbd8cbd81ce50b8628794d94d8b12 0.00 MB 1 0
8,024 8,024 00000000464dd5c231f204d38a9f785e3c3b45981cd49d546ca8724b41d4f513 0.00 MB 1 0
8,023 8,023 0000000052033fc64a330d6083e0d78bf47b0cc286e061179800b569d78b7085 0.00 MB 1 0
8,022 8,022 00000000cd00d20f77bbb9bc5fcec4b216270f57a28f61e545119cbd2fb117c4 0.00 MB 1 0
8,021 8,021 0000000004562798713fa81fdff3f8960ed3eb53948a25b05559aaa4ad9c63df 0.00 MB 1 0
8,020 8,020 0000000040accb84a2356cb2cb1a730c27950c8a978b9951f28b1aec98db0524 0.00 MB 1 0
8,019 8,019 000000004d5ca107f6dbbad71dc433f132fbe8c935002dab3df03e910c1b7411 0.00 MB 1 0
8,018 8,018 00000000823f9efd22a02134efd1137c26e7be49be127ac1750e5ae3dc976a5c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.80 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,549.98 GB
    • Received: 137.29 GB
  • Uptime:

Notes

  • 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.