Memory Pool Memory Pool Refreshing

43,149 transactions
30.01 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,478 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,886 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,477 (359,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
502,593 502,593 00000000000000000044b657436f26d5ec36eb5fc52023fc72c32ecf955d2706 1.05 MB 2,880 482
502,592 502,592 0000000000000000005541c45bcda8020f0362a0277f74b961644e94e4986426 1.03 MB 2,044 346
502,591 502,591 00000000000000000015daa9b6b2d20e974da7a8c198985d12c3521d2d8a0708 1.05 MB 2,998 482
502,590 502,590 0000000000000000008a4e215ab63c9f1e3add4399e9de0f5e9ffbd2b8420fd3 1.07 MB 3,057 446
502,589 502,589 00000000000000000012d8c9fcb9dd72a2cc9b15bf87233abb50efa454a49813 1.04 MB 3,201 513
502,588 502,588 000000000000000000112f024be0392ee905463540e13b12fd578d7b43d06df9 1.04 MB 2,572 528
502,587 502,587 0000000000000000003f448754d83b49f514487506f09f7c5cb4aa104ac1634c 1.09 MB 2,163 329
502,586 502,586 00000000000000000027fa041f7ff37358adf8d1c4563149ec13d7be51d758d0 1.09 MB 2,323 365
502,585 502,585 00000000000000000023453190429a1d954ba1aa1c5eb520bfddfb59cfa5dc27 1.04 MB 3,247 495
502,584 502,584 00000000000000000061c13e5ef7c9b2c447fff522c0f0cdd3ab148b4fc02f1f 1.04 MB 3,250 461
502,583 502,583 0000000000000000007da4cec722dee3da2c7af93d8b5773106bdd2fe993f368 1.13 MB 2,742 463
502,582 502,582 0000000000000000006cd61ec0a995c6b4e5dfb61a51a29f1ad09c7b5c7ade23 1.03 MB 3,371 510
502,581 502,581 0000000000000000007328adcf158258e2d6bba37270f6204048956cccc205eb 1.06 MB 2,617 527
502,580 502,580 00000000000000000085a28b95eeed40066d905b4d0b556adae44d62557a486a 1.06 MB 2,206 552
502,579 502,579 00000000000000000000026a36ce6423544d841d51f5b36ffccb63e4a4ce0b12 1.13 MB 2,247 373
502,578 502,578 00000000000000000075084cfbcc18fd5edf03e186a39adb750640371dcb1212 1.09 MB 2,761 495
502,577 502,577 00000000000000000073afc69765b0cdb4c0478841e769aa8ce4df9187b100d4 1.07 MB 2,742 406
502,576 502,576 00000000000000000055df4a2ff35d347f8eebd792fc54c02550b0402bd07227 1.09 MB 2,389 518
502,575 502,575 00000000000000000034d6ebb748c1aec30970a08a7a00689584e23b676dd50f 1.07 MB 2,180 574
502,574 502,574 00000000000000000000f16f9f9212a1b6584a7cc0b61dc9b0e2c2e79ba5a005 1.09 MB 2,387 543
502,573 502,573 00000000000000000047431db394cc4bf39d500466f6b20deea2d245bf418d57 1.08 MB 2,714 420
Previous 10 blocks ↓
Total Size: 685.08 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,370.87 GB sent, 105.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.