Loading Tool

Explorer IconExplorer

Memory Pool

47,309 transactions
29.28 vMB
0.15952053 BTC
Random Selection Loading Transactions
Max Size: 153.16/200 MB

Candidate Block

Mining Attempt c4fa4f5f12b4d0041f2349189f145d145a005e20f67d60f525628bbe9a87151c
Version 20000000
Previous Block 00000000000000000001df143f900493685d6623e4901f699b33fb4601190dde
Merkle Root f3aedbcf84797e220d6974979c6cdb71f30a1083bf7b14d2de1351dc7a182de6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,683
Size: 1.00 vMB
Total Fees: 0.04689921 BTC
Feerates: 200.91 > 4.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,708 (83,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
831,148 831,148 00000000000000000002d9c376138639211b79d49a7b27ee97d3dbe66fdd018d 3,306 1.00/1.00 vMB 29
831,147 831,147 00000000000000000000a080294db7f08ce3984d2d9eaeaf659efd5357bb8696 2,963 1.00/1.00 vMB 30
831,146 831,146 000000000000000000015259988910ece80aacc3d60c7458e269b75fb6b67265 2,989 1.00/1.00 vMB 40
831,145 831,145 0000000000000000000161f026f98bcce19434c4e09a1d9d2b93f9a4e584b68d 2,623 1.00/1.00 vMB 47
831,144 831,144 00000000000000000001d0f9c8117e90c9b9c78ddbd4e2e5bcee32f4c7d8dce8 2,170 1.00/1.00 vMB 14
831,143 831,143 000000000000000000020fe971a6b058738b2c3dd42dc403dc3df1168224b509 2,703 1.00/1.00 vMB 20
831,142 831,142 00000000000000000002edf0f73926625905da3359a8c5985d8396a04942222d 3,371 1.00/1.00 vMB 24
831,141 831,141 000000000000000000022eb9dba6d7c3e158825f8db805c5a839d33098d90072 3,586 1.00/1.00 vMB 27
831,140 831,140 000000000000000000026349688c7413a926f69d945b1ac13f81ee86c43da292 1,981 1.00/1.00 vMB 14
831,139 831,139 000000000000000000006b2d56c8f1d9fe97e8512219384cfd84600f24048974 3,052 1.00/1.00 vMB 14
831,138 831,138 00000000000000000001591e49fd1ec74a2bf1ca40a4bcac8cf7fb5ca1dd0211 3,438 1.00/1.00 vMB 28
831,137 831,137 0000000000000000000361d2986e405cff2901965e54ac72bed0c3bb737dc332 2,755 1.00/1.00 vMB 20
831,136 831,136 000000000000000000007273d1e5d7023f7f318e28172aeecbdc45292a9aec08 3,565 1.00/1.00 vMB 32
831,135 831,135 00000000000000000002ceeed982fc3940fcc532497d27240274c52b2e0eae34 3,557 1.00/1.00 vMB 20
831,134 831,134 00000000000000000003586783e1eb0b5809f83bd38673c62239a4b614d3b8f0 2,319 1.00/1.00 vMB 14
831,133 831,133 0000000000000000000052724aaca9c494d0e2e9a380c0366a6c0e3f0a66b8e8 2,830 1.00/1.00 vMB 18
831,132 831,132 000000000000000000001ff7474ad04948b7c3afc08b101d1cefa30b10ca4012 3,085 1.00/1.00 vMB 21
831,131 831,131 00000000000000000003071dc26389c34c02904e789cbb9d49251669e80d1dd1 3,319 1.00/1.00 vMB 32
831,130 831,130 000000000000000000024b34aa18e1cae5acc80b417c4741e4931ce951b5a885 3,426 1.00/1.00 vMB 31
831,129 831,129 0000000000000000000008f4a196242e3a9cd6a2db21bbc86d2fb7b97bb94cf0 3,040 1.00/1.00 vMB 22
831,128 831,128 000000000000000000031cf5ee0426a26d44bf95cc643b6728d44754982e964d 2,743 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.87 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: 644.99 GB
    • Received: 12.63 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.