Loading Tool

Explorer IconExplorer

Memory Pool

82,801 transactions
31.13 vMB
0.08684184 BTC
Random Selection Loading Transactions
Max Size: 190.88/200 MB

Candidate Block

Mining Attempt 63110f8e5bfe7ddd8e2411561dc115a5118f0aa8e94aa367c438c0c82c5ad2f9
Version 20000000
Previous Block 00000000000000000000b7ed4bcc09a1ab3389cc1da6d37b94493a2f9a8472a1
Merkle Root 726e4e9909dc1150e21948cc76c9e60621d870871d19fce1f2d2cdd60a6c10c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,444
Size: 1.00 vMB
Total Fees: 0.01675447 BTC
Feerates: 73.33 > 1.68 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,223 (668,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
246,497 246,497 00000000000000347abc80af54d7f552df1b93dee9cf4fc6568097d9ee1b18fa 43 0.02/1.00 vMB 18
246,496 246,496 0000000000000022847171b0b5a2e0c0ddf2444ef2dd6925c8a85891f1199e08 353 0.19/1.00 vMB 104
246,495 246,495 000000000000004b880aa75d36e2586b8570b8e15dc192f33e5e834bf51fd06a 34 0.03/1.00 vMB 67
246,494 246,494 000000000000008bc8474001e853feec07f8efa1826a93203e30973a7d9cbacb 149 0.07/1.00 vMB 137
246,493 246,493 0000000000000075fbc5b4e2a4e5bccd2e2384823f1d88dd2ef215f7ac4edd37 280 0.13/1.00 vMB 135
246,492 246,492 000000000000005cc8bc1e9486b6844d1336091e4982eabcf659e9f070ce27e0 89 0.05/1.00 vMB 126
246,491 246,491 000000000000000d3384661880f97d1a5110417461eb0508f07558d00aafb085 103 0.05/1.00 vMB 124
246,490 246,490 000000000000004e09f38b258395980f01499709b4f5a408132577151ff32cc9 40 0.04/1.00 vMB 15
246,489 246,489 000000000000001d5a10b80c3afbd49289df1f8ad5c26c0a4672e0d8040cd2f6 283 0.14/1.00 vMB 135
246,488 246,488 000000000000000b6da6ddb8e79c33c17d114b00d8c97e63b2459641646621b0 319 0.17/1.00 vMB 100
246,487 246,487 0000000000000069f23d89317f0fe8d9db578ad732bd127391f565f772642c34 73 0.04/1.00 vMB 197
246,486 246,486 0000000000000086ec72f6eda4e2027c0fa9833dfe97666bf41a7914f5c747bd 32 0.03/1.00 vMB 35
246,485 246,485 000000000000004cb7aa951aa3aa37ce55d972b56bc07df867a84a78a74aed49 442 0.22/1.00 vMB 125
246,484 246,484 000000000000000f64e135e39243f0ca877f16ffd4083e62a0432f06e57617fc 31 0.01/1.00 vMB 227
246,483 246,483 000000000000000ceec5700ec57cc5fbbc94b0f057ab8205d35896f92b9a33ec 199 0.14/1.00 vMB 77
246,482 246,482 000000000000000b417941ea7220640c0bfdab3fd3b1be210cb7f40fd8d9198a 144 0.06/1.00 vMB 114
246,481 246,481 000000000000003b7ccb93319aab20321903793d9a20de32e768a9fa6a9a419a 193 0.09/1.00 vMB 139
246,480 246,480 0000000000000072c4fafecc3e1e01d087e8a24c0f3bba3ecc0bb7015fa48840 23 0.01/1.00 vMB 164
246,479 246,479 000000000000006802dd8536c021354776e5d5b1a9845338cf396c464553ca51 162 0.08/1.00 vMB 115
246,478 246,478 00000000000000418c0cd6c6458b17567988f10b3b1863d0022a4f96b5a40e37 139 0.05/1.00 vMB 184
246,477 246,477 00000000000000180401462081e96fe3bba7e18054b434a3dd1a9621d4e9983b 145 0.08/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 782.77 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: 709.42 GB
    • Received: 16.91 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.