Memory Pool Memory Pool Refreshing

1,279 transactions
0.39 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
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,781 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,272 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (603,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
304,696 304,696 00000000000000005c8d3576a39cbaabc4fa182c96d2d403ead51c64c50576f5 0.14 MB 313 43
304,695 304,695 00000000000000005c79f0a90409dae2ca619dab90d66d1a8dc7180361b42d5c 0.07 MB 122 34
304,694 304,694 00000000000000004b3c1a6a2b6797073c1013fe01b1ad4f7a98a46a71ddf916 0.12 MB 179 27
304,693 304,693 000000000000000052d614f65ba0c603cfebb8032e4d05e7b0f31489a25d609c 0.38 MB 720 33
304,692 304,692 00000000000000004d5c7233e62c411b4bbd2452f69b2550375560e6d4f2275e 0.12 MB 291 44
304,691 304,691 00000000000000000831b7e20b6a777a3655d00ef67692d60f43031137a60725 0.11 MB 54 13
304,690 304,690 00000000000000003ded9122d8177134ee3bc91ee984dc5bd21167911b43c539 0.35 MB 805 35
304,689 304,689 000000000000000009bbefdb6ae13e1e492e07411bd1733552746a8a92d0fb18 0.41 MB 620 26
304,688 304,688 00000000000000002341ca90781b19719c5eae77081dd536b5088c5971279b7f 0.35 MB 604 38
304,687 304,687 00000000000000003947f7c0b00ee29780a5d41bff53df775452e0779ef50406 0.35 MB 633 29
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.