Loading Tool

Explorer IconExplorer

Memory Pool

50,273 transactions
29.15 vMB
0.10361845 BTC
Random Selection Loading Transactions
Max Size: 154.94/200 MB

Candidate Block

Mining Attempt 76ac24dfe2019660fefd509cc7bfe541883ee63f08d6213c52973a7a3a9631a6
Version 20000000
Previous Block 00000000000000000000d375a3af0e2e764f1452aa44a1610bb3f0f4ff2602e2
Merkle Root f96790f6a6396b2672dccabd8ad83cd629d9c57e404965e44d6a521371b4ee7e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,957
Size: 1.00 vMB
Total Fees: 0.02653605 BTC
Feerates: 70.48 > 2.66 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,712 (796,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
118,137 118,137 000000000000267da51b89482e2229f3d6173b3e98c8962fb74b5beb25f8183d 1 0.00/1.00 vMB 0
118,136 118,136 0000000000008081e361088087c80bf63b6e58416d2f6e7cce39c7d9e53bbcf2 1 0.00/1.00 vMB 0
118,135 118,135 00000000000048bdb861d7f0e01467bd31df84890f8b1ebc213b69727d145fba 6 0.00/1.00 vMB 0
118,134 118,134 000000000000bb193f298e49816c779d42fdc93374bf17d2ce8e8aab3da392df 10 0.00/1.00 vMB 0
118,133 118,133 0000000000008e85bd8e25c1b6613171be99a6cf06711c9f9076b9018fc47434 5 0.00/1.00 vMB 0
118,132 118,132 0000000000007654900c9b1333e332f84001c6f7ce02e43e1ea699246e21457b 3 0.00/1.00 vMB 0
118,131 118,131 000000000000328a3fab041d4591aef4d0738e0d2287238831c12497239447c9 2 0.00/1.00 vMB 0
118,130 118,130 000000000000374d704223eb5f74f246b613f4d47376cd1394e87e9dbbb5cfb9 6 0.00/1.00 vMB 397
118,129 118,129 000000000000412f1bdf2dd180dc488f68b1288948d31d06d4dcf1fc33618f3e 11 0.00/1.00 vMB 241
118,128 118,128 0000000000008e2e91cd1700aba5467fdccad361afc5cb7f2aee939dd6ce034a 1 0.00/1.00 vMB 0
118,127 118,127 00000000000008b96fc5eca36ef268d4df8c4c7dae6bd11686e473766a6e8a2c 6 0.00/1.00 vMB 446
118,126 118,126 0000000000002e4ebda87ffc3dc154dbe4d3301308a56b9d060d635e0ec9070f 10 0.00/1.00 vMB 1,082
118,125 118,125 0000000000006bc4823eae5eb70d1677522fb547fe41f86fd2706da870f957d5 8 0.00/1.00 vMB 1,108
118,124 118,124 000000000000c9b9f28c8a5decb832f070b09e8745ddce34cb4b3cb362fc8ec6 7 0.00/1.00 vMB 1,382
118,123 118,123 0000000000009b74fbf87f3f4aa5ac9cd8cfd9029c2a9becaedffae939d62f36 13 0.00/1.00 vMB 815
118,122 118,122 0000000000003dfcde25197f3e0e39650d3366cbfd0995467dc3cc2d7000c0a0 10 0.00/1.00 vMB 265
118,121 118,121 000000000000b76b01e8af6725321860071d1a2d4e11dc68ca1587738e0d700d 10 0.00/1.00 vMB 0
118,120 118,120 000000000000ae8e96b9876d5315c4dfba63db7999d67ae3a3dd2f42a756fa46 1 0.00/1.00 vMB 0
118,119 118,119 000000000000aea2dd7915030aa1b2ee205692a2adf922356ebeb20ea4597878 6 0.00/1.00 vMB 0
118,118 118,118 00000000000088919c83fa05ca1954accec67d94a05f32e6813b1f6972d1f355 3 0.00/1.00 vMB 2,237
118,117 118,117 00000000000066db7631090a215f308d55036a247b240c5730e3cd41bdacd1e1 5 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.88 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: 645.06 GB
    • Received: 12.67 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.