Memory Pool Memory Pool Refreshing

10,067 transactions
4.61 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,167 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (83,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,169 824,169 00000000000000000000caf0df098f42e41c06fbc41ea1bf18d91575da9f0848 1.73 MB 2,781 180
824,168 824,168 00000000000000000002eb44cba3a94cf5c2b2627287a63e33f21e41654d0946 1.62 MB 2,695 121
824,167 824,167 00000000000000000001130a51df11f0ebf144e68eac39609fbedaa2c3e0b305 1.59 MB 2,684 228
824,166 824,166 00000000000000000002e12fb756eef682f7a5887ff692cca2d012a8b27e9ff1 1.66 MB 2,928 108
824,165 824,165 00000000000000000000524ec9790585046eb5d82e9cbfb1dcaf369edcf71a44 1.64 MB 3,725 98
824,164 824,164 00000000000000000001dd9eba59a4b5923d999eaf4c717b69f9ce72722d33b7 1.66 MB 3,616 157
824,163 824,163 000000000000000000005510e99c392b772845c03d9a32eff3594bb3b28bfa97 1.69 MB 3,745 78
824,162 824,162 00000000000000000003950a6b986a8b1e93819066bfd085a185296c254955b9 1.59 MB 3,591 73
824,161 824,161 000000000000000000036c28766ae51bc12d2dcd67eab58c9cd4f144610b50d6 1.69 MB 4,405 133
824,160 824,160 00000000000000000003a2f24c4a4ed3bf139dd577d0336bc03adefa9e321067 1.71 MB 3,108 78
824,159 824,159 00000000000000000003e4bac6e18a8591d2a272ce094782abbb46a902e44a80 1.84 MB 2,593 55
824,158 824,158 00000000000000000002aac7d033ca96323fc8a960939c503c0ecb767a7eb8fe 1.99 MB 5,602 68
824,157 824,157 00000000000000000003285bc2f486ec8aa4563b6d4825fcf899a43021aad68c 1.54 MB 2,770 63
824,156 824,156 0000000000000000000003df2cf2c2030337684518052884b0a02de47d579bba 1.71 MB 4,264 100
824,155 824,155 0000000000000000000100966076d6d0d5584ba091a1995887555e2b656760f6 1.58 MB 3,361 89
824,154 824,154 000000000000000000000ccf7ac3322e877987f285f900ece0ecdf43859f1641 1.67 MB 2,626 109
824,153 824,153 000000000000000000029546a740e78a18a1857a0e32155da88a71b34e1b6868 1.56 MB 3,313 147
824,152 824,152 00000000000000000003e54449042bd8ba0bea1f7ae8b7ddef8947a241d38d9c 1.90 MB 5,601 79
824,151 824,151 000000000000000000023fed8a651b80406109e63de8be1e6632c463641c80f4 1.72 MB 5,026 81
824,150 824,150 000000000000000000023044d7220426d840c0f80e0fe16d365238c6f048ddbd 1.59 MB 4,166 80
824,149 824,149 00000000000000000003db5c63c2d6488f13efb7bb6febf56d15d0a0a892d3e8 1.90 MB 3,417 62
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.69 GB sent, 93.04 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.