Memory Pool Memory Pool Refreshing

3,642 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,916 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,303 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (662,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,136 245,136 00000000000000b1f42642814b95be4648be62123d7ca56ac64e2ad1a43df87f 0.08 MB 139 46
245,135 245,135 000000000000009d1226e8c2711ff9ee11a3277d0bcb248da6ffc80bf9247544 0.21 MB 324 119
245,134 245,134 00000000000000af600eb9a44826dd7bba614920c4a064e38289ef4a28ea1f83 0.25 MB 621 170
245,133 245,133 000000000000007cbc0edc3c1755c6a0718a54d7ca34a0f245dea5b24c966c92 0.07 MB 172 195
245,132 245,132 00000000000000764940c2de466a709b7ecca3e41c1c558e0f613a11b0c19802 0.07 MB 134 106
245,131 245,131 00000000000000aaefef7d418818e870553033435f087c150428d3a590e67c3e 0.03 MB 119 48
245,130 245,130 000000000000008d88fbc1c4908eacf805754a9d5fc5bc4ba079334691bbce75 0.01 MB 18 87
245,129 245,129 000000000000000a72fdb4bd6eda08c180376f71b39d738d06125b4dd5892cda 0.08 MB 139 131
245,128 245,128 000000000000000a8ce511a557d04525571a1cf61157c66d24c6e420dbc40f30 0.19 MB 385 159
245,127 245,127 00000000000000aaf8e901a8f86dda513dae1a77b47277c906b592a99622a576 0.13 MB 256 101
245,126 245,126 00000000000000b9aecc68cedc3e89915e105cfc3b4078c032b613372d868766 0.02 MB 22 94
245,125 245,125 0000000000000089945195fc385731bf2d5fc534568b45ebf292896b950623db 0.11 MB 287 161
245,124 245,124 000000000000000b8b03e87de64a9e1279eff865e8b04be0f1c2eacb4e07d9b4 0.07 MB 136 144
245,123 245,123 0000000000000021f59d751e225bfc69a5a2b1f274d49212fb571e385e549c2a 0.00 MB 1 0
245,122 245,122 00000000000000798e235f945a938e5d2a155c99d8fa89c535164249dc81b8d8 0.11 MB 262 174
245,121 245,121 0000000000000050b60fecadb2146fd594db80b5bca34ec03862d3caa2a53523 0.11 MB 263 150
245,120 245,120 00000000000000672b757cf1acd624a0a9d5bef7b641929b5e270ad8fd9b4af8 0.11 MB 236 152
245,119 245,119 0000000000000082d7cdcd37a05840d3dd96ddeadea66f892e0bece2465edc1b 0.02 MB 47 112
245,118 245,118 00000000000000c77a8037e4f4f62bc4c86db866810e12c37653c549f09f1d1e 0.04 MB 75 134
245,117 245,117 0000000000000045b74180b02c735cc846aefac4b6e434d289e8c028cdb452d1 0.00 MB 4 11
245,116 245,116 00000000000000bedbd5e5cde88e89c26d0bc07f69679f3cebc2f50b4e13794a 0.10 MB 212 184
Previous 10 blocks ↓
Total Size: 769.38 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,644.24 GB sent, 94.87 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.