Loading Tool

Explorer IconExplorer

Memory Pool

44,567 transactions
27.38 vMB
0.07301390 BTC
Random Selection Loading Transactions
Max Size: 144.34/200 MB

Candidate Block

Mining Attempt 13a0754b3ac0cff6670ae1c57e0a75d88ad9208fe03c5730e988de34593bc5a9
Version 20000000
Previous Block 0000000000000000000025449f50590d909b1288ad98721336244ae461997fee
Merkle Root 264bbe1d1f708d7de28b7cd0f87e1af3cdb05c263282149a3b17e2b7550647f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,988
Size: 1.00 vMB
Total Fees: 0.02171738 BTC
Feerates: 150.77 > 2.18 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,898 (443,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,248 471,248 00000000000000000096a3e82335ab91c86bfa5f129d88ac4cd436c8e1b0f69c 1,758 1.00/1.00 vMB 598
471,247 471,247 0000000000000000011d3adb8cb07f8b952966b527cde9b3a1bd1fed8845c26e 2,412 1.00/1.00 vMB 271
471,246 471,246 000000000000000000677f121dc018211bbaef0225a89690bec110ee4492cfe4 2,576 1.00/1.00 vMB 318
471,245 471,245 00000000000000000011365930e500322f3168d65186092a6e54efe0b8c528f5 2,369 1.00/1.00 vMB 412
471,244 471,244 0000000000000000011a18a4e3ba33557070e9109317286d899a3273f451141e 1,899 0.99/1.00 vMB 325
471,243 471,243 000000000000000000da12215aacd5856082b6b62569e447d538a3a98e4e5812 1,891 1.00/1.00 vMB 355
471,242 471,242 0000000000000000018f5c04a0372c2d3bd6af973571437ffaff3fc536a2fe8e 1,746 1.00/1.00 vMB 320
471,241 471,241 000000000000000001552f2b6f9bd67a981b3b9b4326ba0a85d50ca36c14d7d9 1,831 1.00/1.00 vMB 331
471,240 471,240 000000000000000001577b4ca3dd7978622ac1eee1c9ec46d7359d2e4c7645cd 2,041 1.00/1.00 vMB 381
471,239 471,239 0000000000000000005b237e68a45be8157532ed080debbc53b211f83df24ec8 1 0.00/1.00 vMB 0
471,238 471,238 0000000000000000019cde1a8ffcde71b02bbedf7a77abd9430a9ab8408d0d2e 2,121 1.00/1.00 vMB 389
471,237 471,237 000000000000000000c486c8568e607cbc294f05284340638a57af06025789fc 1,356 1.00/1.00 vMB 493
471,236 471,236 000000000000000001521831eb807c85f7b5ef825e8ead8c55539194491948a6 2,412 0.99/1.00 vMB 371
471,235 471,235 00000000000000000071d67198b338f60f2250fadd836c487e3b19abfee2c7af 2,856 1.00/1.00 vMB 450
471,234 471,234 000000000000000001399ead669f858e762c43cabac79acdaa853642d9c822b5 1,548 1.00/1.00 vMB 161
471,233 471,233 0000000000000000002532ff896e87a8b52d6edfc74342e9ba0972a666337a44 1,874 0.99/1.00 vMB 407
471,232 471,232 0000000000000000005a097b7b69fcbb84946f7865e563399b19039ef4bf92d1 1,856 1.00/1.00 vMB 186
471,231 471,231 0000000000000000002c479e86e24c858cfb7ac7de1b4884f1ead622fe17f5d0 2,137 1.00/1.00 vMB 435
471,230 471,230 000000000000000000dff67ae260f7a0d77aad45e04a8ff2ad8a217d06b9c8e3 1,166 1.00/1.00 vMB 195
471,229 471,229 000000000000000000b54ad5b85ad994c3ae14867e7882fe1c87a572f43ef0f5 2,061 1.00/1.00 vMB 136
471,228 471,228 000000000000000000563e267614149cb4279413b607fd984e95beaf5497b326 2,371 1.00/1.00 vMB 340
Previous 10 blocks ↓
Total Size: 782.21 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: 654.29 GB
    • Received: 14.12 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.