Memory Pool Memory Pool Refreshing

11,253 transactions (4.29 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,889 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,479 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,888 (826,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,018 82,018 00000000002a98f744a50271c0f8090ca1f0fe00675ba0b9d9bd28290c6b4e62 0.00 MB 6 0
82,017 82,017 00000000000a032981936b74199bdca7ad3658e30e0a076d486eaf6de0bea571 0.00 MB 4 0
82,016 82,016 0000000000449130d8dd41ed86101593b3070502e31fb6bbeac1a700920ebf09 0.00 MB 3 0
82,015 82,015 0000000000161dddfe4ed5ebcde10eae364c6ec2c077f0d8f3b47546f0e0a3df 0.00 MB 4 0
82,014 82,014 0000000000014ecbf7f63101606877ce05f447ecc2ddf08eadef4c1c539fb031 0.00 MB 2 0
82,013 82,013 00000000000e06440eecbe45e67a6380ab038718679ceae78b4e2b0c1c9d4c4d 0.00 MB 1 0
82,012 82,012 00000000003c871139a372be5a4221a886101a30b58b170a5138959c57b9e3c0 0.00 MB 4 0
82,011 82,011 00000000003203fb98b02e09a56e1a5427ee3e00100dc8a3ce5f44a85c92f22f 0.00 MB 3 0
82,010 82,010 000000000040d46ac43d0fa2bb1fbf5dddc5457d3641f353abed678237959987 0.01 MB 7 0
82,009 82,009 0000000000151d06631bd38a692be6569a2fc1d559df383a15587ac89f41a01e 0.00 MB 1 0
82,008 82,008 0000000000424588100cbf6f79d24ce3134735d061e40446a3e08199c1fa7fa0 0.00 MB 3 0
82,007 82,007 00000000003f7b64229e6755d556482bb20d382f227009bb71cac386326bf651 0.00 MB 3 0
82,006 82,006 000000000014f27b205ca00d71fd92f423057bb39593c9d61e51bbb3177adf6e 0.00 MB 1 0
82,005 82,005 0000000000414514741a3101834ccea164bc4a244529e91fa1f1b70d3fa9d223 0.00 MB 1 0
82,004 82,004 00000000002cc3fa7eba5b0519cd0334f68c020cca04e7067579c6b8ec95f77a 0.00 MB 1 0
82,003 82,003 000000000021a6db8c513a587c5664ea5600697bd283234b4497ceb325c8a45f 0.00 MB 2 0
82,002 82,002 00000000002bff01fcc56735dc7a220f2470970cdba1ef611e4c740c03e6d998 0.00 MB 5 0
82,001 82,001 00000000001e0f5b8021e95bf59ef9279c45f5162a0e41074a145c5825385625 0.00 MB 1 0
82,000 82,000 00000000000c9d1c4acc114afb58d55db5ec44a963263cf6247220b7a3f85c5c 0.00 MB 1 0
81,999 81,999 000000000021be421ba749e51e7f422ff4142fe2d17092d4b0931247dbd59113 0.00 MB 2 0
81,998 81,998 00000000002f4c514e6475ef40187b6d98f055f836a5390004c310caa37c557e 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.18 GB sent, 103.93 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.