Memory Pool Memory Pool Refreshing

4,446 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,686 (684,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,354 223,354 00000000000000f21067142801ba64551bc672ba76d9faf187a60f0e0e7df31e 0.18 MB 367 147
223,353 223,353 00000000000002a2c14694c8880308fda297c87decdd65ae66cda2a112ba7cb6 0.27 MB 562 165
223,352 223,352 000000000000026f03e4a590e738fcddde056a2982f8504bafbe8ae90f4784ca 0.01 MB 21 202
223,351 223,351 000000000000031242f2c92e8ad61ea5ca10e27ddf0180c0eb116d3147de22fd 0.17 MB 437 204
223,350 223,350 00000000000003821c2b30ee4bf6919b22958a4c8cb933d342424ebe5fb35275 0.06 MB 92 156
223,349 223,349 00000000000000b7d362db464f90a778f88a5f098afe7fcfe0d9310a50d4bbe8 0.22 MB 417 159
223,348 223,348 00000000000002778b2db779df63bd4fa73b51efb24a01e13ed1a1432f891395 0.24 MB 308 39
223,347 223,347 00000000000003da8a0f4e65730649781a42850716e8c75842f9d5123326ace3 0.25 MB 437 141
223,346 223,346 00000000000004117e2e7b2d2b3e494c6c848ab9a9dd57a8e6d811f4d1b97fb9 0.25 MB 729 228
223,345 223,345 000000000000022ba304a0bfffb873e8badacbb06a7c7ad5d69a7294a8c5b505 0.21 MB 492 176
223,344 223,344 0000000000000385f7e54039513a1bffafd9cf354421f23215ea48e371008d63 0.18 MB 380 164
223,343 223,343 00000000000001ec98396a0cf85ad9f600a09d99136ec66e4101677f3686e6bc 0.25 MB 431 152
223,342 223,342 00000000000001e94b46b2703c56e71dcf1e67eb2903e694ffd57a476b2a888e 0.25 MB 710 229
223,341 223,341 00000000000002d6b1e308db0210c4469a33f94d726b2d033f46cd20f34cd1cf 0.17 MB 424 52
223,340 223,340 000000000000033ed6f77f57545b5eccb3a6bf136311eed2d28aa8bc7c752f28 0.05 MB 125 132
223,339 223,339 000000000000039c13a0e83af734cf6c0c5accc06b83ed0cb6c77ff9bd38e0f4 0.04 MB 62 97
223,338 223,338 0000000000000015f4b9cf9b1c9e8b1e95460cdf6397ab2cf2e8a67d7228b655 0.08 MB 143 138
223,337 223,337 000000000000021e9e7b92ce6b442fc8aa95432298b9eb7e31df5aa17adb654e 0.21 MB 508 189
223,336 223,336 000000000000012abd3ceefec8c12696e45e3ca6e1cd5ee9bfd2064738f09433 0.25 MB 526 172
223,335 223,335 000000000000043facdceed314b107e785caaf746527dbdd2facf87236c7066e 0.21 MB 493 163
223,334 223,334 0000000000000492a84e29c33467c467ec7795ec56338048f6fee76c6ee8742c 0.31 MB 625 203
Previous 10 blocks ↓
Total Size: 768.96 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,614.90 GB sent, 92.60 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.