Memory Pool Memory Pool Refreshing

30,270 transactions
34.27 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,098 (67,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
794,463 794,463 000000000000000000022c5ffa29f6f1c933c1a20b434971459fa36f9afd743b 2.07 MB 1,977 46
794,462 794,462 00000000000000000002702f283e53942c1c52d64b2f8ddc118ee8b962a34f2c 1.99 MB 2,474 11
794,461 794,461 0000000000000000000169eb459356c5592a92b5dea57f489a76bb9bd6b2a80c 2.36 MB 2,484 16
794,460 794,460 00000000000000000001be75ade06a34fb6fed0adac75c6b77c8278dcbb78583 2.15 MB 2,882 23
794,459 794,459 0000000000000000000219a0092cd5d9917686826d752725743b5d01cebcee4e 2.00 MB 2,819 26
794,458 794,458 0000000000000000000041fa2e33f95f8eabab2f57b951fe6434888e1c44a843 2.13 MB 3,137 21
794,457 794,457 0000000000000000000050111d5f5a157497827b16cf07ed0d49dc2efc46dda6 2.34 MB 3,119 15
794,456 794,456 00000000000000000003a92d5ebf07b08c4484ae097ab992f27ff685d4be76fc 1.87 MB 2,672 27
794,455 794,455 00000000000000000001c8481a1f26c6bbb41f7ea8a41456f223ebb78903c73d 2.42 MB 3,343 22
794,454 794,454 0000000000000000000182595580d23d3f0a48990fb1e6ff7a0c106dc22dd54a 2.08 MB 2,465 13
794,453 794,453 0000000000000000000174f866078085f6e1d614f4af9278bdbeb0b90e44a7cb 2.19 MB 3,074 22
794,452 794,452 000000000000000000005f0cb3d75d88c6f927934682a3d473fbf01deaa40282 2.28 MB 3,185 31
794,451 794,451 000000000000000000039334c8c5a755f027f4a767f93d3ecb3940fc55f96925 2.28 MB 2,916 29
794,450 794,450 000000000000000000029989a6aad0a07de9aa1ad2a63c5d89c562c4156d00dd 2.15 MB 3,126 20
794,449 794,449 0000000000000000000532f1580a56b79173b7ed31ae48ead7fe1a65e6e6bda7 2.38 MB 2,529 21
794,448 794,448 00000000000000000001ae4b5eee66f984da0f4828d6a47c872bc35e73728598 2.22 MB 3,230 36
794,447 794,447 0000000000000000000435885aba2fb2dd9a8dc3c2c8b6ae75ed213262f42b40 2.24 MB 2,947 30
794,446 794,446 00000000000000000004731831bbc9549afc37fec378a2cc4d87f1b5f5833336 2.02 MB 3,225 33
794,445 794,445 000000000000000000039c0178a12d26a8adf2e4742b82d019339ff4f43966b5 1.76 MB 3,274 46
794,444 794,444 000000000000000000036fbe6591fba3e80d39848bfaf4c9a41da5e878230414 2.04 MB 2,451 22
794,443 794,443 000000000000000000051f8c4fef3e8bfacc880d21abd6365acee17a059aae02 2.03 MB 3,065 24
Previous 10 blocks ↓
Total Size: 684.35 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,336.53 GB sent, 100.65 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.