Memory Pool Memory Pool Refreshing

70,214 transactions
30.82 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,359 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 1,786 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,358 (263,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
609,202 609,202 0000000000000000000c0bb6ec5ce2b4398bfa04c15fe7a1caecb4436c9b464d 0.22 MB 408 17
609,201 609,201 0000000000000000000048f342eba93ef6d5f44452c393c7ae64ab9cbb2c1067 0.12 MB 367 16
609,200 609,200 00000000000000000009ab2a3a2d42f9364d82c8e1159a42c699d4ea7257e068 0.16 MB 469 13
609,199 609,199 0000000000000000000cbefde1958bb6b8a3157d9f51f71b2cbee8cbbd8621f8 1.01 MB 2,458 10
609,198 609,198 000000000000000000038a02cc3f6fe2931c01a880e8def11d029358c488b95b 1.28 MB 3,438 16
609,197 609,197 000000000000000000108ef1f1cf01a28f3e46b02cc0fb882003110253cf7ad6 0.32 MB 858 11
609,196 609,196 00000000000000000004451cb253b13322f8bc3226c980070177dab1c59c979f 0.19 MB 545 15
609,195 609,195 00000000000000000008928f00702f8d6db4c0e8c92e04fc781aee90f258085a 0.20 MB 533 11
609,194 609,194 0000000000000000000b5cef74c0e08e7078f4f0e85c4557ff78f1a4886addee 0.79 MB 2,086 4
609,193 609,193 0000000000000000001405f6604875b661d049bfbde2e5944aa438a1291cbc38 1.20 MB 2,983 17
609,192 609,192 0000000000000000000bf9f36273bded7b1daea1aa1e56cc3049a389947966b1 0.53 MB 1,478 12
609,191 609,191 00000000000000000009458d70f643cdb03b9e9abcb36352e958ed44c12416a7 1.27 MB 3,503 14
609,190 609,190 0000000000000000000978ff38658f5e7accb26a880360080b8d76c74e913d47 0.24 MB 441 16
609,189 609,189 00000000000000000004e9348208af7b3e3bed6d678b4e1b221d60ff36a52744 0.29 MB 702 16
609,188 609,188 00000000000000000015a302f39fa365973cce114b8248849aea93212649ad28 1.05 MB 2,589 17
609,187 609,187 000000000000000000093030511100384c311e4af9376b1f084bbfe046d3f068 0.59 MB 1,666 10
609,186 609,186 0000000000000000000c2ee6a34326da7a2da6d424604303357ddc64b2cc8a28 0.36 MB 1,043 15
609,185 609,185 0000000000000000000bb2034bd41490970e7882dd832c56e2e90fec7549f201 0.39 MB 800 8
609,184 609,184 0000000000000000000222d9b0439b6fa0ce29ca3ba6eaf4bcff5c50a45637ce 0.30 MB 539 12
609,183 609,183 000000000000000000047c6fa5720e3982ee9532150eebf3d5320426fcbb977c 1.28 MB 3,606 13
609,182 609,182 00000000000000000006ab2eba9e0d20a8509a7c77c9bea3f11d7d1b76efa86a 0.83 MB 2,308 13
Previous 10 blocks ↓
Total Size: 703.88 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,632.37 GB sent, 237.33 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.