Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,451 transactions (2.39 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 910,030 (869,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,158 40,158 0000000003f0d9acfeac3b0596112c29b788549b8dfe2d58e211008bbdf68f7b 0.00 MB 1 0
40,157 40,157 0000000026ba4c1a4fdea0d5ee13a1da9e53ef91c01a0a2f5d161961d6e3d5ca 0.00 MB 1 0
40,156 40,156 0000000045e7e4b6a15744ac17210d1c9926d867723e695face3b7e51d5e37cc 0.00 MB 1 0
40,155 40,155 0000000005971b42a708f06d6a4d3494f2b1834065e797736fb7c2f6fa0741b3 0.00 MB 1 0
40,154 40,154 000000006156397f32380c22ddd74e83b3028829dc1d6b9f1b416d8b42711021 0.00 MB 1 0
40,153 40,153 0000000006ac92e8dcd7c464a887199338f7bf2985942a49512f5616bc284928 0.00 MB 1 0
40,152 40,152 0000000022c0df85a54652955b43c5beac0bf6c5b189a3e8f5b4fe8b6393c6a2 0.00 MB 1 0
40,151 40,151 000000005b1704dac5162ed25982f9412d996a1837111a31e2777fe40ea23b03 0.00 MB 1 0
40,150 40,150 000000000db71dae5773d25acfbce0f557ac9ae80cc6de95fffe1721d13dff17 0.00 MB 1 0
40,149 40,149 0000000073f85a3cd95aca6c14f34c48784012a38fe4346d2b8eed668b1a3c34 0.00 MB 1 0
40,148 40,148 000000003304355de9931c061b0fd25e6873c6d3c9d826bced4ea172a2f54574 0.00 MB 1 0
40,147 40,147 0000000074cb1c2818061c106033f9a0d260bf3404f4761df04f89c13aa81478 0.00 MB 1 0
40,146 40,146 000000003d1cf693b987d2bd2c3a41e7d37ac6c29a10fe37008a5da82ae451e1 0.00 MB 1 0
40,145 40,145 0000000079a61a20780d467404db463e11ff62900981e8c624e0bf42be0e4cc7 0.00 MB 1 0
40,144 40,144 000000002e3f5062d99d065cd8450d59c292fb7b4e8453ff3d457427b926e096 0.00 MB 1 0
40,143 40,143 0000000057ef14787d539081bae9521519887a7a280b10ce07170e4d16826b34 0.00 MB 1 0
40,142 40,142 000000008813f335cabc0ba0cc4717ae2af188159d667f7c42611bed682ef776 0.00 MB 1 0
40,141 40,141 000000002af5a85e98f5f7e2e6aa7a4f90253981589dc1c1b98319781b825619 0.00 MB 1 0
40,140 40,140 000000001de1c7e99b8e7f3cb22bff3cd60ef40d69af0e32f377b4fcc30ce8e5 0.00 MB 1 0
40,139 40,139 00000000367328e53ae9623fb4d047ad57c06be3717100abd93d72537aa9a1db 0.00 MB 1 0
40,138 40,138 000000008597443f349f2682663ef42618fbb47cc19008b8711e38cdb34cd322 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.45 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,185.38 GB sent, 115.58 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.