Memory Pool Memory Pool Refreshing

6,819 transactions
3.86 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,291 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (592,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
314,760 314,760 00000000000000001db50cf73194a4dc9060bd8e1b541085a8269383cc1676b2 0.06 MB 83 17
314,759 314,759 00000000000000003283f8729bff027303b59b7d67cd55b1a10066571835f375 0.14 MB 214 28
314,758 314,758 00000000000000000872a5c0c6d1e5fad6b8563cf0195034edc8cebce7cf2a8a 0.13 MB 227 29
314,757 314,757 00000000000000001e55e19a021c9c62300625009113fa1e1d8c394966057d9c 0.19 MB 325 21
314,756 314,756 0000000000000000123ea0aa8ccce92f4b16ff994b01e571a00d6c9c846d93da 0.39 MB 543 18
314,755 314,755 0000000000000000162de8eacb5d24c46d44a45486eaaf11451988ddd0ddc822 0.75 MB 1,111 23
314,754 314,754 0000000000000000118a6058484c6d6a89c376033b98bc1b6fb317ad723385cc 0.75 MB 1,745 31
314,753 314,753 0000000000000000346635942a2506aae35902aae1fddfbca11ee742a5af2022 0.25 MB 882 46
314,752 314,752 000000000000000001ce8d8db0fd8571aa52dd5a3dc5b90a79ec81015d8dad02 0.32 MB 499 27
314,751 314,751 00000000000000001264d2f5ba7631fb887a298f89fecad5f6bedcfcc465d911 0.50 MB 892 27
314,750 314,750 00000000000000001cd9880bfb4ee3af097a7f3c75cdfc13c47084b9f5c7ec16 0.22 MB 407 30
314,749 314,749 00000000000000001dd45fa01b01b7c1d725642820438904f295c433c8892b53 0.10 MB 140 17
314,748 314,748 00000000000000001e31ca9ff6dc07389e5d76dabbd3eeb38f8eb43d66d13f6c 0.15 MB 127 12
314,747 314,747 000000000000000034c16f38391d30395fb0cd05cccb2a627c489036fb8d6dda 0.26 MB 172 10
314,746 314,746 0000000000000000330fe45d9a1007d1b263d8ee7d88e2bd833d603cbb694fa7 0.09 MB 176 34
314,745 314,745 0000000000000000209dd70feefab6a195677bc5f93e1cf5cd00a6d5974a9d1b 0.28 MB 567 28
314,744 314,744 00000000000000000c594b4b574b212fb0cc43e799c6f578908d6ae1104625e3 0.81 MB 1,482 28
314,743 314,743 00000000000000001744f7da0c3c8e8fa86be0c060f6f8786ff7ed792904591a 0.05 MB 63 5
314,742 314,742 00000000000000001ca85a604b925eadb79ada38c5950652db3423ac063dd3e4 0.10 MB 165 21
314,741 314,741 0000000000000000312fcd119c90d1dbd6e40a20448c5ac3081c0f347c0f228a 0.17 MB 302 27
314,740 314,740 000000000000000014c29dc04f2ff403621b1d1fbd15321722ec9270ef0b5e99 0.02 MB 29 24
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.93 GB sent, 93.05 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.