Loading Tool

Explorer IconExplorer

Memory Pool

80,831 transactions
29.91 vMB
0.09325307 BTC
Random Selection Loading Transactions
Max Size: 178.56/200 MB

Candidate Block

Mining Attempt 6939cdacc9b1c717cf6065a5cc23c5e26ee1a3825b923e63182cb013dc3dabda
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root cc22f9245eefc651e0628d85659360d3daed214f6e2af5b58e678a4b9cb659dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,457
Size: 1.00 vMB
Total Fees: 0.03067138 BTC
Feerates: 150.77 > 3.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (412,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,347 502,347 00000000000000000003b45c97c98aaeda449934f3185172743aa58444ee52c7 2,893 1.00/1.00 vMB 437
502,346 502,346 00000000000000000079e56cf4d06c8b098dd9c48cfcc89e6bfba5caccc939f5 2,900 1.00/1.00 vMB 398
502,345 502,345 000000000000000000285324f9147e0ab44cb51c8177cf67d805b10b9b7aa60d 2,703 1.00/1.00 vMB 424
502,344 502,344 0000000000000000005d73562397ff0300da0413ae42a94f360087aaa82382b3 2,346 1.00/1.00 vMB 613
502,343 502,343 00000000000000000000fb3d6163a0e6a5ae8e16a25d2a950be425098afa813b 2,472 1.00/1.00 vMB 469
502,342 502,342 0000000000000000001d566bb69b97bdbacd762c4a075fd3d8da537ab24a2149 2,348 1.00/1.00 vMB 493
502,341 502,341 0000000000000000004d4796c036d4695b5c3b5a73601105712030dea0d188f9 1,913 1.00/1.00 vMB 922
502,340 502,340 000000000000000000514f799d47ddb10d998b620ea4e87b0e5d3f12dd15c97a 2,684 1.00/1.00 vMB 393
502,339 502,339 00000000000000000059137b46a1501defe10ca7e1b77a896a8272b0a79fdc5b 2,553 1.00/1.00 vMB 445
502,338 502,338 0000000000000000002ab6f40dbe76f258028cedcd2dcc1ec2bb26cf6684780c 2,571 1.00/1.00 vMB 477
502,337 502,337 0000000000000000002c67925eaf3040c005afd102a08f523b856465793fb268 2,796 1.00/1.00 vMB 512
502,336 502,336 0000000000000000002a83ca4f615a2f45c7728c9338bece72709385badc7269 2,644 1.00/1.00 vMB 436
502,335 502,335 0000000000000000004ec8254a9940229dea3f533e74289fcafebd9d6da61e79 1,633 1.00/1.00 vMB 670
502,334 502,334 000000000000000000382e05e9f3d19df49f4c5a6deff0c5eda7e4221c3b7ecf 2,509 1.00/1.00 vMB 471
502,333 502,333 00000000000000000033b2e1ba39381a77e8d92207403dc2454f154c8fcba598 1,488 1.00/1.00 vMB 991
502,332 502,332 0000000000000000004d4f972b3c992db3f71c9074d1d10d59b7722fa8736ff6 3,008 1.00/1.00 vMB 486
502,331 502,331 0000000000000000007af492aa74de8cc4510150e6f1cbe895f397a0eefc893c 2,322 1.00/1.00 vMB 640
502,330 502,330 00000000000000000010d7918d7fb47692eb17f6af02f17cc53d3643ac2a7774 2,273 1.00/1.00 vMB 727
502,329 502,329 0000000000000000004d5e86d2dc0e6a29df5b2698499b121a6f4d1f94fb5d04 2,557 1.00/1.00 vMB 497
502,328 502,328 00000000000000000029d4c0c1e2edc541df1b4555f52a42be297341286b4d84 2,265 1.00/1.00 vMB 593
502,327 502,327 00000000000000000056302c21fc8afb68f40e74112db7a076a5bcfa3c28cf1c 2,032 1.00/1.00 vMB 391
Previous 10 blocks ↓
Total Size: 782.52 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: 668.76 GB
    • Received: 15.56 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.