Memory Pool Memory Pool Refreshing

1,158 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 1,150 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (335,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
572,401 572,401 0000000000000000000889a6992a1ed02ad56e27960db3fa0ea040489e66a231 1.12 MB 3,126 29
572,400 572,400 00000000000000000004828d4f67be746d01c3616d3b271e14e6d78e798a94e3 1.15 MB 3,039 43
572,399 572,399 00000000000000000023d7bde84a6e96e47473e9cd48cd10be3b4b5e02854069 1.06 MB 3,331 16
572,398 572,398 000000000000000000207285fb6d32e99a2a82125e7852d37b73e1d55456aef4 1.18 MB 2,687 49
572,397 572,397 0000000000000000002313a20db3d7af5397e2196c32044559b66f546a73d11e 1.03 MB 2,648 3
572,396 572,396 000000000000000000089517ba6c6aa8f7d9b30380ce522df8d8e699366a4f91 1.09 MB 3,339 21
572,395 572,395 00000000000000000007cd865e0a50f492a44ffa9910d545208519a59ae08c5f 1.11 MB 3,064 26
572,394 572,394 00000000000000000001d74a2656cd39abdc2a4e1d3d888863bafb05d0e10f12 1.14 MB 1,614 73
572,393 572,393 00000000000000000020dbb56056806a28b8bd9a85a2eccad9b412be689943dd 1.19 MB 2,955 39
572,392 572,392 0000000000000000001e78f1acaf2a4ca835f2fafdcaa3bb229eace1a2473b31 1.11 MB 1,093 8
572,391 572,391 0000000000000000000dc3b7134a4685042d3f4c75859690abf33df59347cd83 1.10 MB 2,663 4
572,390 572,390 00000000000000000003ecff02657ecdcb3238d9ac9244d5c10c0071f9c6615c 1.12 MB 2,791 24
572,389 572,389 0000000000000000001c7b3092ba935cea6374e684e26651ef1a6abfdbe58c5b 1.02 MB 3,452 8
572,388 572,388 00000000000000000029defe35d2cc25d73f3fb35d620ad4505f8b5fd11502bf 1.15 MB 2,494 29
572,387 572,387 000000000000000000096a75e889de31bd52e632f9c1fad4e2f5ec4d7e54cf31 1.22 MB 2,993 41
572,386 572,386 000000000000000000238f02375fd9363dec780f66070e77a3c3fbf13b957d7e 1.23 MB 3,146 47
572,385 572,385 000000000000000000155b5dd7d91318030e81149328c7d7e1baadc41e5f0949 1.36 MB 2,491 47
572,384 572,384 00000000000000000001bf656b8574ab9760ba825e7e3ffcf31775e895aafa42 1.36 MB 3,343 75
572,383 572,383 0000000000000000000f3e5c360aa74efc406209b859953de09fdda06bb13adf 1.06 MB 3,296 13
572,382 572,382 0000000000000000001c04282077410bf63e9e99bfb2cd60777f7a3126c278e8 1.10 MB 3,391 18
572,381 572,381 0000000000000000002bda0e9b760b4438a05358b80325dcee14343fe79fae04 1.28 MB 3,219 49
Previous 10 blocks ↓
Total Size: 769.15 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,632.62 GB sent, 93.63 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.