Loading Tool

Explorer IconExplorer

Memory Pool

78,133 transactions
28.96 vMB
0.07005362 BTC
Random Selection Loading Transactions
Max Size: 175.73/200 MB

Candidate Block

Mining Attempt 6d482a5024fc95901414969ea43f555fb2ccbf7a2dd322a6101861c03d3d2260
Version 20000000
Previous Block 00000000000000000000327a49fa6004515b5891bc19fa46a462f6b39127d620
Merkle Root 3df45577e7e83a6b69ebf23ab2e32b841bd6b1738d29e22ef218daee55f89f43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,519
Size: 1.00 vMB
Total Fees: 0.00971380 BTC
Feerates: 149.20 > 0.97 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,090 (419,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,359 495,359 000000000000000000420d67d11661023bfb2b019fdda1cda748fc7a02af3bae 2,282 1.00/1.00 vMB 284
495,358 495,358 0000000000000000000c2fb3d16c653858bf1996e573f7fbb5c8ef8a7691192f 2,807 1.00/1.00 vMB 196
495,357 495,357 0000000000000000006f28bce79ff4397506c9ba0a449a794e221b09d4b1c3c5 2,101 1.00/1.00 vMB 289
495,356 495,356 000000000000000000a44b717118b40eb3fcd274eae942e1f6d89627f3e3727a 2,948 1.00/1.00 vMB 166
495,355 495,355 0000000000000000000885797a3a19d684af4575d2e8ad5762976505f761b64d 2,590 1.00/1.00 vMB 181
495,354 495,354 000000000000000000c802a461b823f5d4343d646fdbb7a734dab5e99822d01f 2,371 1.00/1.00 vMB 297
495,353 495,353 00000000000000000004598ddc942cddb1ff6b17003a1dd7f4108b806a8bf76e 2,189 1.00/1.00 vMB 233
495,352 495,352 0000000000000000003b96092b8ed4e8639b8c32c63c316fd143fe4b011f676d 1,561 0.79/1.00 vMB 125
495,351 495,351 000000000000000000a04f7bf2de2805a833a2cadf2777cc56cf1d48ed9b469a 1,325 1.00/1.00 vMB 185
495,350 495,350 00000000000000000053e9ff9ed35f968abec55b1c1da708b15a99dda46c8b00 387 1.00/1.00 vMB 33
495,349 495,349 00000000000000000035d976a977395f1f4b058fdff90eb30caabee7734c191c 682 1.00/1.00 vMB 86
495,348 495,348 000000000000000000ca58ec94fa876a10a0fc390d9f4b714611ca8fcbef7636 1,031 1.00/1.00 vMB 66
495,347 495,347 000000000000000000439980a07feb55c47df6f7e05454f787d3d37a0d5c7ca5 1,753 1.00/1.00 vMB 59
495,346 495,346 00000000000000000022fe69eb2e0b545ea0a0cf15e6662221b0ba0d1124bf04 2,361 1.00/1.00 vMB 246
495,345 495,345 0000000000000000001172f1ebca17bfaa30cc5303991ec00d931277789fa119 2,127 1.00/1.00 vMB 240
495,344 495,344 000000000000000000cd422b8276fcb51598b5ed87543259cdd4cfdb2c53c7c0 1,593 1.00/1.00 vMB 47
495,343 495,343 00000000000000000046651a49137002cc9bf99907793e059d1497d794bc9caa 2,295 1.00/1.00 vMB 45
495,342 495,342 000000000000000000c479643c5663b1df705d28be451c949f8ef87adc9b74ad 2,604 1.00/1.00 vMB 233
495,341 495,341 0000000000000000008d5f10791aa70054b09c1991574e0e329dbafcac3f8081 2,610 1.00/1.00 vMB 318
495,340 495,340 00000000000000000066de01e52d69cc314c3fbd41ab84be7a334f4e1dd4f4d3 2,378 1.00/1.00 vMB 271
495,339 495,339 00000000000000000027b177c579b4beec4a8ce795099ef2be2665a7c41772f2 2,165 1.00/1.00 vMB 234
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.77 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.