Loading Tool

Explorer IconExplorer

Memory Pool

41,637 transactions
29.01 vMB
0.08290698 BTC
Random Selection Loading Transactions
Max Size: 147.94/200 MB

Candidate Block

Mining Attempt 1b74e40ea86e6539f400a584e2ac9e19570d9a37b7f1cdfa1183a5d164dcf29e
Version 20000000
Previous Block 00000000000000000001b25de7d6b46a8948f214d3970d4d7cda994c93f61a8a
Merkle Root 61f9a067847f20d9812d4fd1cd93fde9714a64adc3be7124f2e0f3ea89182855
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,054
Size: 1.00 vMB
Total Fees: 0.02626412 BTC
Feerates: 150.93 > 2.63 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,611 (800,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,388 114,388 0000000000005d6fd9949ec06e6e29795f320d4b9522d1b9252279db3083cc9d 3 0.00/1.00 vMB 3,868
114,387 114,387 0000000000007796c2b5a88076d753fce047eebf1cd7c61e3916a274eecc51c8 1 0.00/1.00 vMB 0
114,386 114,386 0000000000003653d788ea38ee44f822ebbc0171bebfaa70783f7ebfabe46e40 1 0.00/1.00 vMB 0
114,385 114,385 000000000000429a2b1fbfb8eb7a1bac8785467c8fc9fb350a8af383112b6304 39 0.01/1.00 vMB 768
114,384 114,384 000000000000d1e343e80abdaf9182c4243651ce13e847e4454ba9d08510add6 13 0.00/1.00 vMB 1,928
114,383 114,383 0000000000003674f1791fab339ca011007fb26b7a393ca101879bd3b7087802 12 0.00/1.00 vMB 0
114,382 114,382 0000000000001470b9de586af96dc66cc9703adf310c5d336515ef4e356691ca 12 0.00/1.00 vMB 1,291
114,381 114,381 000000000000d2fc01def35e13b0fa4f1a86fd8404c1d93d399e4571b45960f0 12 0.00/1.00 vMB 0
114,380 114,380 00000000000094c10c06f652af30ea79dde0215895c3bde214d6cdcdf2565771 439 0.10/1.00 vMB 10
114,379 114,379 0000000000002156e3cd90f8c357c0184ac1a10e1e8fa5ce983e94d8ea7d8c9f 10 0.00/1.00 vMB 316
114,378 114,378 000000000000b914fda0a314ad49e0a5b74550ea3ad9887d1e39a7795f819564 10 0.00/1.00 vMB 0
114,377 114,377 000000000000c4dd6df61f41d672d72503f36bb80cd863ed1bbe45f682da1db8 27 0.01/1.00 vMB 1,788
114,376 114,376 000000000000c6336b3c2ec0cdec62c06f82d074080e0fcc619c7d1f558339fc 26 0.01/1.00 vMB 0
114,375 114,375 000000000000d533533051998a6c5b930e59d5a25a83c76a689efd3a18059ac3 3 0.00/1.00 vMB 0
114,374 114,374 000000000000a4337405050c6127a11dd6bd05f81585304a01d4c8a8bb900c56 3 0.00/1.00 vMB 0
114,373 114,373 0000000000006f6d862c7443cd89ca8a10aae6382758de57f383e9e96edac447 12 0.00/1.00 vMB 1,386
114,372 114,372 000000000000120c45b9814196ee70ccb043748dbdb649fdee8b095824c10824 33 0.01/1.00 vMB 223
114,371 114,371 0000000000001c5321edeccc0b496b9d54d259971582dbd9cd6710bd7b8d86d4 35 0.01/1.00 vMB 770
114,370 114,370 0000000000008a9bb84ba050b56bfa3c6464fd8de4288457cb10b3b86e26d0eb 11 0.00/1.00 vMB 0
114,369 114,369 000000000000742a4f543bbaf7758ebdfa95498ad176197c1d4b70bd4d59e38e 14 0.00/1.00 vMB 1,339
114,368 114,368 000000000000b54db66054092b95244c8142db9bde2dbde89ecaadce79e09a19 7 0.01/1.00 vMB 1,043
Previous 10 blocks ↓
Total Size: 781.70 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.16 GB
    • Received: 11.87 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.