Memory Pool Memory Pool Refreshing

5,572 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,645 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (789,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,977 117,977 0000000000006a5def635570cbc5f9fe6011aaca97863644659c3cac0ecb5f51 0.01 MB 21 614
117,976 117,976 0000000000005a6bc47344cc2471e659415f20deedc31ff8d95f1ce1743d09e0 0.00 MB 12 314
117,975 117,975 0000000000008eff9193ec753d32040371a29bd141463a81a5b523b2d5f988d5 0.00 MB 8 0
117,974 117,974 000000000000650d0046d199e857e8dfdc0dcb06b048edd81fdc4d949ed1ae0a 0.00 MB 11 0
117,973 117,973 0000000000003402a45544f4797e6338ec5625c13e8dbe460f3e9114a811b04b 0.01 MB 19 344
117,972 117,972 0000000000005a55af31b92ad62bce593e7ac960f86701b80329e19da66e439b 0.00 MB 11 0
117,971 117,971 000000000000620b0b6cb0309b9a197778148a445342bf937745e999648c2705 0.00 MB 10 312
117,970 117,970 00000000000084ad5c599dd113c37f3e1cf295a28a26b0d277b50b9f25cd4a36 0.00 MB 8 0
117,969 117,969 000000000000872d34107beadcb3f3cf7ad79fa27ccfe35c1dc4e679a9305bd6 0.01 MB 31 2,637
117,968 117,968 0000000000003964f32b63431c74f24ab3c15201bbe0bb5198f8c8d70315ecea 0.00 MB 13 0
117,967 117,967 0000000000003654667a1389d5cc175732dcebbde7c4bd3f4026ead44c8004ae 0.00 MB 12 0
117,966 117,966 0000000000007ca87a901b8202c641aa521684a392ff1fb73b6d50945bb98735 0.00 MB 7 0
117,965 117,965 0000000000009519f1033055ca005e88673c8e53e5c6b222eb0bf171cd6cc9e7 0.01 MB 6 121
117,964 117,964 00000000000049f35a26ca05d3eee816335a1ba62e298fb343878e2247691c0f 0.00 MB 10 310
117,963 117,963 0000000000005c65cd0d1a365badf00b264ae50dfd024921203d8f813e506b00 0.00 MB 6 0
117,962 117,962 0000000000002edb0626acc24f3a63472f21d8a13bd5cf69c81978d07a18219c 0.00 MB 13 989
117,961 117,961 00000000000051541d99a815b414060ebcddbc4837b49a75fad85f508c16f171 0.04 MB 15 885
117,960 117,960 000000000000b2a9eb45b360a747d7bced6c5b12e360af3bd61fd59bf0d54a6c 0.00 MB 11 0
117,959 117,959 000000000000aea3312e9bf34f1aaf104b71790caca5e89c7602132beaf4bec1 0.01 MB 7 135
117,958 117,958 00000000000051b5fb5b670d58f2c28cce5c94dd8698465c78ad5a8767189cb9 0.00 MB 9 0
117,957 117,957 000000000000afd9e4a0dcb0188789730e95615815e0b5120b9d8dab6073e0e7 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.