Memory Pool Memory Pool Refreshing

1,786 transactions (0.54 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,825 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,766 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,824 (850,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,244 58,244 0000000002c45d68b68edbb0b5e1fd78b7fe415387284af9fe87d8bdbabfedaf 0.00 MB 2 0
58,243 58,243 0000000011d8a4eb6e275021d8be54eab20641ff63a833f3eddf4db4590e8406 0.00 MB 8 0
58,242 58,242 0000000009aff56f71cd593703d39c36e08ab39ab9393f04f297d3085c94c0c5 0.00 MB 2 0
58,241 58,241 000000000077275b75d3be348b75f2cfb71200ceee9f65c2de9a3b13f5ab711d 0.00 MB 1 0
58,240 58,240 00000000100af0dd1bb35c0741ffeaecf45f9bd4c16ddbb6fb47a86be81293a4 0.00 MB 2 0
58,239 58,239 000000000c811b758719fc7ed4e7b4338c5ab3c23107335732b85beefcaddee9 0.00 MB 1 0
58,238 58,238 000000000ab5563ce20514a724b9fe348bcf66a9e08e2522b0e7202f15ab9663 0.00 MB 1 0
58,237 58,237 000000001579f61fc79744d8af30d4278a36b76ecdca4d8dd00ddbce96a3763b 0.00 MB 1 0
58,236 58,236 00000000097ebc048a340c17a851c3a35466247887d3ba69a67045b034d63a7f 0.00 MB 2 0
58,235 58,235 00000000051bece285184e83d6e75f65bc83eb346abd6e9bd7f4ceb0a940c0f8 0.00 MB 1 0
58,234 58,234 0000000010d44cb0ce4de3fa304b471edca917170dc38e123932b7e321253afa 0.00 MB 1 0
58,233 58,233 0000000009b1afa612b3dccbd82fe16b32a6009f773a4b1e64e60f965ec5bf3b 0.00 MB 1 0
58,232 58,232 000000000839188ba6276fb9d9b6fa97b5c8e0e723a54f3fa235d809e59a7793 0.00 MB 1 0
58,231 58,231 00000000004d13b6ba8b12ba9d6dd2b2dd74b2658de80608bf978107cbdde011 0.00 MB 1 0
58,230 58,230 000000000feccd37ebdee08a1f4da2426ffd67600976e02114bd55aadfadcc51 0.00 MB 1 0
58,229 58,229 000000000ca6a774e85b5504e072b0b832b09fd3234f683db33fa6b17d00e321 0.00 MB 2 0
58,228 58,228 00000000143a22e38913e6f40a1e7a18549b6556cc2377446ff532752ef6cf02 0.00 MB 1 0
58,227 58,227 00000000031bbd37341333a020dce0f51144fb057ed63e33090909dd45318504 0.00 MB 1 0
58,226 58,226 000000000a42945de394d6159eb29530be59e8a2a3576a8810ea2870cc98204a 0.00 MB 1 0
58,225 58,225 000000000bf6d55397d5c5e8753f3302bf2ce200366ad3fa7f7d6146a994d0dc 0.00 MB 1 0
58,224 58,224 000000000684477319d3b934558524a5d31c014bba331e0aa17053897fae434d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.23 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.82 GB sent, 103.21 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.