Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,980 (639,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
268,074 268,074 000000000000000127b0c1a48110b8db413c93b3bfb5f417b9b7d5d76b2fd0ff 0.02 MB 32 125
268,073 268,073 0000000000000009ae2e8aeabdb71e5d39d2f756e080b877787e0c52374e03c4 0.10 MB 195 10
268,072 268,072 0000000000000001c866da4310d756d1f206ecb1a95cad1ec4612fad022ab0a1 0.13 MB 242 93
268,071 268,071 000000000000000993d411c22f483b6c09484c1aa41bc691b0bed866ae6f9f19 0.00 MB 1 0
268,070 268,070 0000000000000000aa16c2e6707ceff7acc82571197560a9480dad8eff739d12 0.12 MB 285 64
268,069 268,069 00000000000000042b81c1febb26507fe7b6f543f627fb78872c85d55d5637ad 0.19 MB 424 70
268,068 268,068 0000000000000001775c75efbc2c49b1d19937e46b618e7db77efcb0f6b0b256 0.08 MB 161 66
268,067 268,067 000000000000000101df14dded6c57cd4195c66903442ff8e5eda83ebdf91003 0.03 MB 57 78
268,066 268,066 00000000000000021e1313d95dfa58cb3ca2fd9c7349ea6853d474ee16d3ba0e 0.18 MB 402 67
268,065 268,065 00000000000000006eb2ec2c4dbef364670c8b8d6876e4dea389471d0fa3f888 0.26 MB 516 68
268,064 268,064 000000000000000a32fe6d9cf115a0ff4029ffb6b57758f614a9b41bfa8df387 0.04 MB 94 48
268,063 268,063 00000000000000068af6de1f4e633b5666836b7d829a65552f1352bcddddd07c 0.08 MB 104 53
268,062 268,062 000000000000000ae9f7500be4b685d36fdece9841a5198b294f0bf3c818abfc 0.24 MB 523 59
268,061 268,061 00000000000000011aaf93bdade1448552ef003777e2cd3627580effec399e8a 0.12 MB 272 47
268,060 268,060 000000000000000743aee48cf264e1aa4a05fc3018677be3c1bdbd2429ffeede 0.34 MB 560 49
268,059 268,059 00000000000000069d21dcee65fff735d4c879f6e51c41c64ee6f2f65d724de8 0.23 MB 364 65
268,058 268,058 0000000000000003389c7ec3f3ebd8c13b90d21aa9ed2a3dc7a33d9cca24db47 0.13 MB 259 36
268,057 268,057 0000000000000005079d5b6dc4e815e2502338236191a88fdea3264a9a5c9388 0.19 MB 382 58
268,056 268,056 00000000000000096fc3701c081124dbd6225d02420067a0b730e2d14ca89c23 0.18 MB 379 66
268,055 268,055 0000000000000006f694a776a98ff254ac3f4c620e2f96d06fdfa36e0921ab66 0.03 MB 54 6
268,054 268,054 0000000000000007d30bdce39a64a1c70ad886c816cea2bb93525aef722bfe48 0.15 MB 223 100
Previous 10 blocks ↓
Total Size: 769.51 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,647.38 GB sent, 95.51 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.