Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,399 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (786,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,154 121,154 00000000000062264a04031130c8dff546628ef5823002e133bea7d328da354e 0.00 MB 10 340
121,153 121,153 0000000000000a3b738778a0831c6b3ef706666dbd432cbc0bab25b005d88a1a 0.01 MB 16 865
121,152 121,152 000000000000710a93c17d83ec56e62e8075db19ec099c3db891634e47ce6cc0 0.00 MB 2 0
121,151 121,151 00000000000021b9020812fe3bcb3ae0408f9a85dbc94149c0b00f67cc8ec2a4 0.01 MB 18 0
121,150 121,150 000000000000878d585d552e2ec35ea9ababca492ef0f7ab4e6a8fc30ebf2f1c 0.00 MB 7 333
121,149 121,149 00000000000063b9dd2533739c2cf202ebf2ae9434a51d4c0f55c4953bc9e20f 0.00 MB 11 625
121,148 121,148 000000000000571e738157b57480b64001a6be67b6a723eba185aeea97de821e 0.01 MB 30 1,807
121,147 121,147 000000000000093eab45c455494cccc0c6ee9a9d1f25abb497631b66859732fe 0.01 MB 17 1,943
121,146 121,146 000000000000085868020b439e83df9ae6c57bf9a1b4e67e9bad76747b72f06a 0.00 MB 6 3,881
121,145 121,145 0000000000004494ea0b43ede7e6935cbf0d485b190861dfc53369f01a0aa783 0.03 MB 88 913
121,144 121,144 0000000000008269394aef5beef37e58614ef5ce11cd76964324e61a59f8a424 0.01 MB 33 2,087
121,143 121,143 00000000000025f60b59b224ded80b0b39ba387b8d67efcf77e1a21a9393898e 0.00 MB 12 319
121,142 121,142 0000000000000441999817a4014e90499c43a2e98be726b27b9192c7c917a64d 0.02 MB 61 2,490
121,141 121,141 000000000000298da7b78622f70eb698dd856b441734103a4463808c93c10465 0.01 MB 45 1,119
121,140 121,140 00000000000034a10a3f8c9263eb70513a5cdf3ba897443c2003b1a5ac072a69 0.00 MB 10 2,532
121,139 121,139 00000000000086e3c01904cc5e44d1c233931a4357ddfdd884c3a071dfa4df43 0.01 MB 41 144
121,138 121,138 00000000000015023116935ea3e86402abeef929f32ff563daafceaef8c3a33a 0.01 MB 13 719
121,137 121,137 000000000000108a239d65658a84509dc6b329d0a3f24d5ab88e8ce8dd5e63ec 0.02 MB 63 1,451
121,136 121,136 00000000000082741930723ae4578cde390fef3056ff7abdfc2504e916c57173 0.04 MB 111 452
121,135 121,135 0000000000000867de1d6ae43e9a3afd33912de3c09e22e151af63a28a2a0cf8 0.00 MB 12 645
121,134 121,134 0000000000001ae30a3b568546e345bba7a601c8cf3ef2f17f7b59d3d6a1f938 0.00 MB 13 346
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.