Memory Pool Memory Pool Refreshing

506 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,837 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 476 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,836 (330,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
577,696 577,696 00000000000000000010bf4d2fc84ee81189c1a2f80e1adbe83116438633c2ea 1.19 MB 2,901 84
577,695 577,695 00000000000000000002cc11908b8d57486ac57219f07fe0e5a1ac41e781a59d 1.10 MB 2,639 59
577,694 577,694 000000000000000000049581bf7ad8addaedb91a2d3a373d91030d69a47588a7 1.31 MB 2,223 112
577,693 577,693 00000000000000000003d5d0d28c01e9548a08f6b66db2bd4be8d3aea53e4854 1.27 MB 2,883 77
577,692 577,692 000000000000000000147ae2794ada9cc099fca77ca1b5b6c3dc143e49cdfe5d 1.22 MB 2,115 80
577,691 577,691 000000000000000000078b2116769dd33db00ac5209a813c688daf40f30b964d 1.23 MB 2,728 153
577,690 577,690 0000000000000000000b59cdb2a7f5502350bec2b1c5b0bcc62dccbf60a5ec0c 1.20 MB 2,852 75
577,689 577,689 00000000000000000020dc4610fe56295b58f488d86fe5292af090b50385d281 1.48 MB 3,421 97
577,688 577,688 000000000000000000044621d04c675995f3ffc6a122bc89f991c6108f680907 1.30 MB 2,723 123
577,687 577,687 0000000000000000001b4b583d3901a12118fb9d1d18e81ba7288d33ed9c9e40 1.27 MB 3,209 188
577,686 577,686 0000000000000000001fb8ffd7ac064a9fef5b1fc544bb7e094b4c865c4462fe 1.30 MB 2,877 155
577,685 577,685 00000000000000000029e3ac5c8e5d471a254bdffcbf947eb1d6d0742e33e71d 1.34 MB 2,811 133
577,684 577,684 000000000000000000036a43da614fe70cebfc4579aba542858aaff52ad33818 1.43 MB 3,009 145
577,683 577,683 000000000000000000111c8f71fde5af6240e776b45f816d588811cb7f264e7c 1.19 MB 2,552 203
577,682 577,682 000000000000000000213a67c2a5f69c24de5d7a4f4a5264876899f7c95d4d5d 1.06 MB 2,712 34
577,681 577,681 00000000000000000024b16430cffb1d0fc25f87dbe07be45e5b19ad07170b33 1.21 MB 2,541 120
577,680 577,680 00000000000000000014372b763cd196349f766f5ec00ed82af5920d6904ebec 1.04 MB 2,672 24
577,679 577,679 0000000000000000000931ebed4e831a2cc54cbc01a76d65cba0153802322627 1.15 MB 2,893 82
577,678 577,678 00000000000000000026056dfa5ecb0f7ba72c83ca7abdb7315501a4f22055c2 1.24 MB 2,628 127
577,677 577,677 0000000000000000000b788a9c1b69c59c83a34d5f6dd575e1245862c814ecaa 1.30 MB 2,831 183
577,676 577,676 000000000000000000273fca0b368b22464893bf6e1a446944e9f9e5fa1d5b80 1.11 MB 3,118 51
Previous 10 blocks ↓
Total Size: 769.24 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,634.82 GB sent, 94.09 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.