Loading Tool

Explorer IconExplorer

Memory Pool

42,003 transactions
28.85 vMB
0.06352527 BTC
Random Selection Loading Transactions
Max Size: 148.35/200 MB

Candidate Block

Mining Attempt 09c31072e8cb24af26d3e1ab8a670b04a4dcb172be49a881c95f62953f05b8c5
Version 20000000
Previous Block 00000000000000000001e8eea2fc217de15f4d40d8c46e346c3a22c6ea1dbb3a
Merkle Root 2d472663254fb76518c0f7e6a7415acbc598f429a606cccff08cf9dad77d9a94
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,807
Size: 1.00 vMB
Total Fees: 0.00737519 BTC
Feerates: 100.53 > 0.74 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,619 (422,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,035 492,035 000000000000000000598574acc354fbc710864aa259622a6f579716e947a6b1 2,813 0.95/1.00 vMB 207
492,034 492,034 0000000000000000002f1572f4375b8fc3f9a722114851105d6efe45cc96a60b 2,689 1.00/1.00 vMB 163
492,033 492,033 0000000000000000005eb2dd62105b6d0f0bc9ebc47266b26180b226aa50b098 2,979 1.00/1.00 vMB 209
492,032 492,032 0000000000000000001de58874c76e640cf471a8adca850843c91794ea5a8673 2,364 1.00/1.00 vMB 162
492,031 492,031 0000000000000000007a392cc32061b2290c2ba90f437be3d93f8199d4cad5d1 1,967 1.00/1.00 vMB 137
492,030 492,030 0000000000000000004542aac7367188f9aeeab25d592142dbfbd4665b1a583d 1,873 1.00/1.00 vMB 176
492,029 492,029 00000000000000000017b1a2325fa9c3904a2838aca18c0886cfe224015296d8 2,519 1.00/1.00 vMB 152
492,028 492,028 0000000000000000000eec4bf7c524c9a597ad4cda8c7d3c7fbb678cbc88721d 2,672 1.00/1.00 vMB 170
492,027 492,027 00000000000000000003168628ffbd899dcd8998478f13de9df6950bb678493f 2,353 1.00/1.00 vMB 171
492,026 492,026 0000000000000000003ceb15dda2f07b5cd896803a91dc9304d5ca418d369631 3,327 1.00/1.00 vMB 224
492,025 492,025 0000000000000000000c947e79b86406aaad49a940fc0e9e411036e399e430fe 2,323 1.00/1.00 vMB 175
492,024 492,024 0000000000000000005f0e4b3b89885cad73c6e828e8c2c27a1ddc868244140d 3,386 1.00/1.00 vMB 205
492,023 492,023 0000000000000000006868967af6caa39b13d2364c12a2e4c83fe83d22615188 2,922 1.00/1.00 vMB 181
492,022 492,022 00000000000000000052d857b297cf80486e012eb09129b9dbfb26a95be92434 2,658 1.00/1.00 vMB 202
492,021 492,021 000000000000000000af9e84c580bd9454eba18d394ab2fc92e1e0061ad52653 2,806 1.00/1.00 vMB 195
492,020 492,020 000000000000000000316974ac4858c694cd9d3ba1e2cdbff755183809539021 3,017 1.00/1.00 vMB 261
492,019 492,019 000000000000000000600f97b9bbe3dfbf76967a5a49b0595ebb6b750e96df15 2,628 1.00/1.00 vMB 161
492,018 492,018 000000000000000000af2411e6c863181057859f6ae67933be7f6b8383641003 2,662 1.00/1.00 vMB 167
492,017 492,017 0000000000000000005b4312730ea4e758a559d98a6e7722c3c58a1dc1ce137f 2,856 1.00/1.00 vMB 166
492,016 492,016 00000000000000000027996380a22e5f2b41b7eddc69b16963ad7b12e5ca0909 2,815 0.93/1.00 vMB 207
492,015 492,015 0000000000000000001a9b5eef66efdc674b4681b0f2e8e88af0f8d11046d31a 2,779 1.00/1.00 vMB 205
Previous 10 blocks ↓
Total Size: 781.72 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: 629.67 GB
    • Received: 11.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.