Memory Pool Memory Pool Refreshing

4,264 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (545,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
362,593 362,593 00000000000000001615faec7aa6357d678caaf4d3bc360e6b8b09d7f5cc4841 0.89 MB 1,340 24
362,592 362,592 0000000000000000029207cf4c1c61c3e4fa60c80683069c1cf4d9a96a2b3b87 0.51 MB 825 27
362,591 362,591 00000000000000000a7ed67769a5ba77cdc6222515c8d880649d76bddf9a7924 0.40 MB 600 22
362,590 362,590 0000000000000000051e54010cd1453fe7e6ee8ecc89f6cb457279e923dfb3cc 0.30 MB 495 26
362,589 362,589 00000000000000000a9c23388881a2b3e200be12ffb577996f60eb69104b5d6f 0.10 MB 181 18
362,588 362,588 00000000000000000dd90bd0d3aee91c0ae42ddfe4308df8187c8a76d1262729 0.18 MB 223 23
362,587 362,587 0000000000000000080098a02256c37e56e486605814174516f1d179b0a9b788 0.44 MB 895 28
362,586 362,586 000000000000000006e96333f76a972c29df8648e91a2f1d8b5e88cbd51171b3 0.16 MB 311 17
362,585 362,585 0000000000000000005e432a5bb5b8b9179891e6a45a56c5a40b99b0ff39de7b 0.56 MB 983 30
362,584 362,584 000000000000000010b630b0eccbfcc4ddbed369ea7c1ea150370273ec449e25 0.44 MB 580 25
362,583 362,583 00000000000000000f13539aa94264e759c126e9189a68817ceea7bb0abdbb5c 0.34 MB 440 22
362,582 362,582 000000000000000005100535a018a89c7739d8be461f96a28cd21099f88fcd65 0.48 MB 870 30
362,581 362,581 000000000000000007f9685513b8f5313f1f69e8a5465c76b87869ca1bfbddff 0.10 MB 178 94
362,580 362,580 000000000000000010ad23d897a35ea636c0451fb4ea1280f86905ef1364a8cf 0.16 MB 286 21
362,579 362,579 000000000000000012cfbc3d132259b8095747b4426a18e0ce933da53dd31422 0.45 MB 516 18
362,578 362,578 00000000000000001599e26d269a9d453d40ebd03b418230be80179794cc3b0a 0.75 MB 1,364 29
362,577 362,577 000000000000000002d9c0251758194162d6b2dec9ef54972d7749f8db2467e3 0.01 MB 29 54
362,576 362,576 0000000000000000108434f05ce9a296dc3f6cc7a55f778579a4cf7879d2d0f0 0.21 MB 337 27
362,575 362,575 00000000000000000a9dfd5f4972299f30a29eedc2ddbc83a346cb026d0d66e1 0.21 MB 300 21
362,574 362,574 0000000000000000050976f0394e15a61d8c46ce448a4d2362406e140ad6c419 0.69 MB 1,334 29
362,573 362,573 0000000000000000076d80824e8e3392fa94f52e3edcf9ab4ea95221bfc11577 0.17 MB 166 16
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,627.49 GB sent, 93.13 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.