Memory Pool Memory Pool Refreshing

835 transactions
0.26 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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 826 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (11,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,376 896,376 00000000000000000001fba9fd3afef1b5564eb92f430b8cb6ca12201519b587 2.40 MB 1,959 2
896,375 896,375 000000000000000000011c4b0d39839416cf14ed45ce6445bba94762961c5fa0 1.95 MB 2,167 3
896,374 896,374 000000000000000000001ff85796c8f2446c0b441b9b7e46ee1445b50d28d70b 3.69 MB 493 1
896,373 896,373 00000000000000000001886c35d6334e38b4256ca9b3c3331bf87fc1fc4f9d6c 2.20 MB 2,149 1
896,372 896,372 00000000000000000000f0ef446d2364fe2bacd7686fe6a4c247b08d963c728b 1.65 MB 2,636 4
896,371 896,371 0000000000000000000198514b8470ed2ee3b7e031e0e1d318b86df41bc5464c 2.09 MB 2,477 2
896,370 896,370 0000000000000000000193de55137062815dc9769fa4e2c640880d2bed37ee85 2.24 MB 2,449 2
896,369 896,369 00000000000000000001d4743f29d12deb34c225a64954c64dc14440e97a9e32 2.31 MB 1,844 2
896,368 896,368 00000000000000000001997c177530d70fa3da8a8de5fa310f2ac2e8a28db750 1.62 MB 2,777 2
896,367 896,367 00000000000000000000e0bf6c54846272efc0e2c21aadab81f7470969ad5fe4 1.68 MB 2,760 4
896,366 896,366 000000000000000000010afc55922bf527bdaf66488a9250414f85e562f260c6 1.73 MB 3,584 2
896,365 896,365 00000000000000000001f1a5feee3024de248f3b767eb71b2a15a97a4a514393 1.65 MB 3,128 4
896,364 896,364 00000000000000000001d36484e772ad6c7d01a92baa4c8ec6731127db666458 1.66 MB 3,254 4
896,363 896,363 00000000000000000000957fd8575cda76d98a1be935d9bd4dfca1cdab61535c 3.55 MB 540 1
896,362 896,362 000000000000000000000d5db6912fcd90e5cf56619b6fa58ba35780756009cf 1.49 MB 2,596 2
896,361 896,361 00000000000000000001b4681af89fcde9d401dd1dd2eca50f30f8aea8d86a9a 1.81 MB 2,901 2
896,360 896,360 000000000000000000013eec5d63b5c0668f47201efa4b8308b5bc956698ef22 1.66 MB 3,231 3
896,359 896,359 0000000000000000000073393dbdec0a67a2f97caf2c18ec05f332349061dd34 1.59 MB 3,053 4
896,358 896,358 000000000000000000009f2c779b2eb49b2fc581313ebb047feaae064f53ea55 0.61 MB 836 2
896,357 896,357 00000000000000000000894f8970db7ecb1984eb0fa3c1bfb224bb9cc15f8055 1.69 MB 2,023 3
896,356 896,356 0000000000000000000151d5e6425469313bf8c75e9f54c16dea3b107a3167e3 1.64 MB 2,646 1
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.38 GB sent, 93.36 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.