Loading Tool

Explorer IconExplorer

Memory Pool

41,531 transactions
18.15 vMB
0.17430154 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 100.14/200 MB

Candidate Block

Mining Attempt 86168a211a99607afe0fcd34e2b5867fcafbceb842c4c217ae4e6b9a7813d553
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root aa0a6d37cc4de750195276391302b0490fd1268174c687d12270b7010773cf26
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,718
Size: 1.00 vMB
Total Fees: 0.05671331 BTC
Median Feerate: 4.97 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (747,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,256 166,256 0000000000000395c815c85eba572bb211550cdd934b0c70641302e9b87e1b67 57 0.03 vMB 46
166,255 166,255 000000000000084842b7f98c6849fa41d324979a80544ec6b7a67bf88e6f3fd0 6 0.00 vMB 773
166,254 166,254 0000000000000b9eaa2661d403298cdecb8e2dbf3cb329a88eb5f24295bb3599 27 0.01 vMB 74
166,253 166,253 00000000000008128f7873aaaf838e69408aae2d507694d355e51039504ab427 72 0.03 vMB 62
166,252 166,252 000000000000062267e312d7a00f2e378bc031631d0f8817998b32348ae84516 98 0.05 vMB 92
166,251 166,251 00000000000009aac18866a48572ea890dc45ebf5a5068cc82f64eb3b62b957b 71 0.05 vMB 34
166,250 166,250 00000000000000e0051ff37e80df6d9681be86d7ed8451fa9479e0b6cd298c3d 91 0.04 vMB 77
166,249 166,249 0000000000000a16057ae8ce9b59017f318b5e53a002867f60263ea7473d8c3b 74 0.03 vMB 112
166,248 166,248 0000000000000a752edee71c86036446603a5a107394a1d56540ce0c4a3468ea 8 0.00 vMB 17
166,247 166,247 0000000000000405de866199821ff57d0f6fe7683498f9c9928d99cb3089b61a 69 0.05 vMB 185
166,246 166,246 00000000000005250adc30c99de45bed281618c000f89ec203bbaa439913b767 18 0.01 vMB 9
166,245 166,245 00000000000003381779b51476cdfb5a70a491bfce6a1aed0bf5c3cec0c8e890 48 0.02 vMB 91
166,244 166,244 0000000000000c1cb68a75657ba65a6e80583ac0efecad37734bc5d5f288aeba 138 0.06 vMB 97
166,243 166,243 00000000000001aea832f30a66bb8b5c7899b90d2de16523b096723c5fa7e7e2 36 0.01 vMB 151
166,242 166,242 00000000000007e2e2121f1d9d2c8b6abbc84419958483c28cf586bc01ac2cbe 105 0.04 vMB 64
166,241 166,241 00000000000004e208d9fe3d27eb5871b49b113b755806f1169d435d3bf1dff2 11 0.00 vMB 17
166,240 166,240 00000000000001a3a626d6e55e4849d24dbc331232eb283194602f395d8eebb7 47 0.02 vMB 56
166,239 166,239 0000000000000a6500ec8de06987f15b341fa668ab21132d931e91e638800022 106 0.06 vMB 72
166,238 166,238 00000000000001fe480e05cb2fd9e338f6558ccc1996cefc2625552cf14c08b8 110 0.05 vMB 89
166,237 166,237 00000000000008b51f3613d79c7e60c662f9b38b36ab2c6878643c267bf9520e 76 0.04 vMB 58
166,236 166,236 00000000000006e6fed5e4ce438ee4a563437632c26f38c165031fdfda2120c9 24 0.01 vMB 15
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 89
    • Outgoing: 10
  • Data Transfer:
    • Sent: 113.69 GB
    • Received: 0.47 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.