Memory Pool Memory Pool Refreshing

4,327 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,302 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (667,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
240,320 240,320 0000000000000098286c9f7bb5c742474e17710b93a374c30c475d7ddf40a9ab 0.25 MB 622 1,995
240,319 240,319 000000000000002e49f62486a83656f51e80e768fa84de539bcf15f7d6ff0afc 0.08 MB 179 168
240,318 240,318 00000000000000719fd5423320323a2f3cc37c3d25259543c3b20c7771c43412 0.08 MB 129 114
240,317 240,317 0000000000000084513dc446d99504950557b8bab1aa59593403ce0fd6fda266 0.23 MB 541 147
240,316 240,316 00000000000000ac03ab040ea55b09e91abefb187875d9f5fd5d0e5924ea1dd1 0.09 MB 247 157
240,315 240,315 0000000000000022f6ae984a3884d7561d60a350f44d60397c70f3056054fea7 0.03 MB 74 221
240,314 240,314 0000000000000022adab9bfe486dff0a227b3e9da715eb61d77487850066e811 0.09 MB 160 97
240,313 240,313 00000000000000af0815bbb2d7e1ade4b43c16a67da9d16f119d8696a73a4737 0.11 MB 255 191
240,312 240,312 0000000000000108e72681aa065c20448ab3dfcd9fccf7caa0b5f159176bc5d5 0.10 MB 204 132
240,311 240,311 000000000000006fde8b04afbf4425189eb33a3f94ecb1b457c044e7f1c4ba1d 0.18 MB 452 179
240,310 240,310 000000000000003490cc66285b162284cc7a16c23512a9f03e4b558376b2d280 0.07 MB 70 17
240,309 240,309 000000000000005c8445952943c2cb68ea7d6d05440c5011945c9fc4094738d8 0.13 MB 302 133
240,308 240,308 000000000000010993bb092e6b8c9cd54e8e3367f17a0abed99e770fe3a7c929 0.22 MB 540 177
240,307 240,307 0000000000000052f5f4ddd3c52d98ab05fe7e425140bc3af2c4a0f3c74a9851 0.25 MB 618 180
240,306 240,306 00000000000000a9ffbb74fc5c32b36de1ebd152abd343846152340007042403 0.11 MB 193 98
240,305 240,305 000000000000010f51928463be88bf24d903b5bfb7f9abf182bafcea97508916 0.06 MB 150 129
240,304 240,304 000000000000008f9bf056bd02f571503b6b24e2027d362aac167c31806a488b 0.17 MB 399 126
240,303 240,303 000000000000005b94a77c0309e7935b84ee4b6865681dcfa5f2309ccf4712a8 0.05 MB 95 100
240,302 240,302 00000000000000dac2b2c8f9ee17656bc344b4202799f00f7bab2a08582abb7b 0.06 MB 153 154
240,301 240,301 00000000000000218aca25d965cb0d3d3a509513036138e79c76f5855043d881 0.04 MB 55 35
240,300 240,300 00000000000000da23e9c4922a4f9eb20a801e2924ae7cae195f11cfbfa4aa4f 0.14 MB 332 177
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.