Memory Pool Memory Pool Refreshing

3,676 transactions (1.13 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,789 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,103 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,788 (898,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,485 10,485 00000000868732984fc1be1c0f6a9696367f1f8a9d04dc7c1d71cb04d71ed074 0.00 MB 1 0
10,484 10,484 00000000ad269f068a649cc432a8b3d3cd56f3b6ee4aade344f196d70c0d19f3 0.00 MB 1 0
10,483 10,483 0000000036f396077c1dbddd9a90e1692f9c03a0277434c9f934c206a4e50142 0.00 MB 1 0
10,482 10,482 00000000898fc80ad2436c2cb2c742c79e9dd01a5c33a4edb8b3501f35fcdff9 0.00 MB 1 0
10,481 10,481 0000000088ba09da650d98c73d9fc48d4ec0cd9acbc9032eb3a47b2614f1c3b2 0.00 MB 1 0
10,480 10,480 000000002b8a71532d446b553c3b05c666658f39818b0e92bb4f390433580d5a 0.00 MB 1 0
10,479 10,479 00000000fc70bfab8b1358244519d5aabbf126019010e9da332041fa8089c906 0.00 MB 1 0
10,478 10,478 00000000ff061f10fa775d355fa232823156486883bcc0b49287534f8b565dbb 0.00 MB 1 0
10,477 10,477 0000000088fcc1e6ca1d2647b7124b1e2dfa92f7d74fbccd2befed74864fa0fe 0.00 MB 1 0
10,476 10,476 000000005a436797d85ea7da64af77baf66d5a5b9d66ac6d8556428e196451e7 0.00 MB 1 0
10,475 10,475 00000000c6bd8c3f4c2f4aa2c65486d8abc472b407d7ab86197845a73f66ec87 0.00 MB 1 0
10,474 10,474 0000000088db5f5c25a01b667f1733c8e66bc4a62e921197506c652897dd804b 0.00 MB 1 0
10,473 10,473 0000000022768bc6f28d50e8fc2ab386977b04e7f3143225ef25c7e7550e714e 0.00 MB 1 0
10,472 10,472 000000000c47c915eada58f9656e8fafd853e226fdd6e66ff90843d338285be7 0.00 MB 1 0
10,471 10,471 00000000661f0d2fba262be28ac04c884ca077d1ab7366ffa697e1a47e6cf83b 0.00 MB 1 0
10,470 10,470 000000002d1422d772830f037b4e023b1f2b6fca2a0b1e3756004d3e92cd52c9 0.00 MB 1 0
10,469 10,469 000000000f80fa2cf0c3715c3351b7412f9615134515be770c5dd0a0f9d03201 0.00 MB 1 0
10,468 10,468 000000002c89f3438b967101945dc5801c2d69afa3fbaeb6abab7883ba189111 0.00 MB 1 0
10,467 10,467 00000000dc34ee6ece990ae004d1dce7fe5dddcd914a86ff5a1dd49590560c33 0.00 MB 1 0
10,466 10,466 00000000597f11c78ee152d19c54373af396eda362caeb287db91e8cc37167bf 0.00 MB 1 0
10,465 10,465 00000000c12104f8a028da15b17c92f56edc78e119ef2cba5e1d966141d9920c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.17 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,857.11 GB sent, 102.87 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.