Memory Pool Memory Pool Refreshing

80,728 transactions
32.31 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,822 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 6,914 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,821 (423,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
449,103 449,103 0000000000000000005aa0419ec8e9b559518dc63796dcd225e34e4a5ff03c31 1.00 MB 2,959 115
449,102 449,102 000000000000000001967081d0a34802a20b8579441110ea72722f3ed6e50026 0.31 MB 792 83
449,101 449,101 000000000000000003339445ccf0f7effa7c1dae7bcc359d8351b0d888f2f043 0.30 MB 582 65
449,100 449,100 000000000000000001dee37662221c18835d567ee14d23787b6b47fa1efe2e3f 0.35 MB 704 59
449,099 449,099 000000000000000002a4ed54ec64839957d4d9a49b475f1cc9e0357b84c18726 1.00 MB 1,665 53
449,098 449,098 000000000000000000dbb2269a91a9a2f13ee36cf8baa16bf3a312dca09539c3 0.92 MB 1,968 62
449,097 449,097 0000000000000000024d54ff1fa91baabc58832657bed8d1584c54ccb20ee0c0 0.39 MB 714 63
449,096 449,096 00000000000000000186fd17432c9e7193bec1dafe75db133cd7d7353cb59573 1.00 MB 1,700 45
449,095 449,095 000000000000000000ae83e398681f511cd0c509d131efbf11636d01a1d935b3 1.00 MB 2,283 83
449,094 449,094 0000000000000000017963cd29bff3fa6192dd3c3526156b54832067113df4fc 1.00 MB 2,092 74
449,093 449,093 000000000000000002872f4f515b84830e0829189f4710ac0e233b42a68eb351 1.00 MB 2,001 75
449,092 449,092 000000000000000002ad95719705db82c67501519facaf5eccf8423e095c4622 1.00 MB 1,968 60
449,091 449,091 000000000000000000e9b896de5435b610b384e3e5210b2614d0d3948c70e46a 1.00 MB 1,614 73
449,090 449,090 000000000000000001c87fddf6666892077201d1a6256c158b11e0237b047621 1.00 MB 2,306 73
449,089 449,089 000000000000000000185fbf709e3e19547d6586eb8f840a33496871810cb972 1.00 MB 2,317 97
449,088 449,088 000000000000000001f0925c32955d0224aecf87dfe73bc75c03e0682a9f26d4 1.00 MB 2,645 82
449,087 449,087 000000000000000002d28d0f0872f6c6388b7bd0b3e3b7e6ac459fbd1442a55e 1.00 MB 1,827 67
449,086 449,086 000000000000000002419fd9b2131f52eb064077c342a3e515af78b76927be64 1.00 MB 1,175 76
449,085 449,085 000000000000000000fec35de0deae71b769848565ff2c94c59157982ada95b4 1.00 MB 2,654 78
449,084 449,084 0000000000000000007e96b0fce5e9c0034cfbc38d68b4d5f842764186e2387c 1.00 MB 2,192 96
449,083 449,083 000000000000000002a03b3ca1394b2e112be46b976d2f43747c3772cda6cbb1 1.00 MB 1,644 73
Previous 10 blocks ↓
Total Size: 704.73 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: 2,658.41 GB sent, 242.98 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.