Memory Pool Memory Pool Refreshing

8,308 transactions
3.81 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,971 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (685,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,409 222,409 000000000000047d7b69593379584212dceb28889c0168b74b0d133c50d8489b 0.08 MB 127 80
222,408 222,408 0000000000000075b468126320acfd13c356772ab2c45402785b39c991f21d88 0.25 MB 599 207
222,407 222,407 000000000000036763bc63be6975829de0d912ef3f2c974b90733af9e6b0118a 0.25 MB 756 258
222,406 222,406 000000000000006ae3a742df3014c1a07dd72a784a86767cb9d0e527d5e748bb 0.11 MB 286 210
222,405 222,405 00000000000001ceb3d14501734f671912f7a954cb3041345d3c61823256855c 0.17 MB 261 134
222,404 222,404 00000000000002b7062d7fb25c7276c886bc8b5d258b413ddd16f992ffd9b226 0.05 MB 119 84
222,403 222,403 000000000000027b803468347e586fd1afbd2e6afa037083628e7fbba7dfcae7 0.25 MB 639 228
222,402 222,402 000000000000009a1c9f2518740d3b535db11fde75986fb6b53e7f2b1e9d23d9 0.05 MB 130 240
222,401 222,401 000000000000048ba0d2fa2720c8aad0a3923575c07c65e187e10e6c1f5c1bbe 0.25 MB 628 209
222,400 222,400 000000000000028588a30e8266f6a349bfe29b2b8daf2f545e88fbd6be954b8c 0.05 MB 128 239
222,399 222,399 000000000000014408eec20a18597a656e20a8dd3773d7b96938bc392b41943a 0.22 MB 509 196
222,398 222,398 00000000000001f7de43b73e267dc2c76960f19fd641786167ea10121dff632f 0.09 MB 213 182
222,397 222,397 00000000000003570cbe9dd96e0b2b7d2a04594ff9273b8901b99bfbff54f77c 0.04 MB 102 108
222,396 222,396 0000000000000323a92ec780d54814580d2ab0af9353ccdb4cb3441453cfd13e 0.16 MB 259 101
222,395 222,395 000000000000020c6cec70526d7573298d03055c4780534633f637518911b8be 0.25 MB 735 231
222,394 222,394 000000000000040b0f92ce682d84061215bba91b4d299b4493af61e84b0b43d3 0.25 MB 632 201
222,393 222,393 00000000000003ef67c5e11e46a24f40931804289d193de53bff10c822b4318d 0.21 MB 322 68
222,392 222,392 0000000000000152ba47eabc6231251bfdb7fe89553d52c316d07ec7823d0104 0.12 MB 257 197
222,391 222,391 0000000000000293811e2ea521a48ea89cc10b900a8baf739297dfe3f19e567f 0.19 MB 464 191
222,390 222,390 00000000000000e93df388528ff47623ecc989f36ba83b134960e6de00ed7bb9 0.19 MB 449 246
222,389 222,389 0000000000000116d3fbf7faafdfda56a0354cab669d3a13d4f8c0bb1836a7d0 0.14 MB 354 190
Previous 10 blocks ↓
Total Size: 769.03 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,624.93 GB sent, 93.01 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.