Memory Pool Memory Pool Refreshing

4,270 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,648 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (621,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
285,978 285,978 00000000000000005ac8d8306666954e88bec7c46803d456a5af8bcb686c3663 0.13 MB 197 27
285,977 285,977 0000000000000000ae449756cf4a95e1bbdbe27ebf21d5e6a8299753b9488de4 0.10 MB 147 41
285,976 285,976 000000000000000019f662c46dd533c823fb76f3e052e14f8073a5eebb0c4e76 0.10 MB 173 27
285,975 285,975 000000000000000198060fde95cc21f749b30354b58087520cf64c1a4b975809 0.00 MB 1 0
285,974 285,974 00000000000000003f69e224e45fc0804ecd6c24bccb227fa3566e80b3a10faf 0.26 MB 525 38
285,973 285,973 00000000000000000c0eb5b858b8f99745f03bd40500bd1536123b7303c97d1f 0.06 MB 104 74
285,972 285,972 00000000000000009f5b89e5c11f49967142441fa45161845a95d4fd3b32d086 0.08 MB 129 40
285,971 285,971 000000000000000123f4b1343103bd3ab2a4f35818d058c52f934571a7bdb91a 0.19 MB 247 22
285,970 285,970 00000000000000003abb911ddcc82278966736110d046d211538f67aa83ea813 0.04 MB 36 24
285,969 285,969 0000000000000000e59b29518b659b30b7effbc0b3274e1256c5bbbd6e071618 0.28 MB 282 22
285,968 285,968 000000000000000175b4904466c6cf990c3a38320025fe83aae20c070e48cd50 0.19 MB 165 18
285,967 285,967 0000000000000000fb080b15813c6adcc9e63cc6649701ad0f708080b0a30148 0.06 MB 191 65
285,966 285,966 00000000000000001488c07ef0f45476d0e7dcbfec0f5635743c5d0d64bc09d4 0.14 MB 265 43
285,965 285,965 0000000000000000130683124aec7526855bc3c17066709be7f53a0ddb07d868 0.06 MB 171 71
285,964 285,964 0000000000000000ca1c6a28951326b8da2d174db7fcc47308fc1b487839feb5 0.23 MB 284 20
285,963 285,963 000000000000000170a0c3860104ce1799e2108cbf9ee463ba8fa964949015b5 0.06 MB 192 79
285,962 285,962 0000000000000000486c78f1c7d05322af78f52ea9dc1a4b8fe47c665a05c5c1 0.19 MB 450 52
285,961 285,961 0000000000000000b2989368f53e76985bdd42ea40bf49c20b3195df2e10b5e2 0.37 MB 563 49
285,960 285,960 0000000000000000efdf372e2998e0d49e6af96a69cc3036a6621928a0f047d2 0.11 MB 115 20
285,959 285,959 0000000000000000b9974fcdffe260333a58ca8e3a205002fa97158e91a888bc 0.01 MB 15 33
285,958 285,958 00000000000000011a7a2abdac35936c6b33a3664a6e4ffbbb06371067867bcd 0.16 MB 301 32
Previous 10 blocks ↓
Total Size: 769.11 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.69 GB sent, 93.45 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.