Memory Pool Memory Pool Refreshing

7,315 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,741 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (583,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
324,354 324,354 00000000000000000d28cf187e8573cd6ff926064fc8c6c50e3e3062e83744a3 0.17 MB 228 21
324,353 324,353 00000000000000000eb34db3273b8bb22442ae3283d8a09b74da230313914b76 0.22 MB 358 26
324,352 324,352 00000000000000000416cf1be32e62e8fe2b4d8790c0e50e4c766f19add366f5 0.14 MB 213 24
324,351 324,351 00000000000000001c489897f3aa4feee05ced321a0600f4dde1d1336e2d8063 0.26 MB 435 25
324,350 324,350 00000000000000000e67f75fbe002701f35dda6d133451f4a58f26c53dab77b3 0.16 MB 254 28
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,624.84 GB sent, 93.01 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.