Loading Tool

Explorer IconExplorer

Memory Pool

79,067 transactions
29.29 vMB
0.09646584 BTC
Random Selection Loading Transactions
Max Size: 177.05/200 MB

Candidate Block

Mining Attempt 9b6e94c073d41b9845018ecfbd7bc601889c56d615af51bb1226eee14e0f360c
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root b15e653968bfb4f9539201e8c5805701c2dae0e38fc3f88fa238fae9e7f44515
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,258
Size: 1.00 vMB
Total Fees: 0.03451406 BTC
Feerates: 150.62 > 3.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (419,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,144 496,144 000000000000000000c1f2b8371c12cda316dcb6204bcf788ea531737266e945 2,151 1.00/1.00 vMB 153
496,143 496,143 00000000000000000077c8bf197ec60934634f9f39904cdcb0cc968b65bb390d 1,909 1.00/1.00 vMB 126
496,142 496,142 00000000000000000052b2c7d09c64eb72a9ec5aef8152ecc397e7b73080f401 2,009 1.00/1.00 vMB 68
496,141 496,141 000000000000000000ad576938a2bfb0a55a60a312cfe331fbf8704a39c6f692 2,734 1.00/1.00 vMB 179
496,140 496,140 0000000000000000002f19988812fc28ebc2bcdf603a670326a9b6d1178f05ee 1,564 1.00/1.00 vMB 7
496,139 496,139 00000000000000000011512d8cd642cec55bacf1c88d2d6f7bb5a321f0cbe8f8 1,604 1.00/1.00 vMB 117
496,138 496,138 0000000000000000008ea2ba7023a004fd780389b980dba5e41cf9dc73cbc873 1,932 1.00/1.00 vMB 65
496,137 496,137 000000000000000000b0af5146d40b5ec7f142a408ead333e2ea43bd32969910 2,551 1.00/1.00 vMB 172
496,136 496,136 00000000000000000054af560d227b0151fddd1abbf626ae70cfa1b890008104 1,031 1.00/1.00 vMB 28
496,135 496,135 000000000000000000b75c5ac97808ac37b7f5ed5efd99cfef88b0d7e27445f1 2,245 1.00/1.00 vMB 98
496,134 496,134 000000000000000000185cfc458e523b8624477ad2883500344a745391e3d9db 1,340 1.00/1.00 vMB 29
496,133 496,133 000000000000000000a3afbb3d7d5a56b0e2be41a4735c5c6c2fa9d61ad3dbfd 2,097 1.00/1.00 vMB 124
496,132 496,132 0000000000000000001934f56fc68635f6928d14f7fed95f85564d772f950ce9 1,752 1.00/1.00 vMB 78
496,131 496,131 000000000000000000c485c55a45d250f002075a320e50e5ba206513ff222657 2,107 1.00/1.00 vMB 180
496,130 496,130 0000000000000000007e24c22e5d3cd3d691d9f621080c48654fe4611ed95486 2,202 1.00/1.00 vMB 31
496,129 496,129 000000000000000000b5df1ccb62f6d7ae350c9f189445dd95382dcea2314ace 2,520 1.00/1.00 vMB 29
496,128 496,128 00000000000000000073728aeabdb11f4f1c372dae9db7b511980a2db07946ef 2,319 1.00/1.00 vMB 140
496,127 496,127 0000000000000000006a28e23e0b3426b73fe109b2fe4948a18e5248eef0fdbc 2,257 1.00/1.00 vMB 153
496,126 496,126 0000000000000000008a30f1539c346a2c36a7882f1ad39b46c5da9a80b05c01 1,278 1.00/1.00 vMB 135
496,125 496,125 00000000000000000045c5076287ae7ffda6cbd29dc7d7d723cfcdf430ae0a50 1,668 1.00/1.00 vMB 147
496,124 496,124 00000000000000000087899c97043166e77c706943a06bf1efdde6c219379809 2,511 1.00/1.00 vMB 203
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.