Memory Pool Memory Pool Refreshing

19,347 transactions
6.19 vMB
Show Random Selection Loading Transactions
Max Size: 36/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,329 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (685,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
222,388 222,388 000000000000032e204cdad74f0f37cd1497d88749e5d087cda8a313f84ff9b1 0.16 MB 352 176
222,387 222,387 000000000000029c3babe18411b917114bce4dbaa9cdf2db6366b12195b2e9cf 0.21 MB 538 200
222,386 222,386 00000000000004313ef70ba5f3df4b0fd26a5deb7cf7d7d1ab8c04335f5ef91f 0.00 MB 7 147
222,385 222,385 00000000000003f72f0b7ec9d7198ec40adb548ed29befef6ea4488750761d32 0.04 MB 78 148
Previous 10 blocks ↓
Total Size: 769.02 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.47 GB sent, 93.00 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.