Memory Pool Memory Pool Refreshing

9,259 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,859 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (653,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
254,335 254,335 00000000000000388e5015089a1e5cf9fc575cbc393a1e8bd30ceed323987cca 0.03 MB 58 60
254,334 254,334 0000000000000014d80e7dacf94e8120eeda0c5493faf3cf3b978bc40df0ea1f 0.06 MB 122 67
254,333 254,333 00000000000000343e13760aa1b4f56cd496424292c9f5d00b5db246020b0b49 0.20 MB 485 117
254,332 254,332 0000000000000030744cb295ae03a474a4229948766983966a050e2b461923c0 0.09 MB 196 86
254,331 254,331 0000000000000035598e02b181ecad1dbcada16d6006db923a5bd47f54608185 0.12 MB 283 111
254,330 254,330 00000000000000225b8aecfd693c1efc89d61acb825d766b0a686e4b71d9a8f0 0.38 MB 490 36
254,329 254,329 00000000000000122092af528f5f72323e543833caffa7b3efe7e1f4a65646a7 0.50 MB 1,177 89
254,328 254,328 0000000000000025535b66d4e2bf0e595a4e168b7faccdbc53a1f3ef1e5af667 0.25 MB 497 137
254,327 254,327 000000000000000a5005a01322172c636418e12a2c2d6b04d3bd615f2a453061 0.10 MB 184 131
254,326 254,326 000000000000001c4321ccbd9187c7c2a00bd482a9a8af3b5f612da8c5131ea8 0.25 MB 538 109
254,325 254,325 00000000000000040bfcc8600878065faa2db3eb0d3a9434e922b2620fa8f133 0.50 MB 916 137
254,324 254,324 0000000000000024593882cf59758b73160b79042731ea16f4c4963f4da5fa04 0.25 MB 766 219
254,323 254,323 000000000000002e3a2e767978a1f2c6bfc532b0df494ed77998e9f3f6983e51 0.23 MB 298 49
254,322 254,322 00000000000000340ef92c0bbe8cdc168852417b8608bc2a0f34625cd1fd0a21 0.25 MB 639 162
254,321 254,321 000000000000003a38b18284cee3c16d630568b4fb95df6372a72f86393fdd2a 0.03 MB 69 162
254,320 254,320 00000000000000211d712d9bc13c60d55cec0aba734180b3915cf87d0433372f 0.16 MB 393 130
254,319 254,319 0000000000000026a82a5ad17f00ec344280d78790f6b5c13acd1c6bcd6db1e7 0.13 MB 296 142
254,318 254,318 0000000000000028d887a81b58f13fcb962461e15f09cbbe5b69ee4f887c723e 0.08 MB 138 86
254,317 254,317 00000000000000243e34085c484bc90d95d342360c2aa76d01d5385b1c9cc8c0 0.14 MB 415 114
254,316 254,316 00000000000000152832e2fecff53d54a0f9e2b7d83e2902c32c52c6200edcc1 0.14 MB 291 114
254,315 254,315 000000000000003c83a6f3f2b1fc10b1e9bae3889aae0de1a12cebf515997be2 0.07 MB 165 131
Previous 10 blocks ↓
Total Size: 768.98 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,616.45 GB sent, 92.72 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.