Memory Pool Memory Pool Refreshing

10,024 transactions
4.27 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
2 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,658 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,879 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,657 (788,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
118,987 118,987 000000000000480821fdb082f1634986bb4f1cf6cea1d9958203de29b9d01bdb 0.00 MB 13 975
118,986 118,986 0000000000006ea6c6bd9598f251e9d405cd12d0fd3d8d505c44983d7390e489 0.00 MB 9 279
118,985 118,985 0000000000008ea12ec12d978dadcc6f3e2f2a4a45e333aa938a2f4cda50cc26 0.00 MB 11 0
118,984 118,984 00000000000037401cef2bf0efcc15eb85ea1f1158ba46c46bfdc982ba071b6d 0.01 MB 17 446
118,983 118,983 000000000000488136f2244759bc09a58e4615fc409fcf4418afb39b96bc97e6 0.00 MB 10 0
118,982 118,982 000000000000aba541225c5dae14735e36e5e3e607239778cf6c705c8ed16979 0.00 MB 8 0
118,981 118,981 00000000000064ecdd1bdb9243fcb37e043e33d8733ec3189b7643f7a6c4bec6 0.01 MB 12 181
118,980 118,980 00000000000051a8b991c3f2dc01e2733c0a89419d932dc1b07189758abba3e0 0.02 MB 20 0
118,979 118,979 0000000000008d51a43a48bbfabd1c70c2ef94faae55c223a854049ace1049b1 0.01 MB 18 0
118,978 118,978 00000000000016f3dc9f49a36d812e1344f41265d807a29ca8cd42ac4771e7cf 0.00 MB 11 0
118,977 118,977 0000000000005544ddf52d5258385ae6c11591acdc8fa34bdfb43391336bb76e 0.00 MB 7 0
118,976 118,976 0000000000002bca06b174717810ae22144e8b8f422e4d6e94eedb82e3ecbd62 0.01 MB 28 157
118,975 118,975 000000000000924931682e8d951c211a6d8389bd1faa436ce1f6eb95ae8bde57 0.00 MB 12 351
118,974 118,974 0000000000000244a9db4efcea9551620ad0b89b1c992fc4a280d5962f4baba5 0.00 MB 12 875
118,973 118,973 00000000000029df456578f22b731bf689edde0122701083081eced971f791fd 0.00 MB 10 0
118,972 118,972 000000000000ab044f603a6035b600f7173c88c5692618d08a23f3faf5a5d1b9 0.00 MB 13 0
118,971 118,971 00000000000013f68f32caec41e2a517f36a2fc759a449505654b12d32adcd46 0.00 MB 12 0
118,970 118,970 00000000000092e7bbd7557f3a6e3c98ae6f5aa357330da2604e9fdad63d88f6 0.00 MB 15 0
118,969 118,969 00000000000093bb2c2d706fff6e6a97f1007ce38b28992aa722219b19087747 0.00 MB 14 0
118,968 118,968 00000000000066a77ed32783a8f94772fd458eff37479ea0b104dbb58def35e2 0.01 MB 13 0
118,967 118,967 0000000000002aa56c00e6e1429927a14c4eb5752fbec07e8de3ac418d865ebe 0.00 MB 2 3,875
Previous 10 blocks ↓
Total Size: 768.90 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,601.91 GB sent, 92.30 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.