Memory Pool Memory Pool Refreshing

2,132 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 2,128 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (713,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,155 194,155 00000000000006ecb6743dd8ea7da0b68c6ad6b720275ae8b32e2c4ad67b8b5a 0.06 MB 209 82
194,154 194,154 00000000000000d03b6f9b017c79e169ffa994fab30980f41f25c4d9c39737e0 0.09 MB 81 94
194,153 194,153 000000000000014e1f50b5981af4244fad141e5f5dca861ed02b2c5e40c893c0 0.06 MB 140 117
194,152 194,152 000000000000006ddd16cadced61ccf6c2e0bf9d9183ff7aeec4298c232cf78f 0.25 MB 395 111
194,151 194,151 00000000000004f54dcfb21ab8479ef1b0c48d5258b22a259c13f9c8c7a35f2f 0.13 MB 245 135
194,150 194,150 000000000000075fd4c332417aff52a4ac0b6b7a678c98903bec0a31ddb53669 0.30 MB 718 156
194,149 194,149 00000000000005897a6fb010bfb7542afe667fa970ef881384ac58bed0e38668 0.03 MB 63 81
194,148 194,148 0000000000000049e14e0f886887c62d709fa5424455d43becd449c2efef9d33 0.05 MB 129 137
194,147 194,147 00000000000005a72dae241ec9ba920534ebbe87754f4b1f3ec9f7b2699d6e92 0.09 MB 212 126
194,146 194,146 00000000000000d584fe97994622ee5deba57065a5081c5d6c63085b2427c871 0.25 MB 461 112
194,145 194,145 0000000000000315991a02fecafe29394498bd8c6fedb95686a1b4fe3047dc1a 0.05 MB 118 216
194,144 194,144 000000000000052425ba28c9cbe8223830661a11fb7919491feb99b291b04fd9 0.06 MB 195 22
194,143 194,143 00000000000001b4ff18e1dc46e0293b71a530d05dd903d34e649ed82a57ff01 0.15 MB 409 152
194,142 194,142 00000000000003c95afe5a3d095e5f88f790a9dcfe567f3dfc3c24deaa13ebd3 0.08 MB 227 293
194,141 194,141 000000000000065d62b35da0b6fe09affc384a8c7086b4d4142587a069a16c4d 0.07 MB 145 88
194,140 194,140 000000000000029a11b7bc37aeebf0759f08908d5ac4d0d227bd5fc12a271f33 0.28 MB 512 146
194,139 194,139 00000000000002fe6d15f51f534280a90dc67e4e284c04110368b4bdfbf2a07a 0.00 MB 9 0
194,138 194,138 00000000000002440b1e766beb353fd24f1e9d6dc7a9b65d167b3b54ace7a4b4 0.46 MB 1,024 224
194,137 194,137 00000000000000452944450b3ff1043ab6385601948912b4da5ec5549cb35e23 0.03 MB 24 83
194,136 194,136 00000000000001daa6a74352f5541927c9b57c40bda08aab4140fe46369382bb 0.05 MB 127 314
194,135 194,135 000000000000004bd6ffc342e250add4de2a2cdd28d79144e1d5be7cf1dabc89 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.