Memory Pool Memory Pool Refreshing

592 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,794 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 562 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (673,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
234,345 234,345 0000000000000195a9038477cef1aed7f40928f65541eb6692295b78fb41c15a 0.15 MB 113 61
234,344 234,344 0000000000000057048f24f9dcaade0941c50c6fcd5fab6a51782c2698507019 0.30 MB 633 181
234,343 234,343 0000000000000196a95a997c7c38eff77beb2870e0ae3ef5a04d9a7eb53f54d9 0.17 MB 100 56
234,342 234,342 00000000000001440075de97b70fee00b60e86c32687172f3fddb1ca7d488378 0.25 MB 369 136
234,341 234,341 000000000000008bb59825aba5dd4a689474d6a0115fbb21c37515512eca29ab 0.25 MB 571 191
234,340 234,340 0000000000000064001b5e31bed418f3a7beb9199e1441ba71a3e0f51a9007ec 0.10 MB 306 11
234,339 234,339 0000000000000054685afe8c7e4227abdd884f3d3e66fd5c97c0ee369dfe1d87 0.25 MB 700 200
234,338 234,338 00000000000001291756f85b2b11278828ab059a7666b4007757c8c1c767d074 0.15 MB 68 23
234,337 234,337 000000000000004eb3025d46d5aded1728b5205e8efa5e79900a9a1abc0a1c45 0.11 MB 223 151
234,336 234,336 000000000000009b175c987b780f2f710e6cac9e5433faad05bb7aa4b423a4dc 0.16 MB 298 128
234,335 234,335 000000000000018f0bce538b08f01b50a8f81b721586e7f26010d64aa558609b 0.25 MB 539 167
234,334 234,334 0000000000000137835f1d60791724f271f6dd5ced2c3e10fc929175b1190d88 0.25 MB 733 218
234,333 234,333 00000000000000ae370034a61c23d87d6804513b0465a0de1673b4a5169477d8 0.01 MB 28 174
234,332 234,332 00000000000000ccc9ae1bce3ef237b8c1c20cbdd4f017124c5ce8f001823490 0.15 MB 49 20
234,331 234,331 000000000000009de9f87c5cc742f0c6440c76ff80e9032a2d23f8e3ab1c11d6 0.27 MB 581 159
234,330 234,330 0000000000000139498aeaeb7c4023753dff3999abb0678fc0a4c7223ef9ccaf 0.15 MB 288 150
234,329 234,329 00000000000001314c98bb6106e7efa85c428acdf74ba0a27353e10f37a445e3 0.23 MB 473 156
234,328 234,328 0000000000000011f3f1b15b37098434dc02b8af7c8e1c4dc98b2896068fe39c 0.18 MB 396 147
234,327 234,327 000000000000016debed5114453968431574fdb0395bd6a4d566b98e5a4bb7af 0.15 MB 295 116
234,326 234,326 000000000000017c07d90087af5eaa9a9a33cfe1db22c5e26b1b9c264ed6cb79 0.00 MB 5 46
234,325 234,325 000000000000005c170157f167c7aad562eea69db86f8aeb81d9c1dfc8d6b10f 0.39 MB 540 116
Previous 10 blocks ↓
Total Size: 769.15 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: 1,632.65 GB sent, 93.64 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.