Memory Pool Memory Pool Refreshing

3,691 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
908,003 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,806 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,002 (442,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
465,906 465,906 0000000000000000014d581f335f3ad4665a5b273d6d8831704f83a03904f21b 1.00 MB 1,952 152
465,905 465,905 00000000000000000095696ddcd9195530240ee234bc122a5e1ccf8f31ade606 1.00 MB 2,188 232
465,904 465,904 000000000000000000e9dd46374010bbb8345140af700d0634dc89e4622f7b9b 1.00 MB 1,833 170
465,903 465,903 0000000000000000018f5c6ad5ff03f6c356c18bd1142f7d6f96735cb393325f 1.00 MB 2,093 192
465,902 465,902 0000000000000000002dca9bda51991fc5c45e102433b23f88fde190458fa7f5 1.00 MB 2,304 274
465,901 465,901 0000000000000000013b03860418b02faee78611e6d2968623bc1442d4470d37 1.00 MB 1,372 258
465,900 465,900 000000000000000001b75b6efd5aaa81d2f7bd5265756a86a7375896d0336154 1.00 MB 1,704 216
465,899 465,899 000000000000000000adbe7068ed5ef407d456dba162220a5a76cf7f990919c1 0.00 MB 6 846
465,898 465,898 000000000000000001544a55b6e86725244112de3a712c270114429724f6c18a 1.00 MB 2,095 212
465,897 465,897 000000000000000000d2bb831bfbe683c7968a7be924974025ee21342f7aa285 1.00 MB 2,365 249
465,896 465,896 000000000000000001a9c1602ea8d31d3c373137e7e7bb5b9dbc526da89b46cb 0.00 MB 1 0
465,895 465,895 000000000000000001e6e1d086c47781321440c3063b5e9798e35f18ec489817 1.00 MB 2,528 245
465,894 465,894 000000000000000000a973dfd6ae4fc6378f6da77fb7cb884dfecc280c4b3341 1.00 MB 1,910 205
465,893 465,893 0000000000000000017aeab36c5f261c1a3ba828a9f4e7352496ef71f5cea56f 1.00 MB 2,322 156
465,892 465,892 0000000000000000003cfdc8e26bee0b2c1539ba60f7df35cecfe5b7b778f375 1.00 MB 1,964 192
465,891 465,891 00000000000000000005c250f94b714fbea288b780568239e476a9d69a4fffcc 1.00 MB 1,633 203
465,890 465,890 000000000000000000400459a35d96399d7a1fb207d7791af0397f8a4aaf6f04 1.00 MB 1,537 185
465,889 465,889 000000000000000000e3e94279f6d403c08ac96aecf813201843d57acc35fe87 1.00 MB 2,573 217
465,888 465,888 0000000000000000016d8729465b100ae1354aff8c550de31d6b396709557a25 0.01 MB 33 805
465,887 465,887 00000000000000000127b26520c9c8b7859c669687b3a52f50da3fa7d9c50569 1.00 MB 2,821 133
465,886 465,886 000000000000000001a93e5a1808693ef52ca24d77ada5afc34cc835ae015ae5 1.00 MB 2,496 143
Previous 10 blocks ↓
Total Size: 769.55 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,648.93 GB sent, 95.69 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.