Memory Pool Memory Pool Refreshing

904 transactions
0.22 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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 894 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (13,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,368 894,368 0000000000000000000234132a024644092ace34bcfd72f8a18b3e4518bc6323 1.69 MB 3,191 6
894,367 894,367 0000000000000000000107976569b4ed464c83bf36740bc6c359ddf8cf32ed48 1.62 MB 3,172 5
894,366 894,366 00000000000000000000f8b1f4a74d5d4c36428c1ec17e4c38b558f3fbcf2a01 1.53 MB 3,127 4
894,365 894,365 000000000000000000008b6a6869209acff9414fb8840d190858a28cdafa7139 1.64 MB 3,258 6
894,364 894,364 000000000000000000008454a312a36a2e964c1f370b860a9cf9f740b47be369 1.47 MB 1,981 4
894,363 894,363 00000000000000000001608daf84a970ad13ce302efe61ff894650476e084949 1.17 MB 1,046 2
894,362 894,362 000000000000000000019f36fba85399ffd59b0b5fe5f119b0cef6ee850892a3 1.15 MB 910 3
894,361 894,361 00000000000000000000020f510d90843b416c4f50a92b8f968bccd4c29fb665 1.74 MB 3,114 6
894,360 894,360 00000000000000000000abbc3dbf62757f15503ba50d90345f2d300f77d8e7a9 1.49 MB 2,491 4
894,359 894,359 00000000000000000001574f1d24f76e4c19fdc6854bab74ddcf8b4f9b116f30 1.62 MB 3,602 7
894,358 894,358 000000000000000000007cd43f9da573709e941a2fbaadac3567068ff9f3b09c 1.11 MB 562 2
894,357 894,357 00000000000000000001f5ca9b882b3bcaede47925d9e097aa584cb6da14fc37 1.06 MB 137 2
894,356 894,356 000000000000000000015c57620a0d3bcb14a924f20138e2c9ada14161b07f39 1.63 MB 1,034 2
894,355 894,355 00000000000000000001c789ef386c66afce7a0a5040209e32e05379ea1ff801 1.62 MB 3,275 3
894,354 894,354 000000000000000000018078687fa0f17541e5ba492a1f4fa2e07bddcebb36e9 1.58 MB 2,904 10
894,353 894,353 000000000000000000005128363ae3707f4a812679fb5dceffe98dc77f338e79 1.01 MB 123 2
894,352 894,352 00000000000000000000d140ef281b7ab486209ef8b96e1dbc563ecd4187bc7b 1.40 MB 454 2
894,351 894,351 00000000000000000001342073dc6156572be7722e3b642e4052d82fcabc580d 1.56 MB 2,929 5
894,350 894,350 000000000000000000019cfbbf3e3e6d94fa026690683efb279fdc8d54f743c1 1.62 MB 2,552 4
894,349 894,349 000000000000000000001adb8ccf9675bc64d18e8d1bf777b992f4fea94095f7 1.11 MB 629 2
894,348 894,348 00000000000000000001398a9627021d767465dd86de45f8ca095d181f3f47e5 1.65 MB 1,474 2
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, 114 incoming
  • Data Transfer: 1,632.62 GB sent, 93.63 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.