Loading Tool

Explorer IconExplorer

Memory Pool

78,047 transactions
29.17 vMB
0.10957480 BTC
Random Selection Loading Transactions
Max Size: 176.63/200 MB

Candidate Block

Mining Attempt 528f9ef326174cf90eedcad2e7f599fe65a86ed6ba49d6df87346b9a3f2b6b69
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 9733dd990c52c96d553c5a540ba4e755cc187e80e166e2f7be28ea2a49951193
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,870
Size: 1.00 vMB
Total Fees: 0.03754729 BTC
Feerates: 198.58 > 3.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (130,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
784,470 784,470 000000000000000000056c7fb341fef0602c585b08cbc734af0dffe5d353bc9d 3,610 1.00/1.00 vMB 20
784,469 784,469 00000000000000000005ddcffa9bfee40896192319dc409553d8d866d4220ebe 1,859 1.00/1.00 vMB 28
784,468 784,468 00000000000000000001f7fb2f26d3a4dc41597a724211f3ffa31a6ef5b5808f 1,841 1.00/1.00 vMB 15
784,467 784,467 00000000000000000000243de4eed6faab712991aaf221324c4f60104d00d5e9 3,199 1.00/1.00 vMB 19
784,466 784,466 0000000000000000000115598d3ad8233d18e7ead8381ed1facb3eb2870bc085 2,106 1.00/1.00 vMB 30
784,465 784,465 000000000000000000058d7449b3d1ea5a713b59ce1ef5972b83565f9d62f725 314 1.00/1.00 vMB 6
784,464 784,464 00000000000000000003b5e901bd5b5f80af9f2d06df7b880a2b4a32edf2af84 1,660 1.00/1.00 vMB 13
784,463 784,463 00000000000000000005359aaf81cb9354cf4deb51b32374df35d7de7d9078e0 1,661 1.00/1.00 vMB 14
784,462 784,462 00000000000000000003fac16523a2f7210bdd74b7468e95f4d53243a7df8389 717 1.00/1.00 vMB 8
784,461 784,461 000000000000000000040e2a98ace5d7f6f3d8d540e5c7c791ec391fb269b7ec 2,428 1.00/1.00 vMB 11
784,460 784,460 000000000000000000014fe9c2a2e888b0810cace159dc67641e3c5199ab72dc 2,064 1.00/1.00 vMB 13
784,459 784,459 00000000000000000000af14f06f06d0305e8276523140e88adbcabd20154824 3,071 1.00/1.00 vMB 23
784,458 784,458 0000000000000000000358acad1ad97eb0451f52088afbd8cc05d65cc5204e68 1,861 1.00/1.00 vMB 15
784,457 784,457 00000000000000000001d58cd15e8de26c8b153025fa4522a5e10db660d6705f 2,405 1.00/1.00 vMB 20
784,456 784,456 000000000000000000054418ed66841394673c8dbfc516233c98d28b1bdab39a 2,602 1.00/1.00 vMB 20
784,455 784,455 000000000000000000033584adf2d10a1517884dad53130bb786347561f41be0 2,283 1.00/1.00 vMB 26
784,454 784,454 00000000000000000004edd9bc923583db000c8020cb3fce28383195f7ec5842 2,809 1.00/1.00 vMB 19
784,453 784,453 00000000000000000004b016ce31d76c9a337691217fb8f7340aeebf30e7d5d7 2,107 1.00/1.00 vMB 12
784,452 784,452 00000000000000000002ec612b4d3b25a3699d6f7c3b537e8b59981ee2a5b284 1,377 1.00/1.00 vMB 5
784,451 784,451 000000000000000000046ad36245d8d85d8b726d766dfc2fe22a9522c1bcfdfa 1,131 1.00/1.00 vMB 11
784,450 784,450 0000000000000000000405d346751b6c6bd15711f780603d460fd75501de0821 1,271 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.86 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: 712.92 GB
    • Received: 17.25 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.