Memory Pool Memory Pool Refreshing

2,787 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,758 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,537 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (433,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
474,683 474,683 000000000000000000dbb20cd73279b18fe26dd54df5e856b0a4cf2d5ab79037 1.00 MB 2,081 203
474,682 474,682 0000000000000000007b45ccb527fa7ea13cb07767cb904fb5db3cff0a7812fb 1.00 MB 1,707 160
474,681 474,681 0000000000000000006a3e121df6efe27eb67d1e815c4c401da77db539640ec5 1.00 MB 2,039 161
474,680 474,680 0000000000000000012d147afe6c849e8ea7730113f68733253822ed4d72c2d5 1.00 MB 2,610 71
474,679 474,679 000000000000000000d1c60eaf1edbe2c13e6484660adde270a4c8f1f413fdc2 0.55 MB 1,111 244
474,678 474,678 0000000000000000008f8b8fe02b201a6a6e8983ffbe0b6488874ac62d99ffa4 1.00 MB 2,136 124
474,677 474,677 0000000000000000013aa916fd52848e7d31bd33ebe4127a12ce552e67ab5a55 1.00 MB 1,701 206
474,676 474,676 0000000000000000007bbac70dfe6a6bb5b9576570044987d8f99bd3e0872359 1.00 MB 2,160 295
474,675 474,675 0000000000000000002c4a1ff476e0718b864e21c7f83f83d5d7c8d4c80a58b3 1.00 MB 1,992 219
474,674 474,674 0000000000000000018358a2177f72b336565083f92d1c7407ab6409c9827406 1.00 MB 2,351 272
474,673 474,673 00000000000000000091d71eb537e295b8582384790992b3da7c49b22ab53e47 1.00 MB 1,984 340
474,672 474,672 000000000000000000a5c403409f7a782eafaa84ac24e02e513be30f184ed1f9 1.00 MB 714 43
474,671 474,671 000000000000000001192ba6c8a26d94c0186b8a683c45b3d3f69bc79835e338 1.00 MB 1,220 64
474,670 474,670 000000000000000000a7fc62db57757433304498c57240c222b645e0eb3c6a29 1.00 MB 2,206 109
474,669 474,669 0000000000000000002c25d9dfac326816fee65e35cb21adbf7509e2bf1ae600 1.00 MB 1,692 51
474,668 474,668 0000000000000000015c791f8644e3a991d1a41677b434790256704de1e34b87 1.00 MB 1,784 147
474,667 474,667 0000000000000000006f6b891e4d9d08d0618b809ab0473c2a647f3d94655dd6 1.00 MB 2,112 84
474,666 474,666 0000000000000000001b965ed374723ee89e88d4c0c495a0691cd9e35c489985 0.55 MB 1,083 79
474,665 474,665 00000000000000000089e1003933acfe8109279f630a822e9bfccf1027ac8ddd 1.00 MB 2,410 212
474,664 474,664 000000000000000000b95281e4b7941193b2d0b10cb2ed39628822bbfc3aff11 0.93 MB 2,144 149
474,663 474,663 0000000000000000009aee376470ff37d3826352ed83c7160e3c4e8cd1f18c07 1.00 MB 2,070 149
Previous 10 blocks ↓
Total Size: 769.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 1,628.35 GB sent, 93.35 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.