Loading Tool

Explorer IconExplorer

Memory Pool

82,666 transactions
31.75 vMB
0.11591733 BTC
Random Selection Loading Transactions
Max Size: 190.83/200 MB

Candidate Block

Mining Attempt 6022e4629117b9220b2d51178aa9ed6a072d3e0713e43afa6e3eebad89e3bfc4
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 27b432348135d5d37db4be53ddd37f9af15f5f2a7e1dead91b2d22ac5d139366
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,485
Size: 1.00 vMB
Total Fees: 0.03054060 BTC
Feerates: 318.30 > 3.06 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (490,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,381 424,381 000000000000000000414db297c663a241c22aadf91970a940df15eab42e7e72 1,902 1.00/1.00 vMB 60
424,380 424,380 000000000000000002c38415b64ba18ebb0e2e01962fdf146daf8072ca067108 344 0.18/1.00 vMB 56
424,379 424,379 000000000000000002066cbad5422680f9e50a6a6402d0a6ee6f4357d9377df3 2,061 1.00/1.00 vMB 58
424,378 424,378 000000000000000000af5d4a28a4d4258474a7591b6a609aadd7c3a58aec449a 1,699 1.00/1.00 vMB 41
424,377 424,377 000000000000000002aaeecb4c55edce4e7f4e2a6e249035f58e8d892c3f22ee 2,214 1.00/1.00 vMB 82
424,376 424,376 000000000000000003d972fa705006e0b12624aa97937f15c59db3b304444b95 2,035 1.00/1.00 vMB 72
424,375 424,375 0000000000000000030bd86614d83c886352222f2c420b1dcd05a7f77a6dfb16 2,228 1.00/1.00 vMB 61
424,374 424,374 00000000000000000294dfb008fa13db79c42d752428f1f403ab3826f15d029e 1,916 1.00/1.00 vMB 46
424,373 424,373 000000000000000004c079fef06dcf3ea37ff0ca67a3c4d77964b59bf1c43f40 2,599 1.00/1.00 vMB 55
424,372 424,372 000000000000000001e5d14c193838d6536b39eaa2ee1ba5260279d40dde4bba 2,907 1.00/1.00 vMB 141
424,371 424,371 000000000000000002605fe8ce8358b10d20903e1fa75d8a8dbaa280e47fe068 2,684 0.93/1.00 vMB 82
424,370 424,370 0000000000000000006def301b381b1d8b95327a215f1cc5ed3b87dbacc66087 2,314 1.00/1.00 vMB 99
424,369 424,369 000000000000000001a3ac16978b7223aff8c702933ce108ab8de0f618801cb8 1,839 1.00/1.00 vMB 60
424,368 424,368 00000000000000000266179e7c1cee9794d2f5c928ebed085eb6dde6c44fddc9 2,364 1.00/1.00 vMB 74
424,367 424,367 00000000000000000232f4387f223042ae8f19b046f52a15d935608352af5a75 2,696 1.00/1.00 vMB 71
424,366 424,366 00000000000000000205aac0b21ce743bb5eebda8c3c8fc12823d6f65e819988 640 1.00/1.00 vMB 36
424,365 424,365 000000000000000000ac342cd5b97ac935c5f716b0d07b4d4f7534d1b6354100 2,994 1.00/1.00 vMB 124
424,364 424,364 000000000000000003068571045cf83c69f8deac258bc754c6490951a3b0b1b0 1,901 1.00/1.00 vMB 98
424,363 424,363 000000000000000004fd9409e16119766230083dc18cfd463eed41494b96d6a6 811 0.37/1.00 vMB 66
424,362 424,362 000000000000000000ea3dc98a996fb51727fac46accc1b87e105e2e29ca18dc 863 0.98/1.00 vMB 23
424,361 424,361 0000000000000000012ef020c2553067ed21b1f7ebd3a05c4689c29eda82aa06 227 0.11/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 783.00 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: 718.80 GB
    • Received: 17.95 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.