Memory Pool Memory Pool Refreshing

1,957 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,791 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 1,947 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (789,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
118,186 118,186 000000000000076062d90d19428b1f6cdebcb1034c6ae91835d25e4c34e43123 0.00 MB 4 2,967
118,185 118,185 000000000000a859ea2e2c430a81c3161a5d25424490b7a6301b0dcadca7309a 0.00 MB 13 407
118,184 118,184 0000000000003eecdb5d4f841529f1d7be24bfb4c562335fa695344b1ac31d74 0.00 MB 11 0
118,183 118,183 0000000000001ac00de60db005fcf6e0747207f8685d3871935d3b2aba316d8d 0.02 MB 84 0
118,182 118,182 000000000000b64a46152dd171a621adab35f1f27969052bc5359d0c00bbc179 0.01 MB 18 776
118,181 118,181 0000000000000c5c560ea701b50f974acd18a9466daa1dd6ca22b7f440be5186 0.01 MB 8 392
118,180 118,180 00000000000067cf72cf7c879110c2f04ad2a6618b40c724bbf59a6a979c8e00 0.00 MB 4 0
118,179 118,179 0000000000008b5e9851a96e03385d262b543cedca8fd9e8996001ce211b21bc 0.00 MB 10 0
118,178 118,178 0000000000006de9d62a085b001e738c535a1f2a3c8d060507fda2b9f803f9ca 0.00 MB 1 0
118,177 118,177 000000000000a719022b8e5d3cb789d1ead93b59101e22e0e62463da099d8b23 0.00 MB 1 0
118,176 118,176 000000000000572f0383607975b4409f8bcf16c2acac6b1c714f6d0bc52d24a9 0.01 MB 23 268
118,175 118,175 00000000000011451a9358b5fdb82b64db466ed1578a0a5c4663b1cc2950f9ae 0.00 MB 1 0
118,174 118,174 00000000000048f0c57fef892e749039cd089b7e56f4385bb7613492a12097dc 0.00 MB 6 0
118,173 118,173 000000000000c74c00a86b8c84e144a54b6ddf3685e24d389799ad8655cb5ac6 0.00 MB 10 332
118,172 118,172 000000000000a3d1e775a8c841ed1debf5ebc84059dd5385efe8baf3ec4490e5 0.02 MB 20 583
118,171 118,171 00000000000072da0cdc9a48dce9c20f522438dbc0d3fa9a5e1ea576f5cac0f2 0.00 MB 10 981
118,170 118,170 0000000000003aa82d6bd58311ebbd4df652acb4eff65d7fa5e382aad669ffe7 0.00 MB 7 0
118,169 118,169 00000000000096fabf0f4e34e214781ce3da77c8ed8ee54afec7818dca2590bb 0.01 MB 12 0
118,168 118,168 00000000000036bae79ec7e303ade99efdcf3d515f4da9511c7e9e3892db165d 0.00 MB 2 0
118,167 118,167 000000000000b3d1adf2a525fe82bdbb61333020f513f76f62faa7b54cf1f3a5 0.00 MB 5 493
118,166 118,166 0000000000002b3062e3fe5aa639708360c9ab263e2ed14d1a83bf2767bfec97 0.00 MB 9 416
Previous 10 blocks ↓
Total Size: 769.15 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,632.51 GB sent, 93.62 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.