Memory Pool Memory Pool Refreshing

1,528 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,908 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,521 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,907 (840,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,574 67,574 0000000003e4272a2e0095adfe79fb8248e4258dbde6ebdecd80f65061d42d75 0.00 MB 1 0
67,573 67,573 00000000035744fc63227047760677ba350c5b16ecb8766b3794d38bc4a43749 0.00 MB 1 0
67,572 67,572 000000000574914f966dc8da23cfa74ab0108ef3ba470729847d2cc7b575dfe8 0.00 MB 1 0
67,571 67,571 00000000014f095186bfb905d306c0456734df888d0f94cc26d6f2266b477ce8 0.00 MB 2 0
67,570 67,570 000000000495ad28ff84314c77f5cac5107d564080a1727988116af8ca899b4a 0.00 MB 1 0
67,569 67,569 000000000304db5ba4b0fd6f01e2b9734df9a023f1dbe3b52771430aa5cff498 0.00 MB 2 0
67,568 67,568 0000000005a36b1a51d16cac9e83b277baf17c00b9571f65637a34753369b4c2 0.00 MB 2 0
67,567 67,567 0000000004312a91c36b1768d1275728577697ff7bf0c8fb6e3e3c8647826f05 0.00 MB 1 0
67,566 67,566 0000000002602c5a1a2692184e298095bf12aca85e9cc9487193c86c4743c213 0.00 MB 2 0
67,565 67,565 000000000287fe3d3ed22dc2e6d3e83a63dc305da7b9353366ddb615d8875120 0.00 MB 2 0
67,564 67,564 0000000001c1407dd355747b3bf298afbbf0615e0da3f4a245170be8adde20dc 0.00 MB 2 0
67,563 67,563 0000000002761eb466fd2d72af9878aafc8bdf076e229bdc54c7e6cdaee7c5e6 0.00 MB 1 0
67,562 67,562 00000000001e1705b8def2e6b3352eb2a6b9d0f9a9cde6057d37b079af87b52d 0.00 MB 1 0
67,561 67,561 00000000057a9900bb42aef202134b230294c138bd6bee8d08aa0907782098d4 0.00 MB 2 0
67,560 67,560 0000000000c13ff633d6391ce643ae6bec703ee5b336f9ea2eb4be0b849ae146 0.00 MB 1 0
67,559 67,559 0000000002d7c4a9e13a9fa70c9a904c4fc17797c73bf84f6399f6ba106c8e3f 0.00 MB 1 0
67,558 67,558 00000000023508a455d2d2f6bbf55aaeeb1f04cd443a7255f0357b4a341857a7 0.00 MB 2 0
67,557 67,557 0000000004471c11fec4b0c2ae81731ccb11c3848c33100868cc167ef960e760 0.00 MB 1 0
67,556 67,556 00000000006da2e526fe98b01aaf070ef3bb20a668de7695709e9f403721dc06 0.00 MB 3 0
67,555 67,555 00000000026b32f9d224902d0b0dd99a660f481c56247658a99da9af2ecc945d 0.00 MB 3 0
67,554 67,554 00000000024429c8e93acbdc54431dee8631acd731e54d09d609c958f9b0c4ec 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.37 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,643.88 GB sent, 94.78 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.