Memory Pool Memory Pool Refreshing

8,388 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,291 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (583,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,383 324,383 0000000000000000035df8a78ad4b39af2527968e62ae833a8b6230b7790e8e0 0.35 MB 1,049 41
324,382 324,382 000000000000000004fded461d3ebb12c23e0e17ea19036927439ad9440e5458 0.37 MB 717 30
324,381 324,381 0000000000000000092d73f8fa07a1a66f969b2aa3b6bfca87bf92d5d207aff8 0.17 MB 194 18
324,380 324,380 00000000000000000e00f53695d8888419d6f9903d9d2f1ec6317479433269dc 0.31 MB 553 25
324,379 324,379 00000000000000000732fbff1c6d0ebc3de6b8c2f508ee198ecefce648e11297 0.50 MB 952 31
324,378 324,378 0000000000000000054dccc6a737cf32411871264f4b50ea4d6c846523141684 0.12 MB 326 29
324,377 324,377 0000000000000000003b63f6623809271231e0cd7d1ee4a8c44563e00b163e6e 0.42 MB 480 16
324,376 324,376 000000000000000011647f9bdb8fbdea9af963c5010e4ae39a6e8f5e5aed1a53 0.02 MB 69 33
324,375 324,375 000000000000000019f37955bdaa84445888aaff25d5c9dc604cfd2aeeb4bb1d 0.30 MB 574 26
324,374 324,374 000000000000000002213782f73f56c73a3899912bc7ae35927ab7fb1400c3db 0.03 MB 64 77
324,373 324,373 00000000000000000c46489051f77e46ad5d528627c1172435ad80663971b78d 0.39 MB 790 30
324,372 324,372 000000000000000004e052bcda35b5187b1cf51a9c6d2e2bf19401a30612543c 0.03 MB 94 36
324,371 324,371 00000000000000000fdc330c749e6062d79960829ccf24c48f237e6d5e51be7b 0.08 MB 90 9
324,370 324,370 0000000000000000039ce1982aaf50ab5b096281edca01b6748c4d11bb388a80 0.50 MB 1,038 31
324,369 324,369 00000000000000000892ae7ce48a4e7d8b5ab430a44bc215524a39a0690c1026 0.37 MB 472 20
324,368 324,368 000000000000000017e01cec850b90975de308f502e6d41e1a136695a6c76ebe 0.16 MB 512 43
324,367 324,367 000000000000000018be492a29de27fad79d74c547fec09d7eb31beb836b22ea 0.13 MB 233 25
324,366 324,366 00000000000000000edd5b28d30fa58d2de9c053542105aa0e9a9677e4dfdc3e 0.25 MB 354 27
324,365 324,365 000000000000000004fb933faca1f1355ca3e2179a301bbe191b194834806755 0.00 MB 1 0
324,364 324,364 00000000000000000ea4a0dc107aa5810df81855722b69ecb058a3b28b6f1f02 0.01 MB 12 18
324,363 324,363 00000000000000000b89541405c93b94882aba95a3ef50c30e42f1bd5341e255 0.10 MB 228 33
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,631.70 GB sent, 93.56 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.