Memory Pool Memory Pool Refreshing

60,193 transactions
21.88 vMB
Show Random Selection Loading Transactions
Max Size: 123/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
867,360 00000000000000000002f1280000000000000000000000000000000000000000 ago 1.00 vMB 2,983 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 867,359 (71,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
795,508 795,508 00000000000000000000f094c22f6ae27418c971db46f4b8d2b3219121fa1d53 1.41 MB 2,409 39
795,507 795,507 00000000000000000002f8da9c6c98f1e6a87f92ef050d28db8ca35b09c87db4 1.95 MB 804 14
795,506 795,506 0000000000000000000006bcc348e117874ba0026759c6403b3706a06303e7ac 1.85 MB 2,706 16
795,505 795,505 00000000000000000004f91ae80c8671ff92406e605883e1555b3377dade9d27 1.78 MB 3,613 19
795,504 795,504 000000000000000000018518dd510478e85a8dde8d303a7fc7692df08487c8be 1.50 MB 3,244 39
795,503 795,503 00000000000000000002dcbb2447fafab2444afa38178b6bbe5a2242244c0a5f 1.58 MB 3,272 24
795,502 795,502 0000000000000000000212d560b364a93bc2bc4b2d0feb7b5aa1c1fe898fbce4 1.56 MB 3,355 35
795,501 795,501 00000000000000000004d5980e1d458fc1d6061daaf805d961ece4f0f49a5593 1.38 MB 2,600 44
795,500 795,500 0000000000000000000340a00797184abaec4c7d33b9796193be7948b00b426d 1.61 MB 3,994 29
795,499 795,499 00000000000000000002b4b7ef72390e751bd6100daf175a0e6ee822bef0c9f1 1.62 MB 2,752 17
795,498 795,498 0000000000000000000450e20ce94bbee3760f54b99b9315d027edfded2c81cb 1.75 MB 2,795 26
795,497 795,497 00000000000000000004ba155e86bac0ced83c43ef63f5b5fa508cb49a965476 1.46 MB 3,384 32
795,496 795,496 00000000000000000002317575317b4797ca648e930516a94038bc2cf2c57a9c 1.53 MB 3,270 48
795,495 795,495 00000000000000000000b2b537aa5c7f70249c9993ce00edffbed4b142b09d53 1.64 MB 2,946 45
795,494 795,494 00000000000000000003eaceba729e2ccf15a51612ca46a1c4cd0bb2e03b39ad 1.48 MB 3,139 33
795,493 795,493 00000000000000000002214e92cb1fd30f1963c3c2509676f05a4bff7901a0df 1.88 MB 501 14
795,492 795,492 000000000000000000040aa9771712e257974ce5f45d3e507217ffae86542e28 1.58 MB 3,034 23
795,491 795,491 00000000000000000002ed6751fa2741d1d496792a7b5fefde858776f85ad0e5 1.43 MB 2,998 36
795,490 795,490 000000000000000000022b3c81d9365cae8eb801f2ebd7e9f1a77652c5a9afd4 1.53 MB 2,143 28
795,489 795,489 000000000000000000019b2b5796e22bc60e79b80ff276582f3fe30cd189b1bb 2.03 MB 3,455 21
795,488 795,488 0000000000000000000284ea72cc524807208e3e50e6485d4900df7c99357c58 1.88 MB 3,062 18
Previous 10 blocks ↓
Total Size: 694.29 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,906.83 GB sent, 174.79 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.