Memory Pool Memory Pool Refreshing

1,253 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,978 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 1,233 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,977 (772,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,481 135,481 0000000000000523342e59d2ac1c4d6a057af3ffe159add3ac835119b56b7a76 0.03 MB 62 675
135,480 135,480 0000000000000048f735d0a471fff08a4ad0da2efae4a0c5bca1442082269e6c 0.04 MB 111 2,364
135,479 135,479 000000000000031d0fc51863456c40b5393732856d6e6c3f81ea6b8126704ddf 0.01 MB 37 1,882
135,478 135,478 00000000000000cf5859ac265790db34d404199dc70289e1e6a4e52311854bd1 0.02 MB 47 1,123
135,477 135,477 00000000000007a7552bd0642e234bdb3a91034c375277d01ead083f9017138e 0.01 MB 26 297
135,476 135,476 00000000000003d6bc6e56b165bcbd8a5606bdc4b37d5cbc7c2573e9b4e0651e 0.02 MB 60 6
135,475 135,475 0000000000000580f65676d5942efb52bc299306d77f6e70f4fd641e0ac2428d 0.02 MB 30 427
135,474 135,474 000000000000093ea0544c5957f81de9f6a2893c35f97cd04ef2fba9f4d4ea8a 0.01 MB 24 485
135,473 135,473 000000000000091fa3f59006f78c0ad1dcc4db1647327b5a73e5eacafa5c9cb0 0.01 MB 23 573
135,472 135,472 000000000000053b31a202fd22b39a1d8c2119dff5a77fcf4acb03f055fb6bec 0.00 MB 15 1,318
135,471 135,471 00000000000007f9c2892d3f7f97763a6eaf101d0184a06ec293684ef004e460 0.01 MB 47 557
135,470 135,470 000000000000011ab9c980cdd0f5c418d90f9f73da686b22fb62090b9a1d7342 0.03 MB 89 96
135,469 135,469 0000000000000a6dccfaf977f63833ea816b28583981edbf3b51942d597fed0d 0.02 MB 37 858
135,468 135,468 000000000000091a5ec474e42375ce605e0f4b0b2c95d603ef46bd8ffc569b4f 0.04 MB 99 330
135,467 135,467 00000000000004d6e330be55b0ae7e30d8511e8409ad26e723ad12ff93ae8713 0.01 MB 19 612
135,466 135,466 0000000000000988fbacd426f253ef69510624b8aa99d9722a45b60081ea0872 0.02 MB 70 557
135,465 135,465 00000000000001c2d6752edd0f002d08b90b32babfcd33b6036d8d73028adb6a 0.00 MB 13 1,162
135,464 135,464 000000000000047e1e8cf79db89d219fd09beb6e1e9d292cf92fe03e1e572d0b 0.03 MB 90 251
135,463 135,463 00000000000000511a83591aeb6e6b3a21c02867aef7a6598de0372e2a718e81 0.03 MB 43 271
135,462 135,462 000000000000087cec2dd154a5542649368abb72feef723f012e417d90d87f87 0.04 MB 114 283
135,461 135,461 00000000000003cf7f4ed3a45e1e19bd86c5c0584bd5883112b183e48e417fdc 0.00 MB 15 80
Previous 10 blocks ↓
Total Size: 769.50 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,646.87 GB sent, 95.45 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.