Memory Pool Memory Pool Refreshing

1,410 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,761 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,364 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,760 (622,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
285,387 285,387 0000000000000001136397f2530b0b5a99fbdd1b001ee1f68551bcfc2caddffb 0.06 MB 162 30
285,386 285,386 00000000000000003037974fb4ace2827312a7ac7b27f3942390e7a39fde446c 0.11 MB 129 29
285,385 285,385 0000000000000001a2e590b16e6f7cf7d89ba660306dbaa250dfb97cefa1c782 0.30 MB 690 46
285,384 285,384 000000000000000117f9dbb8b3e7fd249efb5c71f7a81c3e36626e3c682cf50d 0.03 MB 41 9
285,383 285,383 00000000000000019e15d3873b67caaa9a6d352fb149c2ad761a5ad08bba8dae 0.26 MB 562 40
285,382 285,382 000000000000000128207146216150e6eb1d716ae900470107e689f85f1e6a5d 0.50 MB 718 29
285,381 285,381 000000000000000170bbdde5bd27d3f7ff1f2c0c31bb1c14b11ba76efb945474 0.06 MB 43 19
285,380 285,380 0000000000000000afedc0c9ab9a64a1d177bbd675b18bbcd5d1150aba03f7e5 0.35 MB 634 30
285,379 285,379 000000000000000020358afccd3f069bbae7f25344044af07fd6e973c9746f1e 0.35 MB 939 46
285,378 285,378 000000000000000020c667c6af1b5f3401a22232e4c62bb24f9fc762f8ac8f5b 0.06 MB 174 284
285,377 285,377 0000000000000000b40bc8c66ef42a936f4a9e8577bb00ca7beb336d8e824377 0.01 MB 33 48
285,376 285,376 000000000000000006bee0b48eb6e89305f5e41d0adb70837473b93fb58067b0 0.10 MB 165 26
285,375 285,375 0000000000000000ff69dc9e542a6fa9db238b20319c1c7e5befa7cc8572644c 0.10 MB 133 22
285,374 285,374 000000000000000093254cd53f14799284d694a8cb4a757af2018b33bae34136 0.03 MB 15 2
285,373 285,373 000000000000000148f4c1fd20903109c7d9b0bc442d82e1ea7fe337c6c1d53a 0.09 MB 139 21
285,372 285,372 00000000000000018b6d33000ba3babbc911f5ebacf50c20f75b8d9278652fa0 0.06 MB 188 71
285,371 285,371 00000000000000002c14b20f86a187b4801d693ef90a7c1e28bb64fff9e0220d 0.40 MB 478 25
285,370 285,370 000000000000000172805d856fa7a47e64a03f9fe4e7269d4446cab53a9289f4 0.08 MB 143 32
285,369 285,369 0000000000000000ee10eb6baacbee87f688b751018f821ef8eae186d64a55d2 0.30 MB 459 28
285,368 285,368 00000000000000014054140562188881eb0f0b1bfdec4f22dab55f985ffaef88 0.06 MB 198 67
285,367 285,367 0000000000000000515be84f4d719f886d4f793d65dc8602910440c6a20123cc 0.18 MB 272 21
Previous 10 blocks ↓
Total Size: 769.09 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,628.51 GB sent, 93.37 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.