Memory Pool Memory Pool Refreshing

5,585 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,059 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (592,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,113 315,113 000000000000000027539c4099da7c3da2d74ec4600dbab43a512fe79a4b4046 0.22 MB 422 31
315,112 315,112 00000000000000002b773296911eea93072c63f54a30a881041ef706469d79a3 0.02 MB 20 11
315,111 315,111 00000000000000002e6a1de9a0e8452631eed1a42831f478cc854944d5c1011e 0.18 MB 278 23
315,110 315,110 00000000000000002badcce915abbf55b640ebddb41a6dd2c1de31bfa0dcc271 0.28 MB 506 26
315,109 315,109 00000000000000000d6f8bf7ec1f692966b3d55deee9779905cf4bbd5f195c1a 0.34 MB 592 28
315,108 315,108 00000000000000000271ecdb85c00098763fe267dd1e9c3da4bf9b69c7eaee85 0.18 MB 156 20
315,107 315,107 000000000000000028fc0e14f4f631bae3151f8d7f0c0f6dc9f1f7ba417a1069 0.34 MB 546 28
315,106 315,106 00000000000000000f4647a24281400404ad825f8ad64ba1b1ba31eeda248416 0.03 MB 43 24
315,105 315,105 00000000000000000f450cc0a5a6f79b0e42a8941c8f2cd2bb322f96b6607ca3 0.18 MB 328 27
315,104 315,104 000000000000000012bfef188b87ba21bbb9b629cd3f73abd0261b9bca7ec9e6 0.09 MB 73 5
315,103 315,103 0000000000000000133b1c224ba45a1bb72486b550a4e69c11670e7eb3859b95 0.21 MB 375 30
315,102 315,102 000000000000000016f085c279415854f46abf475b1bdc8465da76c6e23e8ca9 0.62 MB 1,090 26
315,101 315,101 0000000000000000366d6e030f504399f4319796a4d80e9d86e3c33c2976a269 0.38 MB 572 23
315,100 315,100 00000000000000002144ea796b242d064de34deb773a7d86e30e442f44705b41 0.25 MB 695 42
315,099 315,099 0000000000000000064db5f2746622ee7ec4ebcbd15d23e15136598e2318bb84 0.25 MB 405 32
315,098 315,098 000000000000000007a07e8808ce8bc1a8fa319d5d192e964ed561841b08886c 0.06 MB 128 29
315,097 315,097 000000000000000030291677fbf74825e15b3d63b8edc6c589daa38a0de8ee6b 0.04 MB 83 43
315,096 315,096 00000000000000000ed13e370f889c2ae2f45fa3ac62b08fcc7903aee487517e 0.19 MB 340 31
315,095 315,095 0000000000000000231ba1cc335aec0c16a8411675bc052bd1a26a7b3f49c210 0.19 MB 376 28
315,094 315,094 0000000000000000138f3b1e1bc51410c4dd1a6f04b4223172112021922c6572 0.10 MB 138 25
315,093 315,093 000000000000000034923bb60a82f744ce4388486ecb17083c94e2fb226624d1 0.14 MB 256 30
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.