Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

295 transactions (0.14 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,120 000000000000000000022cb30000000000000000000000000000000000000000 0.14 vMB 281 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,119 (870,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,204 39,204 000000007d25c4ab48b0b5a2c9194007b8fa0906154ddf22e97e0d415c332543 0.00 MB 1 0
39,203 39,203 000000006e1e0ad755a616b13ec8f57a739341927e63193de5ad6810a2954fd3 0.00 MB 1 0
39,202 39,202 00000000512623dfc89c7606d57b4358456a8221df9a1b4b321e481fc413bdfa 0.00 MB 1 0
39,201 39,201 0000000014bdf8a1f61938bf2d99b1ee8df04eb2fb07a349111499cdc1337621 0.00 MB 1 0
39,200 39,200 000000007e5d61ce470e69b6be0bd242e9634840315da0eb62cf12e5a6f401ca 0.00 MB 1 0
39,199 39,199 00000000653ec80704300cbd6be85db1f9b085ef5df81231a15ab61c5d2f88b7 0.00 MB 1 0
39,198 39,198 000000006b86551869032bb6941c70099dbdb2fa5547670dea5108c4d8a2dde7 0.00 MB 1 0
39,197 39,197 0000000038054ba758242bc1d16233d533a3156fafec1c0c35a04f938d1b9e10 0.00 MB 1 0
39,196 39,196 0000000064ace7e69efe8932b258eb34b95c150edcb96cf7bc405c360bcd2298 0.00 MB 1 0
39,195 39,195 0000000065cc29091994995ee9b50367e23462ecd95f04b7d812514604b8e8d7 0.00 MB 1 0
39,194 39,194 000000002e0e05f92a0e0505e0c9d04abc5dc5c8af7c86f3404867c7920761e1 0.00 MB 1 0
39,193 39,193 00000000074dcdcdb4d340324d6e37484982fbed474703aef206de3c91a8b348 0.00 MB 1 0
39,192 39,192 000000001c8b9fd75ee37088635c3295812be042216149c571f125dc28d78fe7 0.00 MB 1 0
39,191 39,191 000000004e3dc9936dda26d65554dbf2c0d5fdae051fc1ac56f91e6835f6a5fb 0.00 MB 1 0
39,190 39,190 0000000028456dd9f0b1d3378d4fe7a9b658473b517240abc8d131316899059d 0.00 MB 1 0
39,189 39,189 00000000646a08be56a3ffe31d3df88314a0219d01be09f8d342a2e6707fce6b 0.00 MB 1 0
39,188 39,188 000000008479ef92e043945e2b611a74d513a30241132dd0dab2c3280f1fc7cd 0.00 MB 1 0
39,187 39,187 00000000452d84c1feba81d15ee180bbc4c1bc50d0add9ec3688237f026102a3 0.00 MB 1 0
39,186 39,186 000000004e1d1975f4b3697f5845ef1ade24264210fc207396c79697b1d753e9 0.00 MB 1 0
39,185 39,185 00000000893d375e81e5953521ff150ea92df28ffd2843750324900117b7b768 0.00 MB 1 0
39,184 39,184 000000000d8d5730b49ea5f420074458c328d4cc70d90d4ef2a05488e2e96e5a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.61 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,189.76 GB sent, 116.53 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.