Memory Pool Memory Pool Refreshing

11,290 transactions
4.77 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,744 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (628,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
279,693 279,693 0000000000000000f881bc33a34e851067b801a6384fa6a7ea9c1c1da486e295 0.03 MB 95 202
279,692 279,692 0000000000000002dcd34098e1d7d16020e9ee2d5b5041dea92bbd07bec758a9 0.05 MB 52 18
279,691 279,691 000000000000000166604a9b96436e9ac1c4db770e1ee76c25572bb646b30970 0.14 MB 254 43
279,690 279,690 0000000000000001f799e992f2884060512fad6947a8b5462c00445e38b97280 0.04 MB 56 7
279,689 279,689 0000000000000002d77a40fcdaf44d84a8ca101d5def50462b84172b4b16acaa 0.25 MB 372 28
279,688 279,688 0000000000000000b24ab967b46447e3f6de42e18e456403228cfe0a6e6b3c06 0.24 MB 567 47
279,687 279,687 00000000000000027f629174b382f9b1a5fc0234f8d079143787be3738f9188e 0.26 MB 525 79
279,686 279,686 00000000000000000134cf9e3650b0258b1e2896ecaa0de9e247ce21efbfba69 0.08 MB 185 58
279,685 279,685 0000000000000002a238c0aa86bae880d35e8c8d73ae166b41ef0ec15e7a9e33 0.21 MB 427 36
279,684 279,684 00000000000000020486420b80da247595b6bcc03495113e8db8db58d3b0c5f8 0.13 MB 234 38
279,683 279,683 0000000000000002ac4488dcc07297b29ad82280dd709efdf6d5d56133178e02 0.14 MB 302 40
279,682 279,682 0000000000000001906c922e5c9e218d39a80ff92d857d161d0dbe1c5c170a52 0.03 MB 94 92
279,681 279,681 0000000000000002fd8d1863ad387338ab8ea2826643919f28a5507ef7e34117 0.07 MB 116 27
279,680 279,680 00000000000000002e44b6d45ba17b6620b362a0479f11a8ab12c7d99e9f362d 0.08 MB 203 63
279,679 279,679 00000000000000014756ccdd7e7c8306bcfc883c8602386357299b7e4fd9d731 0.08 MB 187 62
279,678 279,678 0000000000000000e70340227e2b58a92d860bdab69d4e45d4a4828b768ff27c 0.01 MB 37 33
279,677 279,677 00000000000000001405a397a6f7dade9b8120c1eb8212f3b5fa7cbdeb49bdd6 0.08 MB 167 41
279,676 279,676 0000000000000001e342df0b88a2cd548d31276aca779892a6a231cc8e52df53 0.09 MB 232 51
279,675 279,675 0000000000000002200db6213313bc79c0fb1bd1dcb1d9c3a7fc9a0a461a51e0 0.24 MB 528 44
279,674 279,674 00000000000000022ddaab94fdcbc1ca49a9a6f2261818470b0a337def806f0d 0.25 MB 513 31
279,673 279,673 0000000000000000a73a8bc6483cc2665226ecee24f2ed514e8d60d9902992d3 0.03 MB 96 493
Previous 10 blocks ↓
Total Size: 769.03 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,625.10 GB sent, 93.02 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.