Memory Pool Memory Pool Refreshing

6,507 transactions (3.03 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,888 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 574 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,887 (892,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,468 16,468 0000000001a039fa5e910ea377b598fe5b92f71caf09a30d447c8ff344cd6041 0.00 MB 1 0
16,467 16,467 00000000eaadf94b1d588bfff6173595c51c378c4fb9c183505b307d9ddae5c1 0.00 MB 1 0
16,466 16,466 00000000ff30bb79b5e67439872a156191d50db93e9e0bcf8c4daa1eff3046b9 0.00 MB 1 0
16,465 16,465 00000000da1368f627f6b21aba46cef9fc09d05f940e5cd99b33ed641f47a2a6 0.00 MB 1 0
16,464 16,464 00000000c36f26b62a17dd4e5b20bacac90faec2b8eb09fb86fa9313ef4d969d 0.00 MB 1 0
16,463 16,463 0000000056dbe70cb7b78e4ac46129c99157cb7db7d2221bba86c5b47c1fd7dd 0.00 MB 1 0
16,462 16,462 000000009218f3c332249ddd58e3fadd3215e694367f614c750875279c05599d 0.00 MB 1 0
16,461 16,461 0000000027feae5be4d38f3456b29939f44017a9dc97c36d5e046953d7b4b34e 0.00 MB 1 0
16,460 16,460 000000006abd53f1c32024f958b6b917e181791f8de88f82f416fc0b6b3ad57b 0.00 MB 1 0
16,459 16,459 00000000d538fa9fbc222a20cf6664592de6d69b6ab911f98b8b51ed14f8a53e 0.00 MB 1 0
16,458 16,458 000000009c4de84eeaeb2bcd31eb818f2dd203e6c9b22c7e02992535c4181990 0.00 MB 1 0
16,457 16,457 00000000a9181cbca631a67840ee3ce3ac86b90a248366090bea06b2fac88c72 0.00 MB 1 0
16,456 16,456 0000000065cf4528976a181fe211ffbd3c112e47fca87f4c7fc9e2b23c55c4a3 0.00 MB 1 0
16,455 16,455 00000000a25520cfeb7200ca7f239829ede27d91c2323c83ac56142441e7b118 0.00 MB 1 0
16,454 16,454 0000000013ea909955838d2115beefa2d1056112ebc45bb16130b9f1bc887a48 0.00 MB 1 0
16,453 16,453 00000000bfc25396296aae98b6592ee631d14a8f89c5ab838a8ee604aff5772c 0.00 MB 1 0
16,452 16,452 00000000b6997fb50233c5b32e9b3335fe647b082021909d6c9b8cffc24d33ba 0.00 MB 1 0
16,451 16,451 00000000a219c8bcd0674cba934a642fc3a090103d1dbc99c4b0195feb0d4ca6 0.00 MB 1 0
16,450 16,450 00000000c49ab6fd446d6e3e1b67645333e2465ca8b015933121a6f62c2d7d68 0.00 MB 1 0
16,449 16,449 00000000ea487a9ba5861773d1302317441fae8a0394bdf29e6673254f5f9924 0.00 MB 1 0
16,448 16,448 0000000094afca6c4e8420f8de97e2c42e26b346c7059b6aadce8d2578c0c32b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.34 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,863.04 GB sent, 103.90 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.