Memory Pool Memory Pool Refreshing

257 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
891,195 0000000000000000000251050000000000000000000000000000000000000000 0.06 vMB 226 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 891,194 (6,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,964 884,964 000000000000000000000a8a35d8f999099f5d7a3acc0b76dc04c27de6489583 2.01 MB 5,904 3
884,963 884,963 00000000000000000000d184967730e247f23b3d129e765292c2b4d9f29dc39a 1.56 MB 3,029 5
884,962 884,962 000000000000000000021306ffe64b02d7e826bfaf3b8a31ba518ddefae9d126 1.82 MB 4,672 4
884,961 884,961 000000000000000000022aff62fac1db7c3a433f3d90f39c7a3fc85b5d1199df 1.79 MB 5,005 3
884,960 884,960 0000000000000000000220f1d11fb0cc93d8a856eeb8c43bd598e1292517a944 1.78 MB 4,774 3
884,959 884,959 00000000000000000000bcb55f5a20632b4c3f781b0a38750ec39cd34cd2fe68 1.85 MB 5,259 4
884,958 884,958 00000000000000000002339838e9500770a136d4b1137d23530aff92790c6625 1.60 MB 3,834 4
884,957 884,957 00000000000000000000986f729715f2c1fb787728fa757476d541d1c0a409af 2.00 MB 6,147 3
884,956 884,956 000000000000000000017c2ae69815d36d06791b4f8952b083afbdac744da674 1.68 MB 3,103 5
884,955 884,955 00000000000000000001bd323853357f3e8e6d670f7dfe3e239f93e31ede8b3c 1.63 MB 3,898 4
884,954 884,954 00000000000000000001d086c4d1695b9baac13de3e75190e20c5ba6b9d00a7c 1.76 MB 4,418 4
884,953 884,953 000000000000000000013efa924bbe66afd446e12badf297de8b6cbafd3d694d 1.74 MB 4,087 4
884,952 884,952 000000000000000000014da760eda38cd19b1001e071d3b2569a0c8b5cf61a9c 1.60 MB 3,726 6
884,951 884,951 00000000000000000001303cf1bc4382f43059c4509ff0322e4a602bcd2cd46e 1.65 MB 3,905 6
884,950 884,950 00000000000000000001fa7d733106d2393dc6f119c8c78bf02ea63902711824 1.67 MB 3,994 4
884,949 884,949 0000000000000000000076dfb5c018c991de6710101041adc5845a89a2cf9c35 1.96 MB 5,768 3
884,948 884,948 000000000000000000024455a11f13049c7d568d78fcc2dfad7eb56e970da6e5 1.71 MB 4,338 3
884,947 884,947 000000000000000000023827440427613ec321721db348f121343c7575b8734c 1.77 MB 4,244 3
884,946 884,946 00000000000000000001e8be0f5eaff82f7794877815e5c2f38112227c7b3aaa 1.59 MB 3,347 6
884,945 884,945 00000000000000000001e42d31d0ac897f62933b4031dbccaece21cdb9fa6854 1.83 MB 5,148 3
884,944 884,944 00000000000000000000125b98f2f436d977de3eec557e676a3066392b063c77 1.76 MB 4,794 3
Previous 10 blocks ↓
Total Size: 739.99 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 3,534.80 GB sent, 160.90 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.