Memory Pool Memory Pool Refreshing

17,329 transactions
5.59 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (696,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,522 211,522 0000000000000306f57528b38944721d959b0122ad95beaad074d9fda91523fe 0.04 MB 63 120
211,521 211,521 00000000000002de7366cd73b5ce18ff3d64bb04188fe973a27034e9448ac557 0.13 MB 239 157
211,520 211,520 00000000000001f1732f7047b2cfc2aa2f898eb97f42d9f853643fc2636fa842 0.29 MB 567 156
211,519 211,519 000000000000014777acc7b66eedc3d740063597a7b0ba6492fcf5526810434f 0.05 MB 130 118
211,518 211,518 000000000000012d1efa6259b086ca78c045d77a266307fa918472b6962ecd1e 0.13 MB 258 112
211,517 211,517 0000000000000059d3af7fe71455e4cfef69ea750f99429e0b92b762ab1cd654 0.16 MB 312 138
211,516 211,516 00000000000003373aff90e9b9c7f6e98eb1545a052ac50dc92ec7d94c649b2a 0.20 MB 638 289
211,515 211,515 00000000000002e5974638e199dc4202287026eb88d829e9fe639920d10b46b6 0.00 MB 7 150
211,514 211,514 0000000000000392706c134a7da822dbe991e8682ce03e6c98fc36bc47271378 0.04 MB 82 188
211,513 211,513 00000000000002eb7bde5dfe36830bab385ddef6f7e54ca37b4fc45b13f8c115 0.28 MB 491 138
211,512 211,512 00000000000002456fb132cf562b59310a4e541e2149fb78a599dc350a09cde3 0.22 MB 542 183
211,511 211,511 00000000000003b1ba69a0e5c7fab43f25758ea89eb14f0b06591a06d22fa0f3 0.06 MB 119 106
211,510 211,510 000000000000040aaba749733ed205746815b7d830a7f0ebf648dd310e29e4f6 0.25 MB 732 241
211,509 211,509 00000000000000dfd8b4245dce57e25ee1d2a322143e3b07e8415568c1c0f102 0.06 MB 144 181
211,508 211,508 0000000000000285e9641c8274084553144be1a684e908d5fa7dec9e16906d4f 0.13 MB 334 207
211,507 211,507 00000000000000c07c76a3156b2373260a59ade721e19a373c149743ec429341 0.02 MB 52 105
211,506 211,506 00000000000001a61b95724b181a697d6e1e764b662dd4606ece4af4705332f2 0.14 MB 155 92
211,505 211,505 000000000000008d75d5dc59d016e314e5eb24e2918bbef6019cf066b9932dad 0.21 MB 305 125
211,504 211,504 000000000000001323993ca14f9ce2505df9aa0e127e1c5e0359fc0e4ed5200a 0.04 MB 121 15
211,503 211,503 00000000000004b3579696bedbb53313dd11304ddd09b67f75ef471d517b1cb4 0.04 MB 79 88
211,502 211,502 000000000000009597b3b1f8b27693c26a9beb03d46a7ad7f925c4c61822258c 0.15 MB 376 185
Previous 10 blocks ↓
Total Size: 769.02 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,624.18 GB sent, 92.99 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.