Memory Pool Memory Pool Refreshing

14,071 transactions
4.48 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (463,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
444,233 444,233 0000000000000000014eeab76076497b59a133bae159ba102431eb2f18e554ca 1.00 MB 2,137 65
444,232 444,232 000000000000000002a05d43a8262fe765dd9764e508ac2cf04e3314f4ce2795 1.00 MB 1,677 50
444,231 444,231 00000000000000000346c34ee9855fcb8fe08a5e8dcc908ce9a8ce042c9a64ed 1.00 MB 2,095 64
444,230 444,230 000000000000000000c87738ae7b526f5a8352d13bcbb08290732109232c0c2e 1.00 MB 2,360 92
444,229 444,229 0000000000000000024a8493d74acc70384c310d59a270bdb296bb3c8d657a66 1.00 MB 2,480 80
444,228 444,228 000000000000000000e12f0f5e4c94e97838c14c470b4c58e8c54004bd9e656a 0.99 MB 2,204 80
444,227 444,227 000000000000000002a3de94d14a4979e5dbdf697ba879bbd817452481ea5d4a 1.00 MB 2,382 77
444,226 444,226 000000000000000000cc448e6bcc6a2d5991a662d39e69290858e89ef401b8bc 1.00 MB 2,744 98
444,225 444,225 0000000000000000018f500166de4e0ac060d3673666d853671bf70e79db834d 1.00 MB 2,745 87
444,224 444,224 00000000000000000311870907a80a18cee40ac8cd9187e745d3e3ca4a51a951 0.99 MB 737 37
444,223 444,223 000000000000000000b2746981fc10dd899f1e5ed58a297fc0f9d947e5d93ed4 1.00 MB 2,107 68
444,222 444,222 00000000000000000264837fb02af24d815c500efa882cabc7068405155dd1a8 1.00 MB 2,524 89
444,221 444,221 000000000000000000525a8468e36043fc79be3a656eb6611d474f26cc42ff1d 1.00 MB 2,099 56
444,220 444,220 000000000000000000df6b408c8febb0ef363e8e42545bfcb44ca184cb311a1e 1.00 MB 2,530 82
444,219 444,219 000000000000000002db40ff35bc985aca095ff9a905e0265001b2bd4af4b8d1 1.00 MB 657 48
444,218 444,218 0000000000000000011fcc7381b0f1681cbf6e89cd55c8884c189fee2a55782e 1.00 MB 1,735 59
444,217 444,217 0000000000000000001573f7bb13aeb1e9038fab15d2921c6a6b173f657627ea 1.00 MB 2,331 62
444,216 444,216 0000000000000000024e49b5d9ee99cd935dceb3bcf70fb69b87398ef7bba358 1.00 MB 2,228 71
444,215 444,215 00000000000000000086a6457a7aa3124534758a7e662d85727eebbc882ac43e 1.00 MB 2,816 81
444,214 444,214 00000000000000000282e3fb30c6020be6fd8b07c124c7f092c662039accdcf1 0.93 MB 2,406 96
444,213 444,213 00000000000000000155f5e626a693a1ef89798038f6342428f84e1f86ebabd7 1.00 MB 2,434 74
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.