Memory Pool Memory Pool Refreshing

7,731 transactions
3.58 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,963 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (558,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
349,435 349,435 00000000000000000ae17843287d4610bdadb722e02381beb7815404712c72a2 0.25 MB 497 31
349,434 349,434 00000000000000000d4d9075ea6db337c34976441a98d67a3fd65e9c53f66382 0.14 MB 292 26
349,433 349,433 000000000000000013e4a51d9961bb35ea06ba44b55ce3af6d4a973172c0ff8a 0.00 MB 1 0
349,432 349,432 000000000000000001be86c68d01dfcd5e56995ec343f76e44ef85ac2374b2b0 0.02 MB 46 28
349,431 349,431 0000000000000000133befd97da4d452e9d2d8ca1495bc8cf130224fb6eefcd6 0.28 MB 578 31
349,430 349,430 00000000000000000cb2f878b18a776be48b609813f167c7b0793a54d9693d19 0.21 MB 253 21
349,429 349,429 00000000000000000dc32c9c5b6d7d1ad8a4fbfefe0692758117680cf7c3bef9 0.28 MB 554 26
349,428 349,428 000000000000000015316d6a0996aaea312224a9eafa59745f5957ed79e48b20 0.29 MB 512 27
349,427 349,427 0000000000000000141d5681a7e49df7bf123801ac6c7f1db758a75ef2f25c6f 0.12 MB 168 18
349,426 349,426 000000000000000006e346883f957c02aeceb862662e68b0eeff8a64b6419501 0.08 MB 136 34
349,425 349,425 000000000000000016946483648c47b2a2aa6122ef8028c8836b17dd20e9b5a7 0.25 MB 444 23
349,424 349,424 0000000000000000002c1f25785224ac1670951b4981fab62e4b52dd6a3741ae 0.09 MB 201 24
349,423 349,423 00000000000000000ff44e277c3d055f06a502badbe95c3040e45f99c3ba0f99 0.09 MB 192 26
349,422 349,422 0000000000000000147b84ac0534b3ea53f851d32a288fa28a7637d90be99142 0.10 MB 70 8
349,421 349,421 0000000000000000136d55ed67b5f148ecc37e55a5ac3668a3774a14c97e67da 0.38 MB 688 27
349,420 349,420 00000000000000000baaac2c63da69fd75a6bffa81eb757759cfdf34e6de651e 0.32 MB 520 22
349,419 349,419 00000000000000000a4f93469eea356eacf85715d33a7a2ea021e29d63c5de57 0.31 MB 380 15
349,418 349,418 0000000000000000158d5fbe3ab08f64ac3ad675d8110273c5943d1535ac61d5 0.17 MB 373 28
349,417 349,417 00000000000000000665b6dc84b5d27bc82d0deba027b42c9b8f78e3e1b38cfa 0.13 MB 258 24
349,416 349,416 00000000000000000b96cb976f7ccc351e0381d72c44fd859fa9f900969b506e 0.29 MB 437 28
349,415 349,415 000000000000000007bffd0e64c4fd426d9b051b40859a5a7602dd7b89333a39 0.04 MB 83 26
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, 113 incoming
  • Data Transfer: 1,624.88 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.