Memory Pool Memory Pool Refreshing

4,588 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,057 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (581,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,286 326,286 00000000000000000128942e7835be8425ed5d20577e33105838260e74e507f7 0.16 MB 130 18
326,285 326,285 000000000000000008034dcd0b990fac1a44490ae676fe8bb9c78ca50842bf7e 0.15 MB 355 31
326,284 326,284 000000000000000016073b2e3a9fb57fe54671ddee5116e6b73fc06485f23dc6 0.54 MB 1,093 29
326,283 326,283 000000000000000001e0d15ed4ea1b4ced67942040c15bdd648f06b3eccd951f 0.06 MB 91 11
326,282 326,282 00000000000000000c6ae8fef921926fb563e0c44f2977be8c300e03e0e6a523 0.63 MB 1,029 29
326,281 326,281 00000000000000000e0b9a9fe43449e32793565b0e8b6ff455e471660475e35a 0.14 MB 236 20
326,280 326,280 00000000000000000afa92e8f947d46985b2d174e3eff976326b6923fb80d52b 0.56 MB 942 24
326,279 326,279 000000000000000010d84b53beed7f43369c279e597e8d86be18b7d99018a584 0.27 MB 457 25
326,278 326,278 00000000000000000ad3ca7af18ea4f33996bd553772bf369a4227240ba51a64 0.30 MB 542 27
326,277 326,277 000000000000000009475dcc2d86d7e521cbb97ecb4bf96b4c09c50d754b0eaa 0.32 MB 515 26
326,276 326,276 000000000000000016cb1a59c7e8de4e2ab7f45745ff4e71a0462b41fa24d6d3 0.23 MB 483 35
326,275 326,275 00000000000000001dfabd4e28d959955d56e67a310dd39908d6e2b7ef8a4659 0.15 MB 212 23
326,274 326,274 000000000000000011cc150249f894106adcff4c707098eb2097e60d758d8169 0.75 MB 1,327 26
326,273 326,273 00000000000000000c4bcc47674dba5c878c08a56d1a6d9188f6e2e18bcf9830 0.12 MB 286 34
326,272 326,272 00000000000000000493ae4e57c9544055ee9d519bdd27c66f966e57d4685e99 0.21 MB 309 24
326,271 326,271 00000000000000001106a61b28cc5b2fb5761e5c691926610eb7302b0bb7df26 0.13 MB 280 31
326,270 326,270 00000000000000000277cfe7bcf4be7eb45969aefdad63d575752d8f6039f29c 0.13 MB 93 13
326,269 326,269 000000000000000003b1e7cb61018c129afa52ab6a704c07f40a6ee66be87067 0.35 MB 667 30
326,268 326,268 00000000000000000e82798556d22e21fa0631db4a46fc50d518c105045948e1 0.19 MB 314 23
326,267 326,267 0000000000000000153e3ebcd2fb9feebc3dec4dd1bbf102f2cdc162d97f01e4 0.26 MB 222 17
326,266 326,266 000000000000000013eca48e68fcd3a682f11fbe1c34250114a0b39fb7e818a1 0.10 MB 229 31
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.