Memory Pool Memory Pool Refreshing

8,115 transactions (2.78 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 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,781 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,890 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (818,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,168 90,168 000000000003568992dc7fed0b2f2f3652df61863fabe6a3f6adc0b507849e7b 0.00 MB 1 0
90,167 90,167 000000000006f99c0436ef676b7e088bc2126f725b94c475e2b6a5aef80f6f6e 0.00 MB 1 0
90,166 90,166 000000000000c374c9f376766d44eb7d453e5ba0934d227cb65ab081ecd5dd9c 0.00 MB 3 0
90,165 90,165 00000000000c158b2ca2d53a84057f7a9d0067b18b9e1ade25235ff8a3e3cfb4 0.00 MB 1 0
90,164 90,164 000000000001e0a8a1124324fc7ad68d05023629213535ccf6af450c72fa04aa 0.00 MB 4 0
90,163 90,163 00000000000ecd7790f0d9211a9fda1178afb33aa28b55d068143e5ce6cbd172 0.00 MB 1 0
90,162 90,162 00000000000356419c0e8435a008a1bed92b51d5b1870e55b0eb198126d82846 0.00 MB 2 0
90,161 90,161 0000000000152c0fda7d7bfe3c3debd652d9a96e179b0ac641d4e520f476d1ee 0.00 MB 1 0
90,160 90,160 0000000000145dd6ca94a277cc8a6885309386389a83ee3891ce941b143ee1af 0.01 MB 5 0
90,159 90,159 00000000000b0921cbf23558b2602f03919e7407ce59659b3e104553230b7e79 0.00 MB 2 0
90,158 90,158 000000000008678133ef5bb3814a7d7cc50c681ebe13786ec3cee9e394208684 0.00 MB 1 0
90,157 90,157 000000000007ebf0cf652918cc59075d9ec2f36e4491805d2ee5712d51a087f8 0.00 MB 2 0
90,156 90,156 000000000008372f3a0ce04bf81611670f24b6c16a36c97b055649b74b9f0807 0.00 MB 1 0
90,155 90,155 00000000000f95bff168120069a89b2d9caada27cbc77430d548f2d641009f1c 0.00 MB 2 0
90,154 90,154 000000000008e565e6623aa621b44a33de4b79ca75957a63410d17a9f0dfc231 0.00 MB 3 0
90,153 90,153 00000000000ff47cb3045a7ca1615c6da76343910425bdfaef211c8a7d8fae23 0.00 MB 1 0
90,152 90,152 00000000000d87810d0459923a84cea630ac6835709f368b0f4ed7e895266cd0 0.00 MB 1 0
90,151 90,151 00000000000c98e5e6bf852c9302487977038534db4b97dc9044bc00f3605834 0.00 MB 1 0
90,150 90,150 00000000000b45f59da8774214f278d40bd9b60e77e793140f0635f822db1dea 0.00 MB 1 0
90,149 90,149 0000000000062565c0010626a575992a93d7a6957c9ef489b190faf3875092a7 0.00 MB 1 0
90,148 90,148 00000000000aceb2aaff871c4297c56a2045f20416419ea66357bfd9cce9dc4d 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.15 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,856.92 GB sent, 102.79 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.