Memory Pool Memory Pool Refreshing

173 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.02 vMB 100 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (602,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,387 305,387 000000000000000040d4213b8080bee178d77ae09e9735a8c946f40d512a805a 0.15 MB 240 29
305,386 305,386 000000000000000037cb93b07f71810d6ee38d8c229a662fc041459af7762821 0.03 MB 30 16
305,385 305,385 00000000000000004c2fec42eca4a962dab990e214dbb7e1cca17832c76edf0f 0.12 MB 214 30
305,384 305,384 000000000000000018ddf70877b17fbff39458db34f39237d32da5a557a84ec3 0.29 MB 514 33
305,383 305,383 0000000000000000413e2385951e88ad566ea21e9787597e33c33bf2bf0930cc 0.18 MB 271 12
305,382 305,382 0000000000000000037d13e1494c96bb9ef2a92c965a107db4792d691541a33e 0.38 MB 660 28
305,381 305,381 00000000000000000ffe42f8304b9008d1369823dd2ffd3e99c54aae422b0ff6 0.42 MB 492 24
305,380 305,380 000000000000000038fa42a5ccd95be0fbb67d0d5bb0799ff9e0e54e8fa0bdb7 0.35 MB 572 84
305,379 305,379 000000000000000051d3123c4e53e044a6a33b94ba0d12960969d748e80927f9 0.07 MB 128 38
305,378 305,378 0000000000000000420bff35d9837fa012ea8f6b39c40a6199808d58893e2352 0.06 MB 99 26
305,377 305,377 00000000000000004803793b70e289b14c3bfa6706089fa0cfdb3f45bc6bca97 0.18 MB 242 35
305,376 305,376 00000000000000003fbc7664dc3d588c164ddf1905db78a26f0652491a0c72ed 0.05 MB 97 27
305,375 305,375 0000000000000000215a6792b34b6b25863a6699770a0aa2cde58b5ae951efb9 0.33 MB 403 28
305,374 305,374 00000000000000005b2db2fb3811df0499f6726e1e951acc59ed1d4bb866b3e1 0.22 MB 220 22
305,373 305,373 00000000000000002014fb89fa0ffe1ec4675c3edb32563b187f461a22a9e596 0.12 MB 170 21
305,372 305,372 000000000000000049ce5f8f257066dd8b105b5adae35112f92714f88133398a 0.53 MB 289 15
305,371 305,371 00000000000000004e9b3c43eb559c8dfde8a03597cac6b9c3c2e5d0a48ee241 0.35 MB 845 40
305,370 305,370 00000000000000002b75920691ede18f44987fc96a0d10c0d87770c39d73b35d 0.19 MB 206 21
305,369 305,369 000000000000000037ee7d0825439a8d9a0c0ec3a045af444c9d60b7de506442 0.35 MB 577 29
305,368 305,368 00000000000000000028807d7ccc78529afb8009851ce30300128266c1381f40 0.26 MB 446 31
305,367 305,367 000000000000000048c147a3cf06337bd86a7d17a80dc6107012c32b507bdeb4 0.21 MB 300 26
Previous 10 blocks ↓
Total Size: 769.10 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.93 GB sent, 93.40 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.