Memory Pool Memory Pool Refreshing

8,877 transactions
2.95 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,828 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (723,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,286 184,286 0000000000000008718a6da4163ee988c8eeebbc6d376f3a698f26e6fdcb0822 0.25 MB 663 139
184,285 184,285 000000000000072ca74b295bc18ec62d0f36b20281b84b627e6dc88140d7771f 0.25 MB 686 141
184,284 184,284 00000000000004e14aa29173f693a5889d4b131f1b936028c6a2184d4f466c01 0.01 MB 17 35
184,283 184,283 00000000000007677e60fc60e49794a1a9dbf9ddf76da2947a5d10e388a769ba 0.25 MB 648 165
184,282 184,282 00000000000000f0e0fb6c6ae3d4fed762698ef2a8aae25babea8480fd77879b 0.02 MB 63 56
184,281 184,281 0000000000000049f7ad30a6e55aac9bf2bbe878da8e2feb366da075942118f3 0.05 MB 138 144
184,280 184,280 000000000000020e585dcd6ce7e065cd7e1022baa95b2aac9bf0a219b744ef97 0.25 MB 638 140
184,279 184,279 00000000000001cf6cef2a0260b6978eadfab7e46a615a38db5899c981433eaa 0.05 MB 154 137
184,278 184,278 00000000000001184c2a2678598b4825a46a662e9e0e923d5f3316495b8936f5 0.25 MB 646 142
184,277 184,277 00000000000008c52377bc66f59a2fe0a41923764aab70d1982a55dbea7aae0c 0.05 MB 133 111
184,276 184,276 0000000000000475fa193a01b9d1413f2abbbee369ae159ffe3c42840ec54ae9 0.02 MB 54 674
184,275 184,275 00000000000009fa6d1eb7869953c2af08b836a0788730caf3e7e83accef8beb 0.25 MB 663 173
184,274 184,274 0000000000000437936533c6bd27bd5a6dfcf9efe57f61ee479975758b02b4c7 0.05 MB 129 163
184,273 184,273 000000000000035d5b9004f488527417e81827dd9415b53305c8b7b461b82469 0.25 MB 654 137
184,272 184,272 0000000000000364fb4d35f336b9aaff671eca880adc4caeb862558952f78753 0.05 MB 125 147
184,271 184,271 000000000000039d57a0284ff4bfa6f78b3ee597df86536cac01996e71525604 0.25 MB 494 129
184,270 184,270 0000000000000747842ccceaf35439865b8d0ea1548fb585559c66775032cfd8 0.05 MB 142 184
184,269 184,269 00000000000008313cd163acf9b5dd43481e71ee5cdee4294f109f6bbc09e8cf 0.05 MB 138 141
184,268 184,268 00000000000001dd2a23af91272d483133ff8ac7d798c01c18c8bbfa64eb2ff3 0.25 MB 810 166
184,267 184,267 0000000000000496cdb84412dab50968e40a905edd2d464612f298aef1b40851 0.05 MB 140 126
184,266 184,266 000000000000053bb793f96e1e512201b58801845c68ca64c716b702b1dd9064 0.42 MB 1,068 142
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.