Memory Pool Memory Pool Refreshing

10,742 transactions
3.25 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,170 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (68,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
839,291 839,291 00000000000000000001553229c86e4f8ea3883cb704cea9fc822d47c7d56b53 1.72 MB 4,007 115
839,290 839,290 000000000000000000002b12663501a8949abfce32c6d99817798d5332ca86ac 1.94 MB 5,485 121
839,289 839,289 0000000000000000000301218cb7a6fd3692c3147956360dad3e96a806a8c304 1.66 MB 3,760 107
839,288 839,288 000000000000000000008e33360587b6ddf1476b178f8e0d805fe4bfe2914173 1.71 MB 3,960 129
839,287 839,287 00000000000000000002843528539a6c45207cd5ba5d3e230e853dfbc0b0056e 1.79 MB 4,478 122
839,286 839,286 000000000000000000014c192ee498dd28e883c58d47802db8b72b2edca6cf34 1.70 MB 3,978 133
839,285 839,285 000000000000000000032604255f6739d563727f56d9072f927222cf231c201b 1.74 MB 4,047 125
839,284 839,284 00000000000000000002a39f677d9455f6e78931044edb8a221552b539908179 1.74 MB 4,476 136
839,283 839,283 000000000000000000024e0cb46fb53c1683a9aa9d8984343b702f22fb5704e8 1.94 MB 5,524 143
839,282 839,282 00000000000000000000f799a407fb559bcaf933b58aa3787ab4bdfcdc8aa1a2 1.73 MB 4,293 146
839,281 839,281 00000000000000000001f78eb95aea042262d20b6cb3ad948a98faa2ff8c0805 1.78 MB 4,335 160
839,280 839,280 0000000000000000000010d4e48f9afde7245680eccd8b7d355470765146b291 1.77 MB 3,647 171
839,279 839,279 0000000000000000000282a20e978a776caef85ddfa68a4b2a6e8c523f0eda4a 1.69 MB 3,895 150
839,278 839,278 00000000000000000001898a4cb837ce8dcdc9375ddb5ad54e79b7d350c03681 1.71 MB 4,272 116
839,277 839,277 0000000000000000000313c07e782fb3adf2e8a3478f47c62f7c81a3ca2a6389 1.77 MB 4,482 83
839,276 839,276 00000000000000000002196b8aba64a3f4b6dbf34644ff13b511ff2199a7374d 1.71 MB 4,246 81
839,275 839,275 000000000000000000016054b184a6500294863e5bc6c1e7c3e7ff5cf02a4b3e 1.69 MB 3,823 45
839,274 839,274 0000000000000000000039d6e5ded0396f8272ae8d12a8f4fe85ea4d05635f3a 1.82 MB 4,870 39
839,273 839,273 000000000000000000004ec6c2a628cfa29f984b6f42d67569fd1f2a4f9f2256 1.98 MB 4,159 28
839,272 839,272 0000000000000000000302ff255f1cdc50c6cf0ec3c6359871b87cedbfca9d83 1.76 MB 4,224 42
839,271 839,271 0000000000000000000162da033884c72c486f0e2d52de8091054347cba2f456 2.00 MB 3,957 29
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.