Loading Tool

Explorer IconExplorer

Memory Pool

77,108 transactions
28.67 vMB
0.09409111 BTC
Random Selection Loading Transactions
Max Size: 173.80/200 MB

Candidate Block

Mining Attempt 980026e4ff383cd133d95968f0fef659abfb10e0acbf28309fb17904453e363c
Version 20000000
Previous Block 000000000000000000011cc0b225341b90497783ca10dd85ac5777da035b07ab
Merkle Root e261c0e1518cb65e3e4f84620519305f6321b80254935398c3f305de7f8ed05d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,474
Size: 1.00 vMB
Total Fees: 0.03454021 BTC
Feerates: 101.64 > 3.46 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,118 (591,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
323,330 323,330 00000000000000001e21cd3b6322b91870de6761f482cb294cd38145a54072e4 441 0.24/1.00 vMB 27
323,329 323,329 00000000000000000cf2a796fae0cf7f547aa99b30816f948174505e53308b2d 308 0.28/1.00 vMB 24
323,328 323,328 00000000000000001dd3c7b225a772d8ae2fd5261fee75068bcfa805c72c0faa 322 0.23/1.00 vMB 24
323,327 323,327 00000000000000000595a97736a7335326676d5578b1e0168bedf554786ef69d 500 0.26/1.00 vMB 27
323,326 323,326 00000000000000000a91f0930b60fae8087261cdb2814265136248a420fa4aab 188 0.13/1.00 vMB 20
323,325 323,325 000000000000000017955d3d362fc9d18cc3f75d669417693772d191d51a1431 558 0.27/1.00 vMB 28
323,324 323,324 0000000000000000182365fcfc5cb2d4a77da5a10d67bf16380a6023add78890 338 0.26/1.00 vMB 23
323,323 323,323 000000000000000016d21692dd8262b614d6c0721c4a07e0bd355843698f1a95 151 0.09/1.00 vMB 27
323,322 323,322 000000000000000018a80e1c77c7ee79e616af0115b203c6ae31e779de2d0466 43 0.02/1.00 vMB 25
323,321 323,321 00000000000000001549fbac57d362f112204c2b61a10447aa5e79caa34123e9 82 0.06/1.00 vMB 22
323,320 323,320 000000000000000017906dd3a30090a2bc2d9872ab302db8b5326ef8d18ac923 510 0.32/1.00 vMB 24
323,319 323,319 00000000000000001c418a67706d3436f35a94fbcabae54220eec24263f9c875 480 0.29/1.00 vMB 23
323,318 323,318 0000000000000000173f214febef7f8d81ca07b70a722261145ea5da023d70e7 55 0.03/1.00 vMB 22
323,317 323,317 00000000000000000c206d1d91327eca8251bd523319af6279190b113f14061c 293 0.14/1.00 vMB 28
323,316 323,316 000000000000000001e6465d07666cebe070d041810fac66b08f37373945868d 56 0.04/1.00 vMB 8
323,315 323,315 00000000000000000e62f1d8888c29304643ae7fc4fa2ef235e5494b2e5b198c 585 0.46/1.00 vMB 21
323,314 323,314 000000000000000018b3f8a3fbb01f2b0f4bcd7106dfba5aa1e7ca43cc466a5e 1,308 0.75/1.00 vMB 30
323,313 323,313 0000000000000000118e437a0d0cd1146af5055972bf6097c2e9c63d7039cac3 645 0.63/1.00 vMB 26
323,312 323,312 00000000000000000c737a219d96e1170173cc47c64bd1dc66b8c8c792460530 176 0.13/1.00 vMB 21
323,311 323,311 00000000000000001f9fac531ae1ff7a10783a231e33b18280e403627b19e8c1 74 0.04/1.00 vMB 27
323,310 323,310 000000000000000010e9a941e7c1927a216fde5a39357c922d84481a0872152a 349 0.19/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.59 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.59 GB
    • Received: 15.96 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.