Memory Pool Memory Pool Refreshing

3,046 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,726 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (707,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,467 200,467 00000000000001215eaf8fda593d42ec221b966b44e7d47247427a6c82fdec6e 0.13 MB 400 155
200,466 200,466 0000000000000313df82f6ae552483c962d878d7a3450969a97d9c26005bf3a2 0.08 MB 219 149
200,465 200,465 00000000000004b2ba9c510dc729bc87287909b5122c4ada7b71937f738ce9b0 0.01 MB 15 150
200,464 200,464 00000000000003fa008561a87daccb4f9fd9ab6918aa51dfacb2c09182fe7c48 0.11 MB 357 159
200,463 200,463 00000000000000c89a0cb0d8dcc0b2b0a0d8023ea12a78898fc4b274fc3b1d45 0.05 MB 145 71
200,462 200,462 000000000000049027850bc78f1cec95b0e47d60810118b0165a9a251220b627 0.01 MB 13 4
200,461 200,461 00000000000005799970f6e8afba1381ed4da7d4a900cfc2e90c1122710142f7 0.02 MB 57 59
200,460 200,460 00000000000001216f37dbe72adcb3a3c08504876536ca1716a5b6aa185f6312 0.03 MB 106 194
200,459 200,459 000000000000010e0b865bbde0a577f2457ef9c3903115981880e13219988c82 0.11 MB 308 159
200,458 200,458 00000000000003af6fc6a95f3e3ee65b73948f6ee0601f9501281b11ee750cec 0.04 MB 141 213
200,457 200,457 00000000000005a93d601e20d034650fa916d88f19e55f4989285be4ed9bc000 0.04 MB 112 240
200,456 200,456 000000000000008dcb165ac16940ccf46b1d07c17b8fb645508cdc8f751b00af 0.03 MB 91 202
200,455 200,455 000000000000012d3c00eaf299449c67f2cf5ff318d29aeafbf9b410900fe03c 0.01 MB 47 372
200,454 200,454 0000000000000203c4ae6f69a4ae03aa68511ccbe9c1090ae9a03f063ed8d178 0.04 MB 111 148
200,453 200,453 0000000000000244c084532765becfc490c7b72892f4b00cc6ef7712fb042a58 0.05 MB 159 20
200,452 200,452 0000000000000005f1bf5387d0157105a798cd0e8f317d4601c412f27de87c57 0.09 MB 291 163
200,451 200,451 0000000000000436f9d884c02b0ec76d735249257060350a4bf4155c570d7171 0.09 MB 161 118
200,450 200,450 00000000000004de896a5dd4e8c863ac87b7663d0aa757e71f8ccda6f34219cf 0.06 MB 139 116
200,449 200,449 00000000000005d479354929405a0b91ba8ec17b71ff14354301e4361592264e 0.07 MB 178 113
200,448 200,448 000000000000022aa81d42a27501f760241772a12851e4ea120aaa29a2f61ec8 0.16 MB 396 164
200,447 200,447 000000000000008134804b9af51fb11737031611844d7b29c52d8d86939f9cc3 0.07 MB 192 159
Previous 10 blocks ↓
Total Size: 769.19 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,633.68 GB sent, 93.89 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.