Loading Tool

Explorer IconExplorer

Memory Pool

47,306 transactions
29.13 vMB
0.15618381 BTC
Random Selection Loading Transactions
Max Size: 152.49/200 MB

Candidate Block

Mining Attempt c7e63f9d7b49be42ac9ae512ad7952ecac257d01879ac43a4c0dc9323927c913
Version 20000000
Previous Block 000000000000000000010632e62ac54a943f30bde5587337bc0da0324a5b3c27
Merkle Root 6041a31358c43b56dea5f2fbf4436d5852a4dc6a098621983cb17107613c6666
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,818
Size: 1.00 vMB
Total Fees: 0.04135277 BTC
Feerates: 77.33 > 4.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,707 (836,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
78,256 78,256 000000000063f679bb72752b625a25a560e410644ea447bbfabbd80df1159d31 2 0.00/1.00 vMB 0
78,255 78,255 00000000003b8d64c0ba2123b987aadacac17c9d3bf05f14a059f45b35c6421f 2 0.00/1.00 vMB 0
78,254 78,254 00000000004c72e9f4a1efbf8eb586f3dea1e21bf9c4569f8595c94bc6f3a0e1 2 0.00/1.00 vMB 0
78,253 78,253 0000000000336c50ce01ba7071042db547a72816df10ff0614102d275d49118b 5 0.00/1.00 vMB 0
78,252 78,252 0000000000544e62fb996412c64042c703ab19fca09e2d069fd90afc59e3e60d 1 0.00/1.00 vMB 0
78,251 78,251 00000000003ce8faf7aa8580bd7b9fc465efead4776ebf876190ec4234d47f90 1 0.00/1.00 vMB 0
78,250 78,250 00000000001f793d41040624fd2309a8fed611f0496d69d3aed2d59f28d16562 1 0.00/1.00 vMB 0
78,249 78,249 000000000064e5269e2952c735154aa8284178eeb27b55a9b2406f9cdb039dab 2 0.00/1.00 vMB 0
78,248 78,248 00000000002ee77ff96d4d11c482cdd35cd37af18de61ab750f294a771942d89 1 0.00/1.00 vMB 0
78,247 78,247 0000000000158d82c7652844dcffe11f835e3688804b8ef0f989ef7a013331a8 1 0.00/1.00 vMB 0
78,246 78,246 000000000028eaa4b01c2d5614764d51576b1110a52af7a64a3abc20a804bb2b 2 0.00/1.00 vMB 0
78,245 78,245 000000000036e0a34b9f534b9214b86e48addd22517efc73b7d122f071c5463c 3 0.00/1.00 vMB 0
78,244 78,244 00000000001673fc670beec13eb907b93d7df1a9fce1f0ba22b2069434c666b9 4 0.00/1.00 vMB 0
78,243 78,243 00000000006312827645848136a0b61f14e8dff62e1bb6d28f43940d77aa1d45 1 0.00/1.00 vMB 0
78,242 78,242 000000000008aa1c62ba5f4df53ac3cf2bd99a68fb7989ad02a6fb1d35e764ef 2 0.00/1.00 vMB 0
78,241 78,241 00000000001c86285b1c9a4e8ebf9004159d4df10255773542e25097c0a872f8 1 0.00/1.00 vMB 0
78,240 78,240 000000000024289c68defea7701458b429951b7d6d1dd497d3214930d1ff63e5 1 0.00/1.00 vMB 0
78,239 78,239 00000000005be889b918b1062d38e21668e87614b680f7fdc2845e047cc651c3 1 0.00/1.00 vMB 0
78,238 78,238 00000000003f798605b0e54805a5c99e1154d6732bc09338b54e0c49fc281067 1 0.00/1.00 vMB 0
78,237 78,237 00000000000be37de0ed8ad7c08ed6494c5aaee327a1ebf7abf2f11cdfab5021 4 0.00/1.00 vMB 0
78,236 78,236 00000000000f37cda7c7b4ca125fc6d5e647417e14d6a07e5618151d2cdbf2ff 1 0.00/1.00 vMB 0
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.67 GB
    • Received: 12.62 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.