Memory Pool Memory Pool Refreshing

3,770 transactions
1.61 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,840 (709,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,943 197,943 00000000000002e31dc3eef478566f7158553dac0be6cd576c3b82a7cbae891e 0.13 MB 294 218
197,942 197,942 00000000000005c903ef8c7b6f87030fc79ca9f693cade5453f1977afb082c70 0.03 MB 80 79
197,941 197,941 000000000000024bf19a6345eb6f0659711c6617c5b6c71feb0475eaf76437b7 0.31 MB 758 194
197,940 197,940 00000000000003def1e1582d908fc5161fc6c8755d8d95d13393b480eb85808d 0.00 MB 7 17
197,939 197,939 00000000000005a7f1a8a6818797bf9d1ed7ad8b6bd97e3b08803922b65fc665 0.01 MB 23 154
197,938 197,938 000000000000018e4d714c9eab895ce68455c4ee8edb689a69e92eb5def3e8d2 0.14 MB 256 19
197,937 197,937 00000000000004ba7f71b25f4c33832eab68817c4802ac0eb0a4ae6f8c717688 0.06 MB 161 164
197,936 197,936 000000000000002c3e01ec5fc07afbd1dc4bff8bc176b7b245fe670c4a7749cc 0.21 MB 644 189
197,935 197,935 000000000000054e5b4f6071335556b00c370e2f7599e7dbf8feff65cdb44eda 0.02 MB 32 186
197,934 197,934 0000000000000549af5a905aa8c81aaa24bf00e8ebe910a11181c01d9b4b14d6 0.25 MB 455 175
197,933 197,933 00000000000005e46755fe28e3d627092b54396f3c882158a6440b9fc16d3481 0.05 MB 120 324
197,932 197,932 00000000000002d5a0953146ada9e5c8c4905911338f98bfff1ab3fad904e1cb 0.08 MB 293 230
197,931 197,931 00000000000002185fc9cc3282098bd59005e1662c1f1e3dd63eeabbc85c1c6a 0.07 MB 175 139
197,930 197,930 00000000000004d181c289cb2f04f052c726a60e82c55f119ff051323fc2b83d 0.05 MB 129 110
197,929 197,929 00000000000000b93dd483320c1c74301cdc7052624356606c9e35d09cd922a5 0.18 MB 512 229
197,928 197,928 00000000000005fd5a58c74fc4587e5f2418237be98aa52defdd7082ebdcae55 0.12 MB 286 95
197,927 197,927 0000000000000028ac2b898c96340ec3d987a117c170400f8214bc24920fa367 0.26 MB 512 185
197,926 197,926 0000000000000363f48071ea79dc24df5feffdc72b6159ae343cfad0f962c71d 0.20 MB 512 427
197,925 197,925 00000000000000322bd41a17b655c986afb02e1b302f2ac1ba29d55366c11138 0.02 MB 25 284
197,924 197,924 00000000000004d2a41e991feac7e556344fa10aef002f288b1b8b65a37b1185 0.07 MB 84 80
197,923 197,923 00000000000001ba39dacd38bbcd9c79af0fceeea23d7147deba7311521940ff 0.06 MB 238 81
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.