Memory Pool Memory Pool Refreshing

40,849 transactions
32.27 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,364 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,451 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,363 (3,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
858,450 858,450 000000000000000000006af03afb2a23a9b4927d1e4aa759f9d4cf240a79c08f 1.65 MB 5,850 3
858,449 858,449 00000000000000000002fb86dd850428379d2e02cdc1f1dda1140d3e5e7b56e8 1.62 MB 2,956 6
858,448 858,448 0000000000000000000239fbdc6042d795af81f6318d48cd571bf3400e2b31bd 1.57 MB 2,807 6
858,447 858,447 000000000000000000017cb61b086a990d970204f1d5b66ce9488f5937689f6d 1.64 MB 5,166 4
858,446 858,446 00000000000000000000155dbd4d072b8d58c4411902fe51a05825aebac9603e 1.58 MB 4,838 6
858,445 858,445 00000000000000000001155c770dd515bdb6e07a95662992869e621d76aafe39 1.63 MB 5,625 4
858,444 858,444 000000000000000000005bc9679349a42a5e564bf0601ac3dc6caa336335b133 1.66 MB 3,868 5
858,443 858,443 0000000000000000000040916e84cc53b88b5bdfb13be8dd76a082ea137f95c4 1.71 MB 3,284 4
858,442 858,442 0000000000000000000082e3b7168370ddd399c2a54be4b90a49310b86b2292f 1.55 MB 2,238 4
858,441 858,441 0000000000000000000080407d33ed3d84a6ff4e54355d136ecde81a566a4286 1.55 MB 3,281 12
858,440 858,440 00000000000000000001f5412b0692355600fd44ce986901e96ec3672c41c79b 1.65 MB 7,702 2
858,439 858,439 000000000000000000023620cfd87449438990aaed15c3322668141b1e32479f 1.62 MB 5,345 5
858,438 858,438 0000000000000000000330c8bfc2a5d759e90e47e04155111a31d5b761e4797e 1.59 MB 6,526 3
858,437 858,437 00000000000000000001ec4ff0c8c5558a6d275cf3abf986660c2179eb83f529 1.65 MB 6,709 3
858,436 858,436 0000000000000000000274925d337049e80d82e4c0c97d7e4758da7d2aad0d14 1.63 MB 5,771 4
858,435 858,435 000000000000000000018adc1d73906a0a8421f4a1b3bd4388b2d95a42ba7cbc 1.72 MB 5,909 4
858,434 858,434 0000000000000000000173cad1fcec563051a532eabfe262e183a0b9be06c39d 1.60 MB 4,487 6
858,433 858,433 000000000000000000031a800c43a8abeb59894f95bb4e86d774ce713e59c762 1.76 MB 4,761 5
858,432 858,432 000000000000000000016e3a68f0b6ac18b9be18fe2a22c0a240362e6a0410f9 1.60 MB 5,708 4
858,431 858,431 000000000000000000030179e478402d477335d5972cece07509be3f459bf9ae 1.65 MB 7,876 2
858,430 858,430 000000000000000000028c96c68c957b524c2b88b0b2c297fcea945b141ddd3a 1.65 MB 7,835 2
Previous 10 blocks ↓
Total Size: 684.86 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,365.46 GB sent, 104.04 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.