Loading Tool

Explorer IconExplorer

Memory Pool

29,554 transactions
6.16 vMB
0.02663031 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.56/200 MB

Candidate Block

Mining Attempt 56dcd412d59750a1fb500a217bc37cc4d56a17990e70ffcea6b9a44210416bd6
Version 20000000
Previous Block 00000000000000000002130ec113d9cf45f31f64da7d0db564cc1660a8ed9474
Merkle Root 1c107a510154f08b9284ab08f5c0b2910929a7a951168f72d9b41e4763819af0
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,298
Size: 0.43 vMB
Total Fees: 0.01136682 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,240 (699,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
213,918 213,918 00000000000002f959d68ff82ec41d7154e462d894c1f61e1045d203a5c8c149 120 0.05 vMB 187
213,917 213,917 0000000000000068868525cbe474860fb170187ff3fc135b13e35b2f00c35a8b 35 0.01 vMB 31
213,916 213,916 000000000000008c6612674b64da58db45654d1182574aaac2c5aade94ec5dc0 535 0.30 vMB 174
213,915 213,915 00000000000002819a659bf27e88c9027d1bd5bedd59d6e631535b47ab7b1f9b 117 0.05 vMB 138
213,914 213,914 0000000000000071206a84b2dedbcb95fb26cef59576030e53b1be698e174baa 1 0.00 vMB 0
213,913 213,913 000000000000012fcbfcc01899978615531bbb23c17f9128c9190fd83de7b7da 53 0.02 vMB 101
213,912 213,912 00000000000002812446872f1d4ded709da88c68697efa3925014e6c67355507 94 0.05 vMB 176
213,911 213,911 000000000000054857d1c125e2db3f9d3bc441cd46f224276037bc74f08b8e35 414 0.25 vMB 87
213,910 213,910 000000000000019dfd4a2c51f497e1e939cad711ee6c16f8d13f000742654598 32 0.01 vMB 41
213,909 213,909 00000000000001c17a5bc4348dfad567dbaaa3e6367512a7067824c5b4c4df22 629 0.24 vMB 204
213,908 213,908 00000000000004a4bb24f24a9caa9c9498b41a7016adfd7a93d92e480e24913b 9 0.00 vMB 496
213,907 213,907 00000000000000ed4fcbe5b09741482451dc3315a4cf4da0b8183b806599a311 181 0.09 vMB 188
213,906 213,906 00000000000003ba1deee517db0cf0760315483724b7522a13314b5f4ea1f3d5 214 0.08 vMB 187
213,905 213,905 00000000000004e6100c8f4e66a6bb59f04f0d41ab349abf27da61731af6c24f 252 0.11 vMB 152
213,904 213,904 00000000000000979b3b60e28d08309d4a1d0a3c0eee2696c6f6d6bdf3b6d210 193 0.11 vMB 134
213,903 213,903 0000000000000100cf809e651ac31e987343da8294bad57f5b2472c0701a1eac 450 0.21 vMB 159
213,902 213,902 0000000000000465137a5daaa13bdfb45a0729711bf216e1803ac07c0a5f0571 474 0.23 vMB 151
213,901 213,901 00000000000004639ae126f23965e5a02613898e6c9982a69b1feea259324da3 570 0.25 vMB 161
213,900 213,900 0000000000000331baf19f701170a77f732ca1d700c2a6cdbade3d15376ed08b 13 0.00 vMB 211
213,899 213,899 00000000000004d215e89c65457ccbaf229556b81a89621d15a3ccf3f8869ffe 661 0.42 vMB 145
213,898 213,898 00000000000002cb16c361fa63af21aaad545d3008f1942d0cbdf141aada73d9 365 0.16 vMB 132
Previous 10 blocks ↓
Total Size: 779.27 GB

Node Details:

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