Memory Pool Memory Pool Refreshing

4,252 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,994 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,777 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,993 (251,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
656,415 656,415 0000000000000000000650cbb7e9880571c4b34f2009789ed519b0115da036e5 1.29 MB 1,707 36
656,414 656,414 0000000000000000000904cd0c233ee428c8f30076e912c47b35e7436fdd0517 1.21 MB 1,833 13
656,413 656,413 0000000000000000000f0991f49ea1d7bc6ebe8a8621d70afbe1bfe25f44da75 1.18 MB 2,340 36
656,412 656,412 000000000000000000098503ce812029fbb995899808b8fdc3061c328846dc3c 1.09 MB 1,821 20
656,411 656,411 00000000000000000005427add4b0a51a6707c473dda847ca3c45205c87c58f4 1.50 MB 2,201 77
656,410 656,410 0000000000000000000afea5e285bb48f87e725ff642805186f2e4f8371c01df 1.49 MB 2,312 80
656,409 656,409 00000000000000000000e2e65c875b2af4ea7e9d56cabe675c07c98bbae9ffa0 1.22 MB 1,675 129
656,408 656,408 0000000000000000000a1408ee657712dd7e5f9080720233f17081d0c2035098 1.34 MB 2,336 55
656,407 656,407 0000000000000000000340661c4a720bae6e268ad3b60ffa790205e5ff6766a0 1.41 MB 2,012 59
656,406 656,406 000000000000000000013aadf64092782335f21fb69e3dcaf8129f5303159d20 1.27 MB 2,191 32
656,405 656,405 000000000000000000024a53b877b3684b40b4a46ec77bf768be369b3f51e8c6 1.38 MB 2,725 106
656,404 656,404 0000000000000000000fb9670d5fc737ee423693488b00aa6432a800ed9eac87 1.07 MB 2,274 23
656,403 656,403 0000000000000000000820a3503936b099e57e64413e051fb7d866080198b938 1.05 MB 2,094 4
656,402 656,402 00000000000000000008ea057cc33ad0660d3e42dfc55b3eddc17a1fae267540 1.35 MB 2,358 96
656,401 656,401 0000000000000000000472f7deef05028525b5c704000d515ebaf891bce903cc 1.28 MB 2,192 63
656,400 656,400 000000000000000000007ad8a7d3000577af1ff1b0f0235189bbca0c68c45218 1.33 MB 2,353 44
656,399 656,399 00000000000000000001ac2745bbad9c3c81494c9f34b5fd0e8ce2df0a382cd4 1.36 MB 1,283 62
656,398 656,398 0000000000000000000e7d5db3e46e719473d72d8177131d87a2d94bcac7252e 1.34 MB 2,343 79
656,397 656,397 0000000000000000000d1ae317ff98ae6e2d9cccd73a5f38308722c7f3161bbf 1.34 MB 2,307 171
656,396 656,396 0000000000000000000a831b5644d0b54720846456281e1397815578f42abc99 1.25 MB 1,850 94
656,395 656,395 0000000000000000000d9259e099ad8ce4242c854c8b4b5648e1f1d812ec72cf 1.28 MB 1,980 62
Previous 10 blocks ↓
Total Size: 769.53 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,648.18 GB sent, 95.61 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.