Memory Pool Memory Pool Refreshing

41,917 transactions
28.62 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,112 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 2,671 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,111 (67,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
795,557 795,557 00000000000000000005488a0f3745c60bcf4b8df3731f2f69596383bbe1095c 1.63 MB 1,888 27
795,556 795,556 000000000000000000022e6af40f2e1ff0f2fbd36d94a92b39c2f612cf7f5ab5 1.74 MB 1,634 25
795,555 795,555 00000000000000000002c591fcac0b235d305115101c2011bf6b9753cc617140 1.82 MB 1,082 25
795,554 795,554 000000000000000000028dc7d6bda3eb8eb20696a33cf507ab3b102f6d63eb4c 1.74 MB 1,651 20
795,553 795,553 000000000000000000049117ef54149d7bf5a6ace3af0e8d1cab6ff257970e1f 1.98 MB 2,622 16
795,552 795,552 000000000000000000006be4976100c0ffd57257a6440f760117dbdb129e08b2 1.68 MB 3,459 26
795,551 795,551 00000000000000000000d9abe0372e481a2b67e876981fb9851ff71a7770a804 1.70 MB 4,200 27
795,550 795,550 0000000000000000000297a7aaa2e5c0a0729e80ce0d0e4c53f1bb5bf22e96fd 1.66 MB 3,681 34
795,549 795,549 000000000000000000000600371c43f9f6108a095ae2e411970a62679dace9b5 1.57 MB 2,402 20
795,548 795,548 00000000000000000000f68a38c7af214c485f7184b367cceddd65519be0bec8 1.58 MB 3,139 38
795,547 795,547 000000000000000000022dff009418d3c8eda1ff7c4d4365540b9216302ff912 1.75 MB 3,345 21
795,546 795,546 00000000000000000002abdc1105bbb75dafc6bb7f4b734765620be7419a9fd6 1.59 MB 3,370 32
795,545 795,545 000000000000000000006f9c827f9337083399cbf7af63045ec3a4b7df60e4dc 1.94 MB 2,359 13
795,544 795,544 00000000000000000001c30d7c0e06c60945ed56a99cb34003e242056fe1cf24 1.82 MB 3,180 22
795,543 795,543 00000000000000000004005b8c9343ca8bf0296ce94986fb6b264366888a19a2 1.64 MB 2,626 32
795,542 795,542 000000000000000000039f4ba4524bbba29e6a9bcc5d45fb5957bb09a03db477 1.59 MB 2,730 33
795,541 795,541 000000000000000000045c3d95755995626d7b2d968c9f7cdecf208e3fe358d8 2.28 MB 4,041 16
795,540 795,540 000000000000000000053f39d933e2c118db6efb85ec152dbef8b519e3c2b1b1 1.85 MB 3,402 15
795,539 795,539 0000000000000000000380762cda7f10a0d85ec4523d4966ae984c1e0e745bb4 1.51 MB 2,146 21
795,538 795,538 00000000000000000003d5d7c166c3c76eea6df323635a69073cacfb1ba0820e 1.58 MB 2,850 27
795,537 795,537 00000000000000000004a7dcca6c5cc705993c00725d06220800edd39b0a1741 1.46 MB 2,888 44
Previous 10 blocks ↓
Total Size: 686.31 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,435.47 GB sent, 114.07 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.