Memory Pool Memory Pool Refreshing

4,584 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (297,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
610,786 610,786 000000000000000000123345a1a667cd6561e9e72306f1ca8f56ea4f69f85a60 0.51 MB 1,055 11
610,785 610,785 000000000000000000130ab67cbe166d86e51db31b58720662567ac71cfc8ef1 0.20 MB 407 14
610,784 610,784 0000000000000000000c85009ddee78c6ffc73e0f2119703a46e437048c593b3 0.00 MB 2 8
610,783 610,783 0000000000000000001193785e81d7a82b9635cc2ffd14f7d7fb9c8ae62e0313 0.83 MB 1,600 9
610,782 610,782 000000000000000000109617fbfe4aa7ff3645398b13b34713559d15d950af70 0.87 MB 1,494 8
610,781 610,781 0000000000000000000c649f4dfa1937cf804a21da80f7c1f5714299b40a855c 0.18 MB 495 11
610,780 610,780 0000000000000000000e653f6233d1971b4c4d7b7e0b173a0c77903616e315a8 0.12 MB 249 11
610,779 610,779 00000000000000000015a01df223239bb0b8115648369412866b37c9aec7275d 1.01 MB 2,071 10
610,778 610,778 0000000000000000000299dbcde4710774c6e25f449dfead9880d832853ce066 0.40 MB 934 11
610,777 610,777 00000000000000000013426efbc91e943e1d4c216d240b9816e7bbe66a2c890f 0.44 MB 1,083 11
610,776 610,776 0000000000000000000931e0c78356295479aa7fdf19334da09d1fffc0aeedfa 0.80 MB 1,488 13
610,775 610,775 00000000000000000006f836024fc18a84f8234e122154b76f9e4debedfada48 0.32 MB 812 16
610,774 610,774 0000000000000000000f04ee71146f435a4d04f13ef9e94fe4c714e4c93ab9b3 1.14 MB 2,830 8
610,773 610,773 0000000000000000000dc2cbf16e55e1b39846bc75f999905c05dda413d24d94 1.22 MB 2,776 9
610,772 610,772 00000000000000000012b76953fe3d9fe13d4eff70af2c194a5f556ac6842d79 1.09 MB 1,360 8
610,771 610,771 00000000000000000005aa2ab5d34455f520ba99a9efe5cca824a6bbb0acc5d5 1.07 MB 1,637 16
610,770 610,770 0000000000000000000c0f2cc61ade020f0f8cde23c9019b4b1da4e480699bb1 1.03 MB 1,059 50
610,769 610,769 0000000000000000000ddfdc0ad1dc57a28eb629aa78e906459a75a9ffd2c9ce 0.04 MB 99 16
610,768 610,768 00000000000000000011c708d9cb06df874f2355bc4fb46334a1dfdf113469a5 1.10 MB 2,424 8
610,767 610,767 0000000000000000000669cf670b4ad038b607c09cf97599ec15442d3d653efb 1.34 MB 2,955 7
610,766 610,766 00000000000000000003614a22ea9926bb8e4a699eef77e2cf990650b55d63b3 1.32 MB 1,829 7
Previous 10 blocks ↓
Total Size: 769.26 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.20 GB sent, 94.20 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.