Loading Tool

Explorer IconExplorer

Memory Pool

12,657 transactions
5.99 vMB
0.01710353 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 34.13/200 MB

Candidate Block

Mining Attempt ec40b1eb9975edd5e55526f9de860b32e33a10a9ba42ffecf3fcb02feb9f6498
Version 20000000
Previous Block 00000000000000000000dbf0452f4a1cf39f2a192031068182b97b884588aae2
Merkle Root 40900d5f0950212f3aa3ea84bab2aed2429d8a59c6798c65925ab24b1d1aaf58
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,071
Size: 1.00 vMB
Total Fees: 0.00676907 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,446 (712,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
200,795 200,795 0000000000000030ae341f1c2fa64dcb65b6bb356e8fc04637e16e884e8bdeab 34 0.01 vMB 125
200,794 200,794 0000000000000229ac2578fbb54e173b76d0ab22226fd152cce0b68a8a1b6bf5 9 0.00 vMB 82
200,793 200,793 0000000000000453f8f4333fe1ce3bb63d855a7bb7cc8129238bf457bff6544a 63 0.03 vMB 77
200,792 200,792 000000000000024f0abd34d8d69cc1c6d715c3f9ad671ee53f883a4a2d077d3c 19 0.03 vMB 42
200,791 200,791 000000000000004e4a1ecaf81bfe96d37be4c9f058183f29099b5c83599dec82 84 0.04 vMB 134
200,790 200,790 00000000000000b88b16c6f4c4d7ae44a093c22b8c58ee132763bd27df98be4f 159 0.07 vMB 159
200,789 200,789 00000000000004ab038f7b1af7e2febc381ebef0e58868b73ca791e6f0006f81 68 0.03 vMB 114
200,788 200,788 00000000000002fcaa3254788da0a72e605e53de826ab9113aa6a52ed4fe5b71 159 0.16 vMB 38
200,787 200,787 000000000000016f6e39f6bd372d1654261637c40475116d10bc412980c92dde 141 0.07 vMB 88
200,786 200,786 000000000000059e55dbb8820677a5249f6aa1d008cbea0847077b66b181a756 19 0.01 vMB 804
200,785 200,785 0000000000000295b9e717f7fffc9d2de3fd0ec78a5cd7c6f444602290942c59 24 0.01 vMB 142
200,784 200,784 000000000000003642b22a18f0343ab2cc52844689b56f4673691ae1a323cd08 152 0.11 vMB 101
200,783 200,783 000000000000051335b703f106e76429483527b6d3a39a58fe2a9ae7e1cb5a59 126 0.05 vMB 112
200,782 200,782 00000000000002a698d35a1e2f287f3fcb95992ead8c16ad1ea3116f1aed0c59 68 0.03 vMB 182
200,781 200,781 0000000000000285f407f35fbe85ccb250e8a47ff269bdfbb3acf31b7d0a24f9 258 0.13 vMB 164
200,780 200,780 000000000000004bb40f26218d32b995913a732c25f49e2521e66fcff8432013 149 0.07 vMB 111
200,779 200,779 00000000000003fbc532716556abef2b840148876e06d3e4c885d58937b51b82 235 0.07 vMB 370
200,778 200,778 0000000000000310df2f5c45e59c715074ef76fa507758798ad350e66a605c6f 55 0.02 vMB 114
200,777 200,777 000000000000005f51540574eb2612ea79e5c4cdf00b6d0311ae060c6116828d 126 0.11 vMB 96
200,776 200,776 00000000000000650ee4e7f3b4d7701fa024dcac35cacb67c193a64aee7f8bc8 85 0.04 vMB 217
200,775 200,775 0000000000000473f12b7d3f8a24832caee75e239d227355ea5d6edc22f092bc 345 0.15 vMB 159
Previous 10 blocks ↓
Total Size: 779.65 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: 306.45 GB
    • Received: 1.43 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.