Memory Pool Memory Pool Refreshing

1,669 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/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.57 vMB 1,651 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (651,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,964 255,964 000000000000001f6493122347a1bda91e7b939523d61fc2b209b3c05ba49b7a 0.25 MB 700 165
255,963 255,963 0000000000000026d946674c9848b9727d0e3ab12f18fa572f75eee5d0e46cc8 0.13 MB 93 46
255,962 255,962 000000000000003e27cef41e7688033b606e2fdc92652dad488c937c23affcf6 0.25 MB 638 135
255,961 255,961 0000000000000007d5b8ebfa8128277829a8114f61a69829f0f9421fb49a47e0 0.09 MB 222 109
255,960 255,960 0000000000000017bc30eed1604e6f6770d37811cd36ad87c4a6034bbee1cf03 0.02 MB 60 131
255,959 255,959 000000000000002f9041d9ae2591fb92161a8a2f4ef1b3fcb0b5165e52521b72 0.02 MB 30 56
255,958 255,958 0000000000000025f49d13ea5d9a809bfdf4524c4c9a55c94f3d63594aa7f7bf 0.08 MB 178 82
255,957 255,957 000000000000000cd940e5d4cdd6a5217361047bc528dcf2061ead2f6f3459dc 0.06 MB 126 64
255,956 255,956 0000000000000020b2b8017e2dd487ab7b66a82c19a260ec1f9391c6210c99b3 0.08 MB 201 229
255,955 255,955 00000000000000140b2cab328d74f4b7984f17a1019d465ad9d01d5ee1b7acc5 0.15 MB 161 37
255,954 255,954 000000000000002cf486c567fc2b2af3b4217f14847c8c636b1c7b3f287cd09f 0.25 MB 659 65
255,953 255,953 000000000000002fb163eb51c1a619656f9cc91df2ef94a8880fe13a8bc8862a 0.25 MB 637 150
255,952 255,952 000000000000003c5be833cc03ef979b4dfa21895fc8e03dc8d2287b99243079 0.25 MB 637 179
255,951 255,951 0000000000000041283283e76c8f39a44ab93f1f1da27df9eff6cae137774858 0.25 MB 514 117
255,950 255,950 00000000000000321f48d3e5223179aa321db7a1fa96b3bac3be46fc62ac35b6 0.23 MB 555 115
255,949 255,949 000000000000002b2dbb728dcefeb5ef1222eda4800939dcbfc7571ea3090056 0.11 MB 290 101
255,948 255,948 0000000000000010e76fa987b18e14a92e447f4b37b3ac7a91cc2bd5e0648985 0.03 MB 73 85
255,947 255,947 000000000000002493cb164d84b789ecd0443c60ae248c5484f2d5e79395882d 0.19 MB 457 108
255,946 255,946 00000000000000225918323bb444bc5c2cd9422f30e98a6fbd1a4b4951653ab1 0.05 MB 126 139
255,945 255,945 0000000000000007b0317e4f4f68f356f52b37bc3d6f4c9b733007117c357704 0.21 MB 525 124
255,944 255,944 000000000000002315a73efe29b1d369f569f7969b4f90622cb503b0f0f11007 0.02 MB 60 153
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,629.03 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.