Memory Pool Memory Pool Refreshing

1,565 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,557 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (60,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
846,884 846,884 000000000000000000005a8f4fe2fc6370a7a8e41c6dfae4665eb6e5fc4e676e 1.06 MB 261 155
846,883 846,883 00000000000000000000201f0581dfb651ff5b5a9d480b62e91712bb8e943c43 1.09 MB 472 158
846,882 846,882 00000000000000000001e676476c824bec6e4d48d6993303e7425e35ca20509b 1.10 MB 456 153
846,881 846,881 00000000000000000000a60b7a4b0f9dfd68eb118f5c54c9a42fe313d2a22f02 1.04 MB 181 147
846,880 846,880 0000000000000000000138dd670e93d798e67153ed99a83e0f027b879eadfeed 1.09 MB 528 151
846,879 846,879 00000000000000000002062b28469a44aeaad314250922639eea2031bb329b05 1.09 MB 633 144
846,878 846,878 00000000000000000002568ac523c4b1af7098930cb3eff21ea0af32216b509a 1.10 MB 671 132
846,877 846,877 000000000000000000030012a1f87e0502b7eb8afb84f9d9adc7f35ee0c272b3 1.09 MB 535 124
846,876 846,876 000000000000000000006ad8ea3021f7079b750fe24e6df177054d04dda35ae6 1.06 MB 343 123
846,875 846,875 00000000000000000001afeefe5e2f1861b9a63cb413737f6d11eaaa37c59510 1.10 MB 701 126
846,874 846,874 00000000000000000002e5705a7785923b071f188353801c743f710661081657 1.13 MB 674 104
846,873 846,873 000000000000000000032ae45112897ad592945ceed0e4641847689665a0fc02 1.12 MB 701 97
846,872 846,872 000000000000000000017a1c6584d39ef3d77ab5c5232bc818e26db292581172 1.14 MB 834 66
846,871 846,871 000000000000000000013852af6a3136844de5fe9a0b937d1728f2087b8deba0 1.14 MB 834 62
846,870 846,870 000000000000000000011b5b96cc378732536471e9605b18e3956c865a5abb68 1.11 MB 667 57
846,869 846,869 00000000000000000000ec4cc6814410c6cb9574c32fa2c03ea89012a67ec0a8 1.18 MB 678 55
846,868 846,868 00000000000000000002ea88b3d88c19b056ec9535962a5b7b367376169ff6ed 1.17 MB 665 54
846,867 846,867 00000000000000000002e5b1788ec682d15f64a50947991e2e7bcaf0719629ab 1.39 MB 1,256 62
846,866 846,866 0000000000000000000070e5f98c92460fe8ba62b1f3b7694be2c5c16b11b7e5 1.60 MB 3,035 47
846,865 846,865 00000000000000000001a8cfeb873377fec8af3e7cbd5dc025878d3b84dd7ad1 1.59 MB 3,537 54
846,864 846,864 0000000000000000000051ee965d6cff08986492ae2554875b94bef0a60d5c43 1.55 MB 3,372 60
Previous 10 blocks ↓
Total Size: 769.23 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,634.75 GB sent, 94.07 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.