Memory Pool Memory Pool Refreshing

8,631 transactions
2.89 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (720,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,062 187,062 00000000000001afbfa3cd9d18257862ce1cbff619d4819ac4bb9b60efa137df 0.03 MB 92 136
187,061 187,061 00000000000002283ee15ab8c7d9fc0dff13350b186821e3fd1bb277d15b27f1 0.02 MB 53 85
187,060 187,060 0000000000000814d0264faf525d9cdd2da02f0c7ae9651475f304ccd7ff4d4b 0.03 MB 58 108
187,059 187,059 0000000000000819242abfef920560bf798540637ad54d57ff94f2d59fe6faf6 0.01 MB 24 100
187,058 187,058 0000000000000534d0aa9d2f2b3d1f6e451a36db0b4c310da48a71ec1826347d 0.03 MB 79 213
187,057 187,057 00000000000002e5707d983efded94a254fd1bcf3e912e2ea950e50a061ffefc 0.05 MB 135 100
187,056 187,056 000000000000003cb7b108ab1b8aef2117c20bd6434f82b6ac60060b9e404971 0.02 MB 57 85
187,055 187,055 0000000000000849e177a56d1f040d870a2bae259979c634f80b6ec0361f0af7 0.09 MB 145 101
187,054 187,054 00000000000008effc3d2fd53199a58bb0dd2bb1257313e4b615aedbae3cabd6 0.00 MB 10 31
187,053 187,053 00000000000000bd9cf9d8aea25cfd8ddd25a14ed369b702815b49837028cb1d 0.07 MB 163 118
187,052 187,052 00000000000002cf259c09489dd5388076f1b25bedabec771312c134c2ae2e00 0.07 MB 141 108
187,051 187,051 00000000000000be3419f14d243c022da81f23a988a39d4d071156ea54b4d55e 0.02 MB 30 211
187,050 187,050 000000000000021793939a497450066e1264720ab66c9635413213905ee13954 0.10 MB 119 62
187,049 187,049 000000000000001a3097cd08b7eb04e2aa14408518ca6cf2dbf606b9127bfec0 0.05 MB 85 43
187,048 187,048 00000000000001e9dcce37a6863f25855411e7e10333f0276a4d3a3dfca92e9b 0.24 MB 491 152
187,047 187,047 000000000000015d1b2045f2ada147f117b5ba833b5abc65e2a760499033ff12 0.17 MB 169 78
187,046 187,046 00000000000003042c50bd11beda3460ef264d0a90eaf371ccbe284bc8a3a57f 0.00 MB 9 14
187,045 187,045 0000000000000672caf716029571f968e6a1f9c7fd47b43c1e22ac30241cb0f5 0.00 MB 5 908
187,044 187,044 000000000000063dd3a9c54497ab6ccff70607e5fbc55894bc6c0ba2580301a5 0.11 MB 145 94
187,043 187,043 000000000000057258a62e47665421c0698468b9f37166babefdd9f6ef9bceaa 0.03 MB 58 226
187,042 187,042 00000000000005721d67f7f4fcf862698e290bd3ea4cf56b705d9c6b107d396a 0.01 MB 26 72
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.