Loading Tool

Explorer IconExplorer

Memory Pool

79,622 transactions
29.92 vMB
0.09942424 BTC
Random Selection Loading Transactions
Max Size: 180.62/200 MB

Candidate Block

Mining Attempt 56e822760e4b785135d3d658621c96f904bc8e9d55c6614374250529a825b323
Version 20000000
Previous Block 00000000000000000002062c598182760e2a42bfca1c5daff2d027e17aacdd70
Merkle Root 52a4e2d570747353f8065932061d1f577c9283cc698f94d68d9932dbd56776ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,773
Size: 1.00 vMB
Total Fees: 0.03133339 BTC
Feerates: 120.36 > 3.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,131 (120,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
794,186 794,186 000000000000000000020dfd5e5e943f792730a2a5a5c5efb0bc50d3b335490d 3,087 1.00/1.00 vMB 27
794,185 794,185 00000000000000000004623ba0b2a4ec62699e6c58f9d60eaae8020bc0723886 3,490 1.00/1.00 vMB 41
794,184 794,184 0000000000000000000228d3bc3f67f8dcc24abcc4b2eb592e0d5f81a41f33ee 3,198 1.00/1.00 vMB 33
794,183 794,183 0000000000000000000005b2a072823b8aca0e86c8c957d57ce14f4a2817aae2 2,796 1.00/1.00 vMB 35
794,182 794,182 000000000000000000034580a499aba457c044a3773e0e9402c5addb3b81f3a1 2,625 1.00/1.00 vMB 58
794,181 794,181 000000000000000000033e865d2a48bbdb2f42c305f5ab776a9c43b03d738c5f 3,157 1.00/1.00 vMB 57
794,180 794,180 000000000000000000048fcd8b4f49d96c43ade7dcb04700e60c78b08a35ad3e 3,077 1.00/1.00 vMB 21
794,179 794,179 000000000000000000027dc1e299b611f41fa92cef42aae5f0b24c896440a735 1,350 1.00/1.00 vMB 12
794,178 794,178 000000000000000000052190922879e3ee227ecc0fa5dabdb5a1042db1891753 2,068 1.00/1.00 vMB 12
794,177 794,177 000000000000000000027b3d10665b96016ccaea9e8f1dcc5438a78827acd52f 3,321 1.00/1.00 vMB 22
794,176 794,176 0000000000000000000311fe732847fe1b7629324ff5008227a09194c30649f3 4,541 1.00/1.00 vMB 11
794,175 794,175 00000000000000000004d01dad69ca05f71724cbbdb372cd963a0397b37da090 3,362 1.00/1.00 vMB 20
794,174 794,174 00000000000000000000eeb49d3525863dd67cd5a5dce2d41f5855431745917a 3,970 1.00/1.00 vMB 16
794,173 794,173 000000000000000000000e08041c7e0a96567662cba2304e1f09ea220a66be03 3,286 1.00/1.00 vMB 24
794,172 794,172 00000000000000000003edc57c398d6edafff532000daea250ea886798d2655f 2,818 1.00/1.00 vMB 16
794,171 794,171 000000000000000000042bc5762133a2c28e499553402577a96ef2f1cc2dd48b 3,031 1.00/1.00 vMB 25
794,170 794,170 00000000000000000000e4e499a1e261531133bd497fd41838f49f91876eb897 1,510 1.00/1.00 vMB 20
794,169 794,169 00000000000000000000be86d9cd2192ebbe90c4684e6eda46e064dd7651cc55 2,649 1.00/1.00 vMB 28
794,168 794,168 0000000000000000000049078cd6d65311cee886458083a82e67d3210e3a32d9 2,958 1.00/1.00 vMB 26
794,167 794,167 00000000000000000001b250cb4733ccfd62982656d2d3370a0abe5dce3b578c 2,896 1.00/1.00 vMB 36
794,166 794,166 000000000000000000017c0d66d7dbd51b4d3a52fa2f48132c3a7e5e1d41f07e 3,795 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.62 GB

Node Details:

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