Loading Tool

Explorer IconExplorer

Memory Pool

82,904 transactions
30.56 vMB
0.16139055 BTC
Random Selection Loading Transactions
Max Size: 185.44/200 MB

Candidate Block

Mining Attempt ee8bc49bdf7369030551b11c810166817040a5a2ed3d7a72425beb3d6cdce0fd
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root e5dbb2da811e1af35f37293a49e1a4ebda64726202eacd45db0d91ecc7a4da83
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,085
Size: 1.00 vMB
Total Fees: 0.08268088 BTC
Feerates: 111.00 > 8.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (435,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,513 479,513 000000000000000000abbeaf930f40e283a35a895342ac4a337e82c4708a8f09 1,960 1.00/1.00 vMB 174
479,512 479,512 00000000000000000050f26bdaf3ec35b092836c96712beca665a11eb9b418d1 2,201 1.00/1.00 vMB 126
479,511 479,511 00000000000000000055f1a6a81e007e9825aa025b08f4c2353eb833ad724e3c 2,535 1.00/1.00 vMB 173
479,510 479,510 000000000000000000af79e2d1f2bc78c2df89ccbf925412770942722f8d7fbf 1,212 1.00/1.00 vMB 51
479,509 479,509 000000000000000000eb2dfbfa3f116b773e02c4b3c657f3ec2447c2c2f3661d 382 1.00/1.00 vMB 16
479,508 479,508 00000000000000000095643f24a563877f78baa8ca149dfa6da09c0da1df4b4a 514 1.00/1.00 vMB 24
479,507 479,507 000000000000000000534b4e5b218a2712c84fdd6c86f6d7799f651e8494b0cb 1,329 1.00/1.00 vMB 42
479,506 479,506 0000000000000000002a8a2ca9532f419b025599070f5efcb7895d134024f957 1,528 0.91/1.00 vMB 102
479,505 479,505 0000000000000000002db6bd8f1a1f987c4d51d34de2a77cf4d22260bf964786 1,473 1.00/1.00 vMB 22
479,504 479,504 000000000000000000bb3f5ddbad5990fbf2857a3de4d0bdf5135bfb1773a5aa 1,735 0.75/1.00 vMB 108
479,503 479,503 0000000000000000004006ce853f141b758fcc7668e96171ed6717b77da583d3 1,523 0.78/1.00 vMB 86
479,502 479,502 0000000000000000010a837c2376b95f98b80dc01735539571a07fb38bb958cd 2,210 1.00/1.00 vMB 129
479,501 479,501 0000000000000000003b82eb2d38d43587bc620e6b7ff96b1449270ad3312c34 1,530 1.00/1.00 vMB 47
479,500 479,500 000000000000000000f550adbf45828e0a006d5e1acf7b16a6b476360de77e58 1,909 1.00/1.00 vMB 111
479,499 479,499 000000000000000000363b86a0f6623ee5be34f4392a3d349c90d213b0df1c6e 1,133 1.00/1.00 vMB 50
479,498 479,498 000000000000000000e68513f879f4b748d979cb7f1ff2999d837203400cb8d6 1,869 1.00/1.00 vMB 91
479,497 479,497 000000000000000000dc74c119cec353f01d4f252bad9587fc3802d06de0e6d6 844 1.00/1.00 vMB 10
479,496 479,496 0000000000000000012d52c2eff02f7a1e3a555f59b06eb91fe588e47fdf9f58 2,080 1.00/1.00 vMB 65
479,495 479,495 000000000000000000fe5e46a8b1039e092a68c08facbbfae80e81b0bafc8e66 1,933 1.00/1.00 vMB 38
479,494 479,494 00000000000000000011a83d435e498b982dce56d680376aa61614131b6b4f0b 1,683 1.00/1.00 vMB 23
479,493 479,493 000000000000000000fead646fb9054304c1c817da33eab1facd6fefa8fcbf14 1,850 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.61 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: 671.91 GB
    • Received: 16.06 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.