Memory Pool Memory Pool Refreshing

10,491 transactions
3.18 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,494 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (627,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,498 280,498 000000000000000143f3879fe3562dc61778e65344c8eaad160c00829253e4f2 0.06 MB 91 24
280,497 280,497 000000000000000237630c6aae1043cc0118087dc8b333903672d06fb3c37a47 0.13 MB 313 41
280,496 280,496 0000000000000000b58580a5174f6d70de2b7c7ac751cab669f5a51dd97982e8 0.73 MB 1,655 53
280,495 280,495 000000000000000011a7eb27ccd7984000d02fdaa63043f698a9b8aefedfb21c 0.25 MB 565 79
280,494 280,494 00000000000000024c41edbc27cb0d093b593a47030b886fade01f9d19b8047a 0.03 MB 57 159
280,493 280,493 000000000000000181055fd5939a9c400129b73e764c2952a10c560e054b8b75 0.11 MB 109 29
280,492 280,492 0000000000000001d9f4610a9e78e496daa07949f6c0876328c8d17bf1f45112 0.10 MB 224 44
280,491 280,491 00000000000000016b58c0cce12768d281538e40cd8cfbea69aa507491208631 0.04 MB 31 16
280,490 280,490 000000000000000008362e2210ae9b79a1659e436977f76d9e82d0b801ee0297 0.10 MB 115 22
280,489 280,489 000000000000000230f41420d2a097d879cb781ab7f942af601396e0b462eefb 0.15 MB 282 37
280,488 280,488 00000000000000009af444d7a34e972c0b44eed5aba2ffe18a08bdbd0579143b 0.15 MB 333 60
280,487 280,487 000000000000000168b6990dd0ab7f2b719e1cda4367dd9212d02f771c4b1c58 0.50 MB 1,193 56
280,486 280,486 0000000000000001a0c5e5d8a65a19d5e59e98b0b0d3d2fb912ab6d8e30aa8e6 0.20 MB 503 75
280,485 280,485 000000000000000027a6ec22399d3783d525903c474507c229af0880ceda6a4c 0.16 MB 348 44
280,484 280,484 0000000000000001beef5de1510acfad890ee89b7b677f8b1320de8520c410b3 0.22 MB 488 35
280,483 280,483 0000000000000001de8faf3e71b908f45bff89b04746a24eb57f22244c7d65ad 0.40 MB 1,057 43
280,482 280,482 000000000000000224c7c4f633d5fe32ee06e96c71b0089ebde900685963edeb 0.05 MB 77 17
280,481 280,481 0000000000000000d0a6971f9f4e2c623d9dc5b28da1743ebb4aae5bfa03cfaa 0.29 MB 670 75
280,480 280,480 0000000000000001833239489e9dc9f176a51546476a560d4223b9158334b80c 0.11 MB 222 34
280,479 280,479 00000000000000009c9fb975b7475314bac74f41294954be5f1ad1161ff14051 0.12 MB 249 52
280,478 280,478 00000000000000011cff849c01bbd04ed6aa81b160ea6c9f0a40a2b162fcddbb 0.23 MB 462 36
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.45 GB sent, 92.91 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.