Loading Tool

Explorer IconExplorer

Memory Pool

28,445 transactions
9.46 vMB
0.09789971 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.85/200 MB

Candidate Block

Mining Attempt 896ac465c68e3c8da89f196ae35540ca336e513d75922c493113ce30c0b5259f
Version 20000000
Previous Block 00000000000000000000ff025119fc1a893834cb4569c99c938adb36d4c496b0
Merkle Root 1e23426400d1393fb56cad609f05fba5bf2642a940f61f1d87515974ba65812d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,287
Size: 1.00 vMB
Total Fees: 0.02744883 BTC
Median Feerate: 3.07 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,221 (646,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
266,753 266,753 00000000000000051cd363b7100568a4835eb7863b44da7336dd4eb94fb8f7a2 673 0.25 vMB 178
266,752 266,752 000000000000000775df138d1f75f0206b5ad9c50e90f9607dd89258fedb1e53 190 0.09 vMB 93
266,751 266,751 00000000000000084e789d2c83cb30352b4f104a900f73ae1a0c46c387fd1993 261 0.12 vMB 81
266,750 266,750 0000000000000005534b0e79d0169f361f5efcdfa85ce5e970ef7cca9ef142e4 189 0.11 vMB 39
266,749 266,749 0000000000000008644da807c85f0ba648d4c7a3e4813ab347b406c30bfacd18 457 0.19 vMB 55
266,748 266,748 000000000000000798e43f8dee371c2902f1a303d5416db1a82390c03cc62686 545 0.25 vMB 145
266,747 266,747 0000000000000007e75eee421724ed550d0468a36370d8cb837b4feefff37e81 174 0.08 vMB 10,547
266,746 266,746 0000000000000000846027bbb4453b82bde0d42fe31737fd0b4a063c85029389 98 0.04 vMB 36
266,745 266,745 00000000000000026c13b361ae8f34fd85fc6a9e428a11b19cc1d90e86190026 129 0.22 vMB 68
266,744 266,744 000000000000000528e6f786eba846abd4ac707e28925e945966c7e727a8d747 170 0.08 vMB 70
266,743 266,743 000000000000000434c35025bdd5dc54b3454952a4d48df4000321a2f05106df 178 0.18 vMB 24
266,742 266,742 00000000000000055ca068d0bbfae4bfd09ab5290b64b788428119691d26114e 602 0.25 vMB 63
266,741 266,741 0000000000000000d130f63d88a025bfba41cbc54c4111d06d8a67033d6a5799 546 0.25 vMB 126
266,740 266,740 000000000000000a0a212940fc444c7db9ffbd9a803c712853375e26b5b6f56b 256 0.10 vMB 176
266,739 266,739 000000000000000a0f90a320fd1adea3bfefee716fa98c9f10625021d8d4f29e 970 0.33 vMB 73
266,738 266,738 00000000000000002db1a6dc8eb87b4de2872b3c104e27d412b3a0d05f9def85 478 0.23 vMB 79
266,737 266,737 0000000000000001da33afc73f83ef854f84b41b182d778f2bc0a5be2f8fe08c 868 0.47 vMB 83
266,736 266,736 00000000000000001fcf3cf6ad1c32ffed87925af29ee04b189a7d5a38f9004d 177 0.11 vMB 46
266,735 266,735 000000000000000198251ad91654d674d193f5a0fae1e73fd37ca6c38cd60b4a 201 0.08 vMB 49
266,734 266,734 000000000000000ad16e2d476b8ed73bab8816aa36f4899a753b4f478bd1f04a 778 0.36 vMB 97
266,733 266,733 0000000000000007c70113d956b07c4561c38c0a0560561acc4d0ccbb6e7ff53 347 0.15 vMB 55
Previous 10 blocks ↓
Total Size: 779.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 69
    • Outgoing: 10
  • Data Transfer:
    • Sent: 24.01 GB
    • Received: 0.48 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.