Memory Pool Memory Pool Refreshing

554 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,990 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 527 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,989 (566,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
341,146 341,146 00000000000000000efc1d2afef3b4e2a0382ac1733292d958a03b85639ebbc3 0.04 MB 92 28
341,145 341,145 00000000000000001a20ad72588f05d5ddef025d37f8fea5cf9b345ad7adb8b7 0.47 MB 971 28
341,144 341,144 000000000000000003d5d9a74715780b967bcb72a2b009b5f954feb69ab96009 0.22 MB 541 26
341,143 341,143 000000000000000016a3819ff7483fb531224f7a6c6abc7ae5abc7d3e7d06f10 0.34 MB 705 27
341,142 341,142 0000000000000000179bfea0ae9497066f5142d3eb1e9d63c5b0a7d81bcdad6a 0.00 MB 1 0
341,141 341,141 0000000000000000093a7eff88e38cada74ec83a84611b26bdf0cb29716fcb81 0.10 MB 180 23
341,140 341,140 000000000000000000edda3fca7daa17922f337d2048b0c36baa0ceb693540db 0.19 MB 335 14
341,139 341,139 0000000000000000049ebad938de2c5909a333855d4dcb3068acde724b3baf54 0.71 MB 741 17
341,138 341,138 000000000000000012aeaad9cec83ea01a254007420745ba0e1fdf8a1ac12341 0.41 MB 1,081 31
341,137 341,137 000000000000000012bd68fea8e2ed4c40a6466440a74435b4e1cf008c256549 0.34 MB 1,024 42
341,136 341,136 00000000000000000524f795d2dcf5a2bbece6a1e71d9c5f78822b34db93976e 0.10 MB 155 17
341,135 341,135 000000000000000000c2ccef81dc879414a8c10e47060e9503bae410955cd87e 0.13 MB 274 24
341,134 341,134 00000000000000000896c30831b2c3a101b43c27a914d1f39aa5a5214bd2729b 0.10 MB 81 9
341,133 341,133 000000000000000008caa432a7acfa9b2d68cbbdeb6fa92bcbb48149c229d74d 0.11 MB 234 25
341,132 341,132 0000000000000000180ce9c826987523a39a7f55e12e2b3d4c1c6c143b90a9cd 0.41 MB 755 25
341,131 341,131 00000000000000000bd1db1f6cb98ffbcb24d8b25cf7c7fcf394392efb12e98d 0.17 MB 328 25
341,130 341,130 000000000000000012e619037cabf5299a5f93bb63de2da6dfd2786650e547b1 0.08 MB 129 12
341,129 341,129 00000000000000001991ed64facf5d28f592dcede119b4f8dd90da29427044e8 0.46 MB 750 21
341,128 341,128 00000000000000000ba4744ae10e0cae6719118b9b3199da9e57d84ca6011206 0.24 MB 656 33
341,127 341,127 0000000000000000088f1a5384a4b8ea58e7bb67699256d69f1f9ce0dc7f8265 0.70 MB 1,099 21
341,126 341,126 000000000000000002d3cd41aef89a314cda28df4582ff1f4f2779183bd3750c 0.74 MB 1,070 19
Previous 10 blocks ↓
Total Size: 769.53 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,647.95 GB sent, 95.56 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.