Memory Pool Memory Pool Refreshing

27,198 transactions
30.56 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,090 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,351 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,089 (49,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
812,291 812,291 000000000000000000029a6d9b6cdc34dfbcb90f394f14f8c09037b761dec990 1.89 MB 2,360 6
812,290 812,290 00000000000000000001ba1eb2cef1db23cabda5084d6a005b1c6238300a8f33 1.84 MB 1,412 5
812,289 812,289 0000000000000000000431544f51348ab42c69c07ffd3202364f53b43d276596 2.03 MB 1,539 4
812,288 812,288 00000000000000000003fb0dad9c25a200b38240d69d77f7574309f560f1e189 2.05 MB 933 3
812,287 812,287 0000000000000000000219144acb151a57ee32e116c1bb6df5966cf5439463c0 1.60 MB 3,114 8
812,286 812,286 000000000000000000018e992e7e3740114d20dece498641c4dc09845c6cb768 2.09 MB 530 2
812,285 812,285 00000000000000000000e079cd05acd0122ea1b99e52691edee8ec4378d57b77 1.82 MB 2,493 6
812,284 812,284 000000000000000000049653c7d7c9ae722e2c69e91fa5eb0d8abb0e026e0de6 2.18 MB 517 3
812,283 812,283 00000000000000000004dbd3db73e6985bf4113b0b0a37db57f0273508389c6b 1.79 MB 1,978 6
812,282 812,282 000000000000000000008ac6679528020bdb718e790f4b24214c7cc1ac5aaa32 1.70 MB 1,372 5
812,281 812,281 00000000000000000000a6bbfa929e92e2ce9875d40997322bbac687a3af4653 2.16 MB 110 1
812,280 812,280 00000000000000000001ba57ced3caf0d6502ec9143c17321553eeb076ddd585 1.90 MB 1,199 6
812,279 812,279 000000000000000000019b5c7fcf3ba315e46aba85b8dacc42eccd0c38fd981c 2.19 MB 140 1
812,278 812,278 00000000000000000002caa3755040cfe752f9bc8a0c1f6d7eef3dff7f44c50c 2.00 MB 722 5
812,277 812,277 000000000000000000004ff62658f466afa4f7c68fe60ed998853348bc3e1600 2.10 MB 674 3
812,276 812,276 00000000000000000002cefb7ff4d72727c47bba70338fe101e23104eae83e7a 2.02 MB 990 4
812,275 812,275 000000000000000000003091837ace5cc4dd4263e27e031202f3dc92c6643d7b 1.84 MB 1,309 6
812,274 812,274 0000000000000000000091a110cf0db3b649c46443bffb534d8de217822f3d00 2.15 MB 201 1
812,273 812,273 0000000000000000000241f0656afd8f674243f107cbcdea2ca3abbea6ccd6bf 1.82 MB 2,235 8
812,272 812,272 000000000000000000005d1fb4da86ca07ff6460a8704ae8bf3a459b1dcc21be 2.15 MB 471 2
812,271 812,271 0000000000000000000465cb33ac688d08025e1b8b9cb029b7b87397284ea676 2.09 MB 868 4
Previous 10 blocks ↓
Total Size: 684.33 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,335.21 GB sent, 100.55 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.