Memory Pool Memory Pool Refreshing

7,166 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (714,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,584 193,584 00000000000000de4829ddb5e11746beadd00c6f5c50fc9c0b0128b69584a763 0.05 MB 111 70
193,583 193,583 000000000000054f020de89a4d84ea31ef065c802fcd330073e525bec69ee21c 0.08 MB 212 316
193,582 193,582 00000000000001c76b7ca3a4cfd95cda20f0965581df19bceeb29e873e56be77 0.06 MB 128 96
193,581 193,581 00000000000002b07236b93880799787935175daccb6be1bd1325080321bb0da 0.04 MB 46 102
193,580 193,580 000000000000001e8c0a983f037d8f6193d12f99aeddeb067f2149eac677f328 0.30 MB 917 157
193,579 193,579 000000000000023bdc7fe8cfd93e97c45907e45bcbf464e364ff38b67da9c021 0.04 MB 104 140
193,578 193,578 00000000000006cc8aba1cf3b2b10e52b1a6365e287555b124a2f0ddb99b3241 0.25 MB 637 156
193,577 193,577 0000000000000632c999348b37821912d18f46098073345b4843f16330e24dc6 0.01 MB 30 170
193,576 193,576 0000000000000354f8a6efbefd3d8d2d3c7220aa357c13c198d3bba880f55d0b 0.04 MB 133 94
193,575 193,575 000000000000072c1bc5f52ea2a95addfd7646b005d1c49641e94507cd46f665 0.09 MB 292 178
193,574 193,574 000000000000049c46b6af398aac25b3a002888c568e36e4c0356a28057eed10 0.00 MB 1 0
193,573 193,573 000000000000012774826d415cee26339149e90ebb9b4c64369afb0385c6b351 0.05 MB 148 241
193,572 193,572 0000000000000236a29e709896254a3e309ba9df1d64c2b01d2031f95b35745d 0.25 MB 645 140
193,571 193,571 0000000000000559815458fe822638e27ccc4cedfb7cc9c131aa1e9c791edd91 0.00 MB 13 15
193,570 193,570 00000000000003ddd28f3a9a93ef1eabb73d3e5ebd81740520a86dbc95b243b8 0.14 MB 335 130
193,569 193,569 0000000000000069c192a6aa663e0edd16d539b0ff9324c3d9644b836d35264e 0.03 MB 82 114
193,568 193,568 00000000000006b2875ec4a918c4c8b724ccbd61c8eb1b6125af1d6d674199f8 0.18 MB 512 152
193,567 193,567 0000000000000069804012c2d561cda643cc01f0165bd78f7cca007c81511fef 0.15 MB 358 127
193,566 193,566 0000000000000755f6c1219f80020f6dec06237a63b498bc91dd90b89a45f627 0.02 MB 57 135
193,565 193,565 000000000000042ea51c029e952c3a0736fb8d962dd36769e35ec1130cb5094b 0.16 MB 452 160
193,564 193,564 0000000000000233db200941fb7f86cca075d33084eba8d2087fc03ed9822d04 0.00 MB 10 62
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.52 GB sent, 92.74 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.