Loading Tool

Explorer IconExplorer

Memory Pool

37,805 transactions
27.16 vMB
0.06029943 BTC
Random Selection Loading Transactions
Max Size: 138.06/200 MB

Candidate Block

Mining Attempt 2ed94f34f57b6b0ad0b15a72259800b570c8140eb99d84ec2e28a419a00ee3e1
Version 20000000
Previous Block 00000000000000000001387128703dc8e100fb66dc8413c1f0d759bd7170a104
Merkle Root a6745aa316b8fdca11a1833a1cf57f1c357de341726638473f707deb646f9f6e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,723
Size: 1.00 vMB
Total Fees: 0.00907529 BTC
Feerates: 60.16 > 0.91 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,638 (448,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,745 465,745 0000000000000000001df498d89e83cbd2619aba02dd40eef3acba7408586386 2,330 1.00/1.00 vMB 181
465,744 465,744 00000000000000000063e69fadc45fae21c6114e7ff1cc9fdce081f39af57dd9 2,271 1.00/1.00 vMB 235
465,743 465,743 000000000000000000a3398c25933e4b62de35b08aa81e0b3eae6ab23b627535 1,942 1.00/1.00 vMB 170
465,742 465,742 00000000000000000056646207a69734c813f228b0cb982f3fb36eff18e24b08 2,095 1.00/1.00 vMB 242
465,741 465,741 00000000000000000165956d05e7e7d5862e7d283f5616ddf478187ece676693 1,818 1.00/1.00 vMB 207
465,740 465,740 0000000000000000016c120057b427a11eff8df26d68172bac1bcf2aa54f4e8d 1 0.00/1.00 vMB 0
465,739 465,739 000000000000000000c31e8aca4833f69c2e7aa0facb706048723dcd17f8c1b7 2,716 1.00/1.00 vMB 275
465,738 465,738 000000000000000000b2d10ed08bb8a9273aae2fbc9ff0096b6c2aae00fcd0a1 2,229 1.00/1.00 vMB 179
465,737 465,737 000000000000000001881b9edcc947cb7ebdf2ce7453a5179bac471627dbc0b5 219 0.06/1.00 vMB 635
465,736 465,736 00000000000000000046e8ad24cc31994cfb3ef6c37fcf56a4922c5387a17c7a 2,181 1.00/1.00 vMB 223
465,735 465,735 000000000000000000bab17297796a3e3c2341bd934fccd8ca4abc0e895d900b 2,021 1.00/1.00 vMB 180
465,734 465,734 000000000000000001a3f1da32ddad5f5f8234a9909eda4c7885377c3da23879 2,573 1.00/1.00 vMB 253
465,733 465,733 000000000000000000cbcae8206e63138ae26e346c41b69df542e7f3862e997e 2,295 1.00/1.00 vMB 264
465,732 465,732 0000000000000000003fb24c5791e3fcebaa234d117786fcab8775275fed5d6b 1,568 1.00/1.00 vMB 202
465,731 465,731 000000000000000001c6135506f9e722a6a535f0514021a03cb9ba21e4586538 1,705 1.00/1.00 vMB 155
465,730 465,730 000000000000000001678eea423b7acccfda7d98dab8ce440a3f9ed8fd82ae57 1,091 1.00/1.00 vMB 171
465,729 465,729 000000000000000000d2b29d99ea8330a799029f6dc4444cc6b3a0f12b13b1bc 1,129 1.00/1.00 vMB 215
465,728 465,728 0000000000000000017d93e7bfc671ddc2460559ce43be95b4d8e58c820bf168 882 1.00/1.00 vMB 199
465,727 465,727 0000000000000000006fdea24fdf676dd9146e90d06aaad7ba85349fa6a3d5b5 1,882 1.00/1.00 vMB 318
465,726 465,726 0000000000000000017cab075edae3f0e5c3ba627d1ab396f699e72d2375ed8d 2,320 1.00/1.00 vMB 254
465,725 465,725 0000000000000000003795737cf94af12b25ab9c02dbd9e84ae6a54a60601ed8 1,871 1.00/1.00 vMB 231
Previous 10 blocks ↓
Total Size: 781.75 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: 631.27 GB
    • Received: 12.06 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.