Memory Pool Memory Pool Refreshing

6,236 transactions
3.26 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,007 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (137,530 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
770,271 770,271 0000000000000000000813349d687284e60accae9a9cc1f017cd280e5b2549aa 0.39 MB 545 8
770,270 770,270 00000000000000000001dd3f60ebd1a61f1a0e4d007afa150011311880f9cf6f 1.31 MB 2,955 13
770,269 770,269 00000000000000000004f9179ee5994006fd9e1f0746c1404290c18882b25978 0.24 MB 501 11
770,268 770,268 0000000000000000000062d53b5d5c2841262796893769c9016605727617cc86 0.02 MB 43 15
770,267 770,267 00000000000000000000e0f931a4c5c8bd42fa06722cb4b5f4a66490193183af 0.96 MB 2,178 13
770,266 770,266 00000000000000000005bb0dfa318a0bd0c9678db4498a553cd5271b60201b26 1.52 MB 3,516 14
770,265 770,265 00000000000000000007e4296762edab3620781b84063174763f90cef3ed6f6b 1.26 MB 1,446 5
770,264 770,264 00000000000000000000d4f88f7fe63174f49c3ebbf92a2429ed15ede707b521 1.36 MB 2,475 18
770,263 770,263 00000000000000000005fe1aaf22b61bed63baf92958b1cdacc9966ccd43c5b2 1.71 MB 1,906 9
770,262 770,262 000000000000000000059b0a932dd8db7bc9ec44936cc4e56d82e496cbdc3583 0.35 MB 616 15
770,261 770,261 00000000000000000003bb8ef1c1795a62da85fc3dcb39f34286d44ceeee75bd 0.13 MB 264 14
770,260 770,260 00000000000000000004a9046d6af9485cf0e3c734ed2e921c1a063e5661cbd2 0.96 MB 525 5
770,259 770,259 0000000000000000000260e464be98ac14fb9f96216dec59f8198f875e31d45b 1.90 MB 567 3
770,258 770,258 00000000000000000005c82ce0e0a81f49936dfeb173e13fb807a905f25ab57c 1.61 MB 2,185 6
770,257 770,257 000000000000000000013fbc373cfca41bf10318f79b004d21fe51f1dc1f1385 1.57 MB 3,020 19
770,256 770,256 0000000000000000000741f216fcaa8ce96a5d2ce06cf44973032cf4d6ab8768 1.51 MB 815 3
770,255 770,255 00000000000000000007acbcbf720aa89c7934a8bf793523d5ffa7a95e1c26fd 1.62 MB 2,831 10
770,254 770,254 00000000000000000006a5c8926d9719a0b646d260e5404febff0d6cc175f417 1.55 MB 2,501 12
770,253 770,253 00000000000000000006cac7e1d95c25f09423c53b28757efcdd9adeef4bfa5a 1.33 MB 1,709 15
770,252 770,252 0000000000000000000770ca18f5b202a73a43212297ee7efcf38db8f55e5bc5 1.70 MB 2,441 29
770,251 770,251 0000000000000000000256af67819b11eef3a50fa94e72f5af56684e0e17cf15 2.39 MB 549 26
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.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.