Memory Pool Memory Pool Refreshing

1,090 transactions (0.23 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,047 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 1,081 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,046 (888,761 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,285 20,285 000000006aee18fce7e620d44530605a6529e491cf7a525e3ab611fe7cf794a1 0.00 MB 1 0
20,284 20,284 000000003ab84c1ae72866df57c7096ef8b2bfa86ba1dd9e404a2db0df143ec0 0.00 MB 1 0
20,283 20,283 00000000555f21c52bd3486723b260f39629b3d10f00024edeb1482caecbc2ce 0.00 MB 1 0
20,282 20,282 00000000bc6c7c56b0cf3a87315fe78793c4ca203d3cfb26827aaf1946cddd07 0.00 MB 1 0
20,281 20,281 00000000de4ca8b0f7f465fd66b8ea23d5044e1f249817da26c7d7ebbf5ef5ea 0.00 MB 1 0
20,280 20,280 000000006b77d71e790c09eee1a556fb1b252b835d396a859a0977008d9b4ef4 0.00 MB 1 0
20,279 20,279 00000000e0ca84f64d6c93a0841ad6e08f3d91280a4c03d0843630a6c84b6376 0.00 MB 1 0
20,278 20,278 000000002031e55b91a00d611613a41ac407dc3e7cfe62fb98cd5f63a2801e08 0.00 MB 1 0
20,277 20,277 00000000e7355818e1e1f94e3bef63aa58d4ff929220c905d629d0a94ad99b94 0.00 MB 1 0
20,276 20,276 0000000069e35b9c529b43930e56daad94fae4b51e14af7b0f9065f375044eb1 0.00 MB 1 0
20,275 20,275 00000000446cf21db9deb7045999c5f8de4d1d33103d1a8ca3a08a80728c6727 0.00 MB 1 0
20,274 20,274 000000007ac0a547f5fe9c2f32fa3170ba3c6f26eb00b01ac940278c542b6ee5 0.00 MB 1 0
20,273 20,273 00000000ba7296c734f5463c2f576bf7e6743188c70d0bbc026dd859bea4885f 0.00 MB 1 0
20,272 20,272 000000002bede415ea17b0b5c64a918b8b38063f2d711eb74b4924ec57d8fa27 0.00 MB 1 0
20,271 20,271 00000000e56d0eac192ae997d8e153674aea0afe8bde2e78327cc6b98c7fd7d9 0.00 MB 1 0
20,270 20,270 0000000094bb07096042193898c6ed87dc33a007956354396477a902dd80a77a 0.00 MB 1 0
20,269 20,269 00000000110247a03785e0638d38b218b88f6a2fab1171dc81b6d67bf2f53b4d 0.00 MB 1 0
20,268 20,268 00000000c60a9feee4c4378886b751c2048c066f97b2a591c72a2a2f425b1f26 0.00 MB 1 0
20,267 20,267 0000000031e123683667a95ee5e5a02632ae88186fe6d2c80c6cb0c73bfed659 0.00 MB 1 0
20,266 20,266 00000000114124f7c073696254ffed5c16361f31ad1beb86de53733e9418c02c 0.00 MB 1 0
20,265 20,265 0000000024ae13c7d9daf64b12d6584ee776826b5768c5b489222ecd1df13867 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.63 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: 1,896.21 GB sent, 105.65 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

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