Loading Tool

Explorer IconExplorer

Memory Pool

78,528 transactions
33.52 vMB
0.14848039 BTC
Random Selection Loading Transactions
Max Size: 189.57/200 MB

Candidate Block

Mining Attempt ef973d049c9ee0787a1975e2bf4903a78e90e7a833d66cb3749f6c3b7b2a59cb
Version 20000000
Previous Block 00000000000000000000bb7fa09d78086bb333e351a7c3129fff08c9216ebf57
Merkle Root 64e7f8034a5d38056c1f957a5806854e9f5427912e79abb3f0df1aecdfe3eff5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,483
Size: 1.00 vMB
Total Fees: 0.03826259 BTC
Feerates: 150.61 > 3.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,421 (25,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
889,843 889,843 00000000000000000001b0de8335197c2b5516c11482229bc9b3f9105a8d8ed2 132 1.00/1.00 vMB 2
889,842 889,842 00000000000000000001b2b4928426f268607fb73ea9c400cb30caed2f51626f 548 1.00/1.00 vMB 2
889,841 889,841 0000000000000000000037eb0a58756ea8d1bfe44bc749c2474f4e2cd7dfc3c1 814 1.00/1.00 vMB 2
889,840 889,840 000000000000000000011b732022c4404353531f3ab70aa0d36b25a4cc1d41ce 239 1.00/1.00 vMB 2
889,839 889,839 00000000000000000000e3f0be94f3a08561cc5e929647b3d573cf2eb6f8db0e 1,152 1.00/1.00 vMB 3
889,838 889,838 000000000000000000010119115b2b0642f09c42097e8255d6fb82189cfff7da 2,178 1.00/1.00 vMB 2
889,837 889,837 00000000000000000001cff27480516bdc7675025fd7fc3e8e5ee640abb98048 3,560 1.00/1.00 vMB 4
889,836 889,836 0000000000000000000231b76a42f3c89c75b422b06cb34cd111014f64262f2d 3,095 1.00/1.00 vMB 6
889,835 889,835 00000000000000000002375a38c26b7b3f63a41753497c266900dbf24a1619e3 2,968 1.00/1.00 vMB 6
889,834 889,834 00000000000000000002345d6fef14be2a4130220a9915c5dc8808e2f1f17555 3,470 1.00/1.00 vMB 6
889,833 889,833 0000000000000000000167f2980cb43e10edd039baf1a9b1f08fae2d2c5f3904 3,272 1.00/1.00 vMB 9
889,832 889,832 000000000000000000005fa024faebec3fa6b310a82ffd60b75baeaf578cd59b 2,576 1.00/1.00 vMB 9
889,831 889,831 00000000000000000000cf2ea59c18fe184f9d5940fe46b9fb60eac6d353c7c0 3,735 1.00/1.00 vMB 10
889,830 889,830 0000000000000000000190831ab103edd67eb89d2aa0f05d155a6990036866c9 3,490 1.00/1.00 vMB 7
889,829 889,829 0000000000000000000228f9f574cc59d65bcdbbba95b5b0dc69b0da6313226d 3,459 1.00/1.00 vMB 12
889,828 889,828 00000000000000000001462479aa57798b103b66540663d20447c40fc3f576c2 3,772 1.00/1.00 vMB 4
889,827 889,827 00000000000000000002694590ea85b86149b4256a036fbaf8d4a185e07ca3c1 3,506 1.00/1.00 vMB 7
889,826 889,826 000000000000000000000d9c8a200633d8918c9f1807a13c1c5bdfc80d57ebcf 3,318 1.00/1.00 vMB 4
889,825 889,825 00000000000000000001aa3129fd9ad8aeda5681a8d5666c2ccaa3b3950a662f 1,957 1.00/1.00 vMB 3
889,824 889,824 00000000000000000000314001dc31f167d370aed54963a68cd0e77eeb8cd43d 2,449 1.00/1.00 vMB 4
889,823 889,823 00000000000000000000f8e3507b01ead941639591748b47399a512d0edbc199 3,109 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 783.12 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: 738.02 GB
    • Received: 18.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.