Memory Pool Memory Pool Refreshing

54,327 transactions
25.24 vMB
Show Random Selection Loading Transactions
Max Size: 140/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,926 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,762 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,925 (696,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
176,818 176,818 0000000000000492844ed06ca68bdf74a0f0d3b3c8e1e7fe6b5222c73772e57e 0.01 MB 23 43
176,817 176,817 0000000000000a185b45d1411214f982e7f07016c546f9d0d1569e248a04a9fd 0.01 MB 42 7
176,816 176,816 0000000000000301427a557265f00f01824f32ba3350a602fb59d89911bbfc88 0.01 MB 18 55
176,815 176,815 00000000000003a764144216921d7dd9acb4523595b5e8c420fad2c1e860b037 0.03 MB 65 196
176,814 176,814 00000000000000e4a201f6590a9d9ae043858dd7527384356f3a23f4e511f430 0.02 MB 38 165
176,813 176,813 000000000000029e2f6ff378fb22ababdf27d4d063c3b79d918595630c53f183 0.01 MB 20 247
176,812 176,812 000000000000060300c01241f37792fa009c25180acda2cf6266110cf4820e2e 0.04 MB 46 74
176,811 176,811 000000000000039bfc6762cd2a6a333f65841069388009a7a11284cfbdc49aa6 0.05 MB 122 104
176,810 176,810 0000000000000a9622a4f8a69267a36087b7cc9cb8d0c7c6f168804229799416 0.01 MB 34 131
176,809 176,809 00000000000009524bfe7a8f1fd292420611e081070147d0f942bf3cbe38209c 0.01 MB 20 382
176,808 176,808 0000000000000662d8024cf77d94e39b19e8f261456e0dcdba2b8ba37902d4c8 0.01 MB 20 238
176,807 176,807 000000000000075d7a4876db6e9fcc6db242403b19f8e580d6f7e1787dd1dfe4 0.01 MB 7 3
176,806 176,806 0000000000000117aa0d15c81cb5b96df13b97176628a8113dc86160defe983d 0.03 MB 102 3
176,805 176,805 00000000000006cbc5a34c7749dda1493ed3715249f7c9e7b7403c30990fdd64 0.05 MB 62 163
176,804 176,804 00000000000006d63acfd1fef811b661480dd2352d9d9e445eba5a1026efa3fc 0.02 MB 34 91
176,803 176,803 000000000000051936a9ad55e47e0a32a016bbebccd904d1f901ff369beaca47 0.03 MB 70 80
176,802 176,802 00000000000005232fb19a6a0d6aaad0fe69bcc3e19dea4801bb63f2b36fefb9 0.04 MB 121 310
176,801 176,801 00000000000004888299169d3a1e56f0eb4b0be9ea1debfecd58ad66d16de400 0.01 MB 18 256
176,800 176,800 00000000000006ef4d9200e7b5e1b22fdf21a6c5b9cda2441d8b2dd281e739d5 0.01 MB 24 30
176,799 176,799 00000000000007cd90f37badc4cfd917acd34ce7a580fc1776ef6e32c7030327 0.01 MB 9 53
176,798 176,798 0000000000000513b10358612c9fc040ca8b7b83fd6d7d946ab290474aa282fe 0.03 MB 57 98
Previous 10 blocks ↓
Total Size: 704.91 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,661.72 GB sent, 244.12 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.