Loading Tool

Explorer IconExplorer

Memory Pool

43,585 transactions
26.67 vMB
0.06424136 BTC
Random Selection Loading Transactions
Max Size: 140.12/200 MB

Candidate Block

Mining Attempt 19b8e110151b93ecd00528334dfe9a404fd58f87143c0ddfbcc9dc8de83bdb8f
Version 20000000
Previous Block 0000000000000000000040c9dd43a317cb50e762798e0667d30b0669a8a6fa4f
Merkle Root 6feed8ba3a6f3702dbab5d4c6d852cf43df56f97ba7b47ca62d18efdadd6c98f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,787
Size: 1.00 vMB
Total Fees: 0.01483333 BTC
Feerates: 73.20 > 1.49 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,879 (133,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
781,154 781,154 000000000000000000009e65dc9ebfa7d4c5387af83f580e645e60db99f2cb84 1,624 1.00/1.00 vMB 20
781,153 781,153 0000000000000000000656d6d1268399e84a29b4f6cf08189a5694eaedbd3894 912 1.00/1.00 vMB 10
781,152 781,152 000000000000000000002b16606e18f7881f6168cc63180945adca95f9f0fe99 986 1.00/1.00 vMB 11
781,151 781,151 0000000000000000000234361e0df58e733e239ab8b4fdd6dee0ace3e09a67d8 1,042 1.00/1.00 vMB 11
781,150 781,150 00000000000000000005aeddffa04f1ea6a8de29c85d65af681f04741c69a9a2 1,051 1.00/1.00 vMB 13
781,149 781,149 000000000000000000055062849b7dff0fbfd356f453c1184c4a5a3fbb709362 1,539 1.00/1.00 vMB 22
781,148 781,148 00000000000000000000e85cf136d5a45e16d8286a14be0a429c4f2876425329 987 1.00/1.00 vMB 26
781,147 781,147 0000000000000000000314a714e0ec405f2413b4c3bbf2e3c8f1e7258f553160 155 1.00/1.00 vMB 3
781,146 781,146 0000000000000000000042206ea5e0e7576c3ea1772b1ab89c33a3ff679f41f4 1,287 1.00/1.00 vMB 14
781,145 781,145 000000000000000000028c8846a98aeae469a7d018b50d8a0556d30baf2adfb0 990 1.00/1.00 vMB 10
781,144 781,144 000000000000000000058bec7d0d267cf15c9629930fbc43242fd5a9c16b29bc 448 1.00/1.00 vMB 9
781,143 781,143 00000000000000000002c46784dee06651626fe71aaae48540c7d6f9eedfb9fc 234 1.00/1.00 vMB 7
781,142 781,142 0000000000000000000476b77edaacd3e4ee73e4e8892cbc013a96e60c74c7df 1,690 1.00/1.00 vMB 17
781,141 781,141 00000000000000000004eff2f4b4af97e31bb23eaa37ff86629b103b0597c612 2,493 1.00/1.00 vMB 13
781,140 781,140 0000000000000000000375ca29ac920b5f8d0d5c7ef11bf09c8ff2a09c866016 2,936 1.00/1.00 vMB 32
781,139 781,139 0000000000000000000405e682d9f5522b9f4377a6bc34a0e762a3655c9b3746 3,043 1.00/1.00 vMB 32
781,138 781,138 00000000000000000005858b1a4abd0c45479e1918a6ff7ce2b661991dac81eb 2,449 1.00/1.00 vMB 43
781,137 781,137 00000000000000000004dbd0459a78431a21b7c973fa81c5a7b4676f7046638a 1,795 1.00/1.00 vMB 19
781,136 781,136 00000000000000000001363548cb3f105d319ff69245412aae494eb390797e58 3,319 1.00/1.00 vMB 35
781,135 781,135 00000000000000000003a1ae1bccc76f364944b036e46abbaa16cf1413eff022 2,189 1.00/1.00 vMB 48
781,134 781,134 00000000000000000000670c8933850157f2c7d0e7e40cd79bf63ff65a1f0cb6 2,556 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.17 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: 653.56 GB
    • Received: 13.94 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.