Memory Pool Memory Pool Refreshing

14,234 transactions
4.52 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,192 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (752,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,152 155,152 0000000000000c32151b017099b3e20899f6be3ec964731a28a30f6c4f16dad3 0.04 MB 93 124
155,151 155,151 0000000000000d662e2a90c4c34a00f87adaa008efeae3dde6e79f9805593e3b 0.04 MB 132 5
155,150 155,150 00000000000002b2ea2b0c6fc5289b4c0c5fcc0dff116c8998fd051f7682024a 0.04 MB 98 88
155,149 155,149 000000000000004fd42a16b2d90a61a8e8a4bf7cbca5d53152254cc26f95fd1b 0.04 MB 95 68
155,148 155,148 00000000000004994e3e3b7e2efc5b5eec6a382cc1c8ccc9e83275e115c64ab7 0.00 MB 8 669
155,147 155,147 0000000000000baacf8d0f049f1f5945b45ad5c52e10e41772663be860d80b23 0.03 MB 63 65
155,146 155,146 0000000000000527ab93c08149065eed412c755f85d0acf00ce30346f2192bde 0.00 MB 11 0
155,145 155,145 000000000000021e53a2721391d571a90c8826ae7024add017a678b5afbd7dca 0.03 MB 37 62
155,144 155,144 00000000000008439409e89cd39be2291431783134cf3f742574d0fad8a89a11 0.01 MB 17 30
155,143 155,143 00000000000002827fe891a7b920b8ae5d18cfbe27021d9af6fb5e9e76f3b93d 0.00 MB 4 0
155,142 155,142 00000000000006b0b2266db380e55c57d95e83453a7af14b7ad990827c680393 0.01 MB 23 91
155,141 155,141 0000000000000aac4006b3a62ec4c0a27df8cfb524115398d0cabaa9774adda7 0.00 MB 9 17
155,140 155,140 0000000000000a3b56ca43d78df414c07df3fb6916a7147d83726bc98d74655f 0.01 MB 14 48
155,139 155,139 0000000000000611dd527e5b5ad098ea7153094faac173ca0159fcff1267fb3f 0.03 MB 86 113
155,138 155,138 0000000000000768af0f5fc3df25a9ac1893e8dab4d7138cee58999f86ec75dc 0.05 MB 40 63
155,137 155,137 0000000000000c1ef777e13e9d3fc12c7c09a43f8f6f95c9d05d17060088b882 0.02 MB 60 235
155,136 155,136 000000000000076491b2f4c4b852c5f5f5f55ed9e97610fffc58ffa7906c69f3 0.01 MB 16 271
155,135 155,135 000000000000078374b8b37eb3bd49293db5d9780c87f82231a43170ecbd43d5 0.02 MB 28 101
155,134 155,134 00000000000009895cb16e5c427e2bfad9bbcdcd13454a17037ee85d9db33cf4 0.01 MB 33 75
155,133 155,133 0000000000000000dcd89b7471821456ed5fc0e45e76dc74f0b6d0cd8580aa58 0.02 MB 20 80
155,132 155,132 0000000000000699639da870b3bee92e07906cc5aee337721ead3b87cc5706bd 0.04 MB 103 176
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.