Memory Pool Memory Pool Refreshing

10,286 transactions
4.67 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (583,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
324,362 324,362 00000000000000000ce91dc73604ccc737c54027d6871e67c177be14e7172a35 0.05 MB 121 33
324,361 324,361 000000000000000019280b2775cbbe2a59acb7c8101ae0922d27070fb57d7f38 0.14 MB 225 30
324,360 324,360 000000000000000010d72b20d4b06674ed1eb7a7050a2d37f5879ec448b08f8d 0.28 MB 420 24
324,359 324,359 00000000000000000d57cade935fbfedf31f05a20e906030a28c2fd6042cf704 0.09 MB 179 28
324,358 324,358 00000000000000000569805eeee0e0880a6ef1712736b207e25cf7257d068f67 0.37 MB 550 25
324,357 324,357 0000000000000000083f351994850dadfe5b2552df16d7c3cedc589c544b072f 0.08 MB 75 11
324,356 324,356 00000000000000001f625564e55029c7c63731beda1370688c997b8abb3c6907 0.10 MB 180 30
324,355 324,355 00000000000000001ccbe3c84637ea0b91b7b05b0de4c624e0e4d6276907766a 0.27 MB 498 32
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.