Memory Pool Memory Pool Refreshing

1,621 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,615 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (201,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
706,234 706,234 00000000000000000004de04b6d492e71057d2fed423aa928f84feffb06bcf02 0.97 MB 1,994 13
706,233 706,233 0000000000000000000955ac49451ffb7945d15a7d921b6223059a255ab2ff5f 0.93 MB 1,718 12
706,232 706,232 000000000000000000013391c7198dd081b98a1067dd84b604f27c46b5d12784 0.24 MB 341 43
706,231 706,231 00000000000000000002b80912f0dd36874036f144c209813f550b2346ffb01b 1.15 MB 1,445 9
706,230 706,230 00000000000000000003c3db3dcb1c6477d7fc390cc33d05be57447f682bad64 1.12 MB 1,302 10
706,229 706,229 00000000000000000005919e82c4fe7e8cb21cb09055a706466e1377dfdfda68 0.31 MB 573 13
706,228 706,228 0000000000000000000346c2b2556885be85359248400d21795df825e29e0614 0.74 MB 1,437 11
706,227 706,227 0000000000000000000db533ddd7ef2f73981d36382e7e1ada4faf1bd3bb5f1c 0.27 MB 416 13
706,226 706,226 000000000000000000052d278afaf3145edf529b89433d195a9b70977742eab8 0.19 MB 301 13
706,225 706,225 0000000000000000000426d1faa49bc42eb8ee9e7acd3569ef0f2f4915a5dc3e 0.84 MB 1,814 26
706,224 706,224 00000000000000000000f313989900990c9cbe5b3c113bf47d809e449c4ffa4b 0.66 MB 952 12
706,223 706,223 0000000000000000000a4e26b724ca45676d79f5638ee8f3ce7ca4c0ec4728af 0.44 MB 894 13
706,222 706,222 000000000000000000005824647c510dc182e5631dce3da139aef474fe7adf53 1.34 MB 2,145 7
706,221 706,221 000000000000000000078f8797a7b60aadcda12884ac6a91839dffcc94bcb56b 1.57 MB 3,171 8
706,220 706,220 00000000000000000001a2ee59771278132f8485229736da4c375b528d3a517e 1.51 MB 3,032 16
706,219 706,219 0000000000000000000c2081d8c11d989d03407837a844da440f6810d26ea106 1.61 MB 2,757 11
706,218 706,218 00000000000000000006c1a883b05d9a1349d0a4d346c29b5e00e4a51b992d70 1.35 MB 1,903 17
706,217 706,217 000000000000000000041ba2bd9cdb314fd67fda6dd7f37fcfd86464f45b34f7 1.19 MB 918 14
706,216 706,216 00000000000000000007772116f2aca7478ba5c53e6515733532263ab92dd1c3 1.51 MB 1,880 11
706,215 706,215 0000000000000000000825ea39e0abac112739a2c6cec818e5573da640478fbf 1.35 MB 2,901 7
706,214 706,214 000000000000000000057c5f4bd5cd5d007278509efefce6f79cbf6728fec055 1.57 MB 2,880 6
Previous 10 blocks ↓
Total Size: 769.28 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,635.44 GB sent, 94.29 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.