Loading Tool

Explorer IconExplorer

Memory Pool

22,847 transactions
5.05 vMB
0.02171432 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.75/200 MB

Candidate Block

Mining Attempt 5c80a2e600ac4ab347d443b2d58485663bb258299d0f87c9ff18301bc724c89f
Version 20000000
Previous Block 000000000000000000012d5e3ed3659a88a18c3790d8c0c3733a33c0ab1131be
Merkle Root 1b18a7cb072a3cf7f89d60e279d85da0866b6ed9d5ddf3638477dbbbb2099a0e
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,370
Size: 0.44 vMB
Total Fees: 0.00821114 BTC
Median Feerate: 1.08 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,167 (750,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,125 163,125 000000000000042f0dffd810d299fe9ce6f0d04e6f0c9768daae77321aa805f4 0.04 MB 112 16
163,124 163,124 00000000000005e1e527e38ae052e4118f53ad157ba1d98f2b230832274e7a51 0.03 MB 51 39
163,123 163,123 0000000000000382c553a60fee217aea182ae89c2333d058b4f6c5058eff7611 0.04 MB 67 185
163,122 163,122 0000000000000507646865496126dc5756d7472c6d74ea44d0e9192de8893ab3 0.01 MB 18 181
163,121 163,121 000000000000043ef99c7cf94517f353dd30407da3cc5651c1df890f167cb450 0.02 MB 56 71
163,120 163,120 000000000000007dc4ef8531b5a34303abacedd17b49071d6e7b44f2607e11b2 0.05 MB 91 371
163,119 163,119 000000000000020f1603decf9ba937f686e30a28aabf4ccafccb243bbb5f5354 0.02 MB 41 160
163,118 163,118 0000000000000a635bcd8b42c3aa9e25765bd21d36bc4bc9a9a8f97437baf971 0.00 MB 8 52
163,117 163,117 0000000000000bb6c257963ea08fa0fe569c646985f06f9b00bedd5a61453281 0.00 MB 8 140
163,116 163,116 000000000000070466b0cd0013b00e84004fb6a410580fa9d3a1b0cc213c69ad 0.00 MB 10 72
163,115 163,115 000000000000052c819f5f58907851405b7ef9a3b1a2a95747240ea12bd5603e 0.01 MB 25 229
163,114 163,114 0000000000000bd5462dff8b5c2df4b4d08a5542835de6af8cc15a86a8807e96 0.02 MB 54 46
163,113 163,113 0000000000000ba7e6d612e6d4704bf143bc45b4b951eb37132a930edab781b8 0.02 MB 32 81
163,112 163,112 0000000000000628364945b200aa67aa198caaf5f7023a4582ed408e1acf7e05 0.03 MB 14 38
163,111 163,111 00000000000001ce1b02819885f5b6775e09b8ef057f7125163f8b2d30309207 0.02 MB 61 54
163,110 163,110 0000000000000915846a8f38ae5451000aeb4e83aab77fdcac51ed382009412b 0.01 MB 11 549
163,109 163,109 00000000000004cfb4450b7ab1a1ee14f27ca9df2470fef32036d040efa58001 0.02 MB 38 110
163,108 163,108 0000000000000b4916b48961146bd62113fe2f95f9b801e469b5503222ddb9f6 0.05 MB 158 62
163,107 163,107 0000000000000b4eacc0c73eb3584f8d8a1c82e00e085893cdda8a4db430fce4 0.01 MB 18 152
163,106 163,106 00000000000008318472119c5a08d1958f9c8cc6398044a3632880ba0f6a2255 0.01 MB 8 0
163,105 163,105 000000000000079bc45988b2ccaaa150b30eb370e714f5dd8933df9cda9188bf 0.00 MB 13 28
Previous 10 blocks ↓
Total Size: 779.14 GB

Node Details:

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