Memory Pool Memory Pool Refreshing

3,213 transactions
1.17 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,052 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (137,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
770,379 770,379 00000000000000000006ae1c47a50c742ba87a7a57fc7f96a5b51d5f16803f9c 1.50 MB 3,400 21
770,378 770,378 0000000000000000000755d7da197b9ea984d75d1e379746f8ada1f1f8ee32df 1.68 MB 2,091 5
770,377 770,377 00000000000000000003770b00d41e8a071c713b109db07bb5a47d195d006a35 1.50 MB 2,167 10
770,376 770,376 000000000000000000044abe4b7f1f84211044ab0bed36224b024b6a2f4aea0f 1.32 MB 2,236 17
770,375 770,375 0000000000000000000231e6756638a4490beafb2ce1243d543a42ebcf628271 1.81 MB 1,616 3
770,374 770,374 00000000000000000007c04dfb3be4af6107a80559bb83f792b71999198b400b 1.54 MB 2,864 9
770,373 770,373 000000000000000000077d9b4f39691eb07cc79d62e0b2baa0fde584fc012fac 1.15 MB 963 13
770,372 770,372 000000000000000000003aa58c0a863302d88a4573186486d1d85f08fdcff8d4 1.46 MB 2,244 14
770,371 770,371 000000000000000000062689771f7db8eae7f82bd7ae7b1dc52470d52025eb16 1.61 MB 3,274 14
770,370 770,370 0000000000000000000070d9582f7a4abcc33c305cdf4fdf782e722338a59ac8 1.49 MB 2,982 27
770,369 770,369 00000000000000000007ab8d680cd0c2ca6f91aaebd85e75e8ede9db34942f53 1.49 MB 2,901 10
770,368 770,368 00000000000000000007e031cfe2332dddf1727c06f8fd9837e0fab9bedda493 1.56 MB 2,829 15
770,367 770,367 00000000000000000006456c33b966402d21aaf9294886b48f936e1aae6ff129 1.62 MB 3,667 18
770,366 770,366 00000000000000000004321c8795d7ce14794a2d7368cd3d12bcab09fcd2796b 1.39 MB 2,907 25
770,365 770,365 00000000000000000007047412d43cf78881a9645dcb1e9c9e875b6c273b2cae 1.37 MB 2,345 19
770,364 770,364 00000000000000000007829f6b9205afee3abc003ff0823df8f1a98ccaecf92e 1.39 MB 2,029 10
770,363 770,363 00000000000000000004ef573a473fc9513dac251d76b69af59b849ac1ea3c4b 1.32 MB 1,518 16
770,362 770,362 000000000000000000068094509a7cb62d0d57e62bb1f38ae070e9f7c3d66025 1.78 MB 2,321 3
770,361 770,361 00000000000000000005b114ba591bdcdcb4227aac5e8cd6784a890056a8925f 1.70 MB 3,240 14
770,360 770,360 00000000000000000007b2461a3ba0536f8beba28bc328232671bcf1673156a3 1.61 MB 2,651 15
770,359 770,359 00000000000000000006ae9adc6e864b3535bdf22fc8681d5d2184ffc33dfc51 1.66 MB 2,233 6
Previous 10 blocks ↓
Total Size: 768.99 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,616.53 GB sent, 92.74 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.