Memory Pool Memory Pool Refreshing

6,412 transactions
3.31 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,003 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (603,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,717 304,717 000000000000000015dcaea2166ec374e098f5696db4a81aca09bbf121dfcbd3 0.31 MB 630 29
304,716 304,716 00000000000000002040d21c12907127045a84e0f334197496647be45651278f 0.24 MB 454 28
304,715 304,715 00000000000000005112a8c5a5f17fdf2afa70e2f6782931d89b09aef6498cd5 0.13 MB 260 34
304,714 304,714 0000000000000000018a162c1d80283c3f497142b1f00b5948db9ea8c752fa6d 0.38 MB 704 35
304,713 304,713 000000000000000053f10be238602a379755b73d6b778e62261bb7e44dfb7622 0.05 MB 34 17
304,712 304,712 00000000000000000de3dd28b1732bae6e013e65d7950cb001f17044375f3c9f 0.25 MB 533 36
304,711 304,711 00000000000000003563a19a8a0d96a2ca0bf6bb7b4e4ac9df94eab68ba22b56 0.01 MB 23 14
304,710 304,710 0000000000000000374524f3e3f276fc6654f3708e18b61f1a7ea424a0c95354 0.01 MB 27 37
304,709 304,709 000000000000000023927c3b699c5ff7e76c50af051f7c714a1147733dbb1232 0.12 MB 218 32
304,708 304,708 0000000000000000461190960aea37798384c18b33a6e10843cc58a81f1992c9 0.16 MB 230 26
304,707 304,707 000000000000000057c0d17c2070e3faa6599242dcc80449013bbeff9495ed3e 0.27 MB 601 34
304,706 304,706 00000000000000000e9f203ed3525d069b06732c116f9ac1ddc28ff90f4766e3 0.12 MB 242 37
304,705 304,705 000000000000000049331e0f0c691aca30e5e73474759b1558cb57ec3127f10b 0.25 MB 449 31
304,704 304,704 000000000000000053219b20d73e838dc7d59b40c9264f466926dbb3d2ebba6a 0.29 MB 468 26
304,703 304,703 00000000000000005426cf4b478bff88770eb8708ec79c2cff67865010229209 0.21 MB 326 27
304,702 304,702 000000000000000014e6570f30b96f1ba3ba1cdf3ea0e170506aad52a2b1bd35 0.28 MB 580 67
304,701 304,701 0000000000000000088d5ec17960906969f8ba9818daa5547d64333b90e2606b 0.02 MB 22 10
304,700 304,700 00000000000000004bb9549cc61514446f1d94a539d9f0349e313bb10603692c 0.33 MB 623 32
304,699 304,699 00000000000000003cda469f18ee21cdd0abcb809f6f19d38deb761747de85da 0.01 MB 9 27
304,698 304,698 00000000000000000eb423a94cc73062e4c911396cfc4ff706126bd36a280da9 0.13 MB 211 27
304,697 304,697 000000000000000035987061b2d85f639b023008390a00728e8c02b89b5eb8ad 0.04 MB 85 23
Previous 10 blocks ↓
Total Size: 769.17 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.88 GB sent, 93.74 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.