Memory Pool Memory Pool Refreshing

1,981 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 1,978 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (241,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
666,267 666,267 000000000000000000074619bbc31e649f528d7fd7550720f746142e3b23e80f 1.30 MB 1,428 13
666,266 666,266 0000000000000000000120623841fa093b7a3418166a8d0991c8f54b2e437e5d 1.27 MB 1,542 52
666,265 666,265 00000000000000000006e489ab3c88f4b52930c68ffe6d8bca3243be182f9b5d 1.24 MB 1,996 24
666,264 666,264 000000000000000000068b7d3a84f1adcdcda0cd4fbbf092285b1ff0e84db187 1.33 MB 2,139 40
666,263 666,263 00000000000000000008e0e5bf2b0374e84437d668f9d48d4bbaa71066724e47 1.25 MB 1,642 20
666,262 666,262 000000000000000000062f67e0380692959aeb4e366f6a878a908f0ea8175617 1.46 MB 1,075 17
666,261 666,261 00000000000000000005afc793a19b024ea15090a987f3d2e0e57041d7f5ded5 1.44 MB 2,291 88
666,260 666,260 000000000000000000075eb1695ec8faba430a952b328f4dfbb096fba993acc7 1.59 MB 1,273 43
666,259 666,259 0000000000000000000389fff5c5198505a503e8bbcdee0b07e9b43297030084 1.25 MB 1,284 16
666,258 666,258 0000000000000000000a441df34499accd90ea129c89ace5b73716b928cc4981 1.31 MB 2,109 58
666,257 666,257 00000000000000000005780542edaa157a833dbf85366a7e35d6c656c8ca510b 1.40 MB 1,033 30
666,256 666,256 000000000000000000057dd182bca5104a54a3feff93ba6bff4f597d1a9cb4bb 1.30 MB 2,142 73
666,255 666,255 0000000000000000000d858d386983eceaca25ebb7af05b6aeb74d903292c157 1.19 MB 1,510 19
666,254 666,254 00000000000000000003c2475c3ece53fb7eccc01e02f2e3f3ee92a76979d61e 1.24 MB 2,341 35
666,253 666,253 000000000000000000007d1ebbc06cd4b62d87378e447d9483515bd6b9124783 1.25 MB 2,073 23
666,252 666,252 0000000000000000000c79870b8e0d24c8553691bee5927e58437f4da7fc7121 1.44 MB 2,768 121
666,251 666,251 00000000000000000000174f9568b4bd375461c9612441bc62f2c4307307ce19 1.24 MB 2,333 68
666,250 666,250 0000000000000000000c6b7c3f6773c5d4b916c7c8d80f0be9b54563c768f20b 1.21 MB 2,524 28
666,249 666,249 00000000000000000008cba54c2ad15fde9536e9d97c72590f2e87abd12867aa 1.28 MB 1,990 110
666,248 666,248 00000000000000000009d5825fed5994b6921ac775fa5fa135d31194fe741d8e 1.49 MB 2,722 141
666,247 666,247 0000000000000000000393731468491e86973e26b9b9402d6e588f2a010cbccd 1.27 MB 2,407 87
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.