Memory Pool Memory Pool Refreshing

8,487 transactions
2.83 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,256 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (335,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
572,426 572,426 0000000000000000001b38777414ba47ab1dc15134bbeac6ca24f2be2b981980 1.22 MB 2,561 67
572,425 572,425 00000000000000000012e25d809af19f6071f2343f6714c827e8337afd11dc1f 1.03 MB 1,564 4
572,424 572,424 00000000000000000011827da96959c405c4b29279ec4a561b6ebee3fa799599 1.13 MB 2,921 35
572,423 572,423 000000000000000000165d00dd079bff9409b2178e8c4bba19b5a358309cc55a 1.09 MB 1,786 18
572,422 572,422 0000000000000000000414dd6e97e7508ed69df6eb598867e7234bd6ecb32ca6 1.02 MB 3,237 3
572,421 572,421 00000000000000000027d6caa8f68880de50f5cf642558260df4e22c4d0c8ed9 1.09 MB 2,963 15
572,420 572,420 0000000000000000001d174b8583e3f480bede6fdeffc9bb779b51ba05bcf810 1.03 MB 3,101 10
572,419 572,419 0000000000000000000a0573549b616ac33e6eff07ccc0d7ceecc88bb047ca8d 1.12 MB 2,575 20
572,418 572,418 00000000000000000024e7c37d7e39aa74f4231670d614e51227afd8853d4917 1.10 MB 1,282 49
572,417 572,417 00000000000000000016185246a79d527e9f7c2752fe3c8b642ba4aa42bd50d6 1.31 MB 2,429 56
572,416 572,416 0000000000000000002525a493eb067c8dfdb1ed3746928dc712c324add0f2a6 1.20 MB 3,811 97
572,415 572,415 0000000000000000000059db83ad00fe4643caeec1d77a01accced0a7616b7e4 1.34 MB 2,692 74
572,414 572,414 00000000000000000009879f077329d39601340113933ed5ab111305ca03bc90 1.12 MB 2,657 26
572,413 572,413 000000000000000000239584cd0103c6bd2b04595b0fe8cba92c80e43891e80b 1.13 MB 1,514 51
572,412 572,412 000000000000000000081525ad87889aec3caef7867e7f0b7f2fc2c0a1668289 1.28 MB 3,379 81
572,411 572,411 00000000000000000020282804152c3adb0cdc7090d883b475db25470eb7f306 1.12 MB 3,295 34
572,410 572,410 00000000000000000014118f90558947f678a4fbbad5f0abeb9f4c778544d3c1 1.15 MB 3,131 35
572,409 572,409 00000000000000000029f5ce7d12d4388cd3b953dd5927f285a099b60082983b 1.11 MB 2,880 30
572,408 572,408 0000000000000000000ea7e8f92869e1cf37d7ed6f1bc508a7d0b2a8192a099e 1.03 MB 3,507 13
572,407 572,407 000000000000000000068dff8775abfc7fb67aad562e80d067c36eaef95c396b 1.24 MB 2,728 59
572,406 572,406 00000000000000000025fba02299c51fe92c1ae4377b9a59118ad4f604b89a15 1.13 MB 3,071 31
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.