Memory Pool Memory Pool Refreshing

2,002 transactions
0.70 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
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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 1,981 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (595,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,630 312,630 0000000000000000232d2fc8fc36416fee2ec8310d4379ce44604931ccc7be68 0.05 MB 92 22
312,629 312,629 00000000000000000a93c3b6b343bff2961c0fdefb554769dc4f3dec1b559e6e 0.02 MB 37 13
312,628 312,628 000000000000000005d1616fe01604908fed3a2311164e76488f78d593d82b7a 0.66 MB 1,146 21
312,627 312,627 00000000000000001b302d71e6591e62db14ee4a3d3803c2669c74b22e6cebce 0.12 MB 156 16
312,626 312,626 000000000000000036b484f00c31fb1118a030a7439a54b0e56de896ef132d3e 0.75 MB 1,447 31
312,625 312,625 00000000000000000719d3088b87cbb9349f3edffe738495d61866525eb7e95b 0.12 MB 294 35
312,624 312,624 0000000000000000195d3076e6ed199253e78764eb6f4500a89459b117784ab2 0.10 MB 205 23
312,623 312,623 00000000000000000eea52d4f79c42d06517085467740ce4fd3a3c7c51b3afbd 0.24 MB 437 29
312,622 312,622 0000000000000000295ecd39cf8b3ab858e01e95f527cd7d5589e8fd01c2d9a1 0.16 MB 296 27
312,621 312,621 00000000000000000784ac15604b63289b27097d3ae9ad96514b7f91147d5813 0.09 MB 283 26
312,620 312,620 00000000000000000568dadfd076c2a427a1bd7a9d98997999269d3477e6b04f 0.04 MB 39 12
312,619 312,619 0000000000000000109a047f7aaa09bdc33e15b96a7e7c9d37ef9c2b521c9231 0.47 MB 871 29
312,618 312,618 00000000000000002804238d415720e58826b6d48de256e5efeb7eea0cf39570 0.43 MB 944 28
312,617 312,617 00000000000000000f50e92f650a75dab0ed7f97abbc040fc1efa278dd625db3 0.12 MB 294 25
312,616 312,616 000000000000000036f4bfacdd0baa27c90b3f9c8dc41167461c76fe12755957 0.02 MB 30 20
312,615 312,615 00000000000000001576e63ba94d50528d09cbc53094e47206a548471c3896cf 0.19 MB 361 29
312,614 312,614 00000000000000000f756e218153a3a7f3722fd96a9db10aee5d309b32ddcc9d 0.29 MB 570 31
312,613 312,613 0000000000000000080ab17e6398c71b09ab16aaecc2c31ea978199ef0047d9c 0.12 MB 282 31
312,612 312,612 0000000000000000124d6c7685d5e654bd0f483ecd45538add348abb6a38f905 0.03 MB 48 25
312,611 312,611 00000000000000000cb8d97a4d5b5a44a05b5b1c5588e7a4fa3ba938d55a2a1a 0.13 MB 265 28
312,610 312,610 00000000000000000c2505089844458681e6125c81696122d818b1583b27e3df 0.07 MB 102 21
Previous 10 blocks ↓
Total Size: 769.28 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.54 GB sent, 94.32 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.