Memory Pool Memory Pool Refreshing

9,126 transactions
4.22 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (712,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,781 194,781 00000000000004758cbe0866a5d4e5764c436bf17fb9af508c5d8e16d02e590c 0.23 MB 512 84
194,780 194,780 000000000000003dc9bc9fc382e51cd6fa0026957c7724086ddcd18436e00092 0.02 MB 70 93
194,779 194,779 00000000000001bbf3461708b63c98903e289fb6250a6d35fc2145f89cb4598f 0.05 MB 120 112
194,778 194,778 000000000000052b46ab5543c156ea83999a3bda8bd498524511146e11c25cba 0.22 MB 512 320
194,777 194,777 00000000000003bc116c774b4e59fb54c577991fba602fd7751921de3c2db748 0.00 MB 11 65
194,776 194,776 00000000000005bce98fb40f54345c69f30645e562cbc9de3cf6c50d005d8673 0.01 MB 18 128
194,775 194,775 000000000000013c826d458a4df11a0040273a7d8d9e22c47948e7fd418893cd 0.01 MB 38 124
194,774 194,774 000000000000027a1822bb0d8426545a8dad7b2d31ac5fbe79fdc940f2e5e23a 0.09 MB 243 174
194,773 194,773 0000000000000125a2cbb1e3782f1c1786e06d1830ae2d8ba9514d9961bfc496 0.03 MB 62 95
194,772 194,772 000000000000051abffb95e613854372623689ca04d6b6234753736c0acc431d 0.01 MB 29 119
194,771 194,771 00000000000002a35a691233b24b06fccbf0689fb98ec11ae0838b05e019d7a3 0.15 MB 380 132
194,770 194,770 000000000000078a6c75fa77f5ec78d99c9952f4adcdf74b96b4164a127f8e10 0.10 MB 266 176
194,769 194,769 00000000000003636c3e951adf27338691cca5a677e0e383560d120e542e1020 0.13 MB 294 118
194,768 194,768 00000000000002f590a45b498a6e272d6e7af6babae82ecb87678d137aa40506 0.01 MB 18 171
194,767 194,767 00000000000006358a110e73bb8614672bdc268d1070817d84b8b8b46a950b9f 0.09 MB 185 115
194,766 194,766 00000000000004fd9eb80a87c140d92fe55a385df2c5d0a6a3d178741079d0aa 0.03 MB 91 60
194,765 194,765 00000000000006ae0fad52ee436ff6ecdaaa4ad2c718e7731ea887fc21700244 0.05 MB 173 34
194,764 194,764 00000000000000cc36772ab58267bd2449b8a017c1583490e9016ef82897f30e 0.05 MB 129 59
194,763 194,763 000000000000000830f515431c085f50b8f0fd84493d98c354205eb77622b54c 0.41 MB 805 1,375
194,762 194,762 0000000000000077760c4a29cd5974f05229ddec17b808595a016b98c736f176 0.37 MB 57 60
194,761 194,761 00000000000002a4027f4815455a4b4bee567da7cfda3df6e054120d96c00b52 0.23 MB 336 132
Previous 10 blocks ↓
Total Size: 769.03 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,625.21 GB sent, 93.02 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.