Loading Tool

Explorer IconExplorer

Memory Pool

80,700 transactions
31.33 vMB
0.08522272 BTC
Random Selection Loading Transactions
Max Size: 189.39/200 MB

Candidate Block

Mining Attempt e688b3d25d484b12e74561283039a466b582a8524964e7835aab23a0bd0b0072
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root 32056535c79d30ae6f838df01eb3ac2d7c08ab91f9b41752d936ecfa8e311360
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,071
Size: 1.00 vMB
Total Fees: 0.01745225 BTC
Feerates: 150.65 > 1.75 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (182,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
732,774 732,774 000000000000000000070d671a40a36ab5ad1ee79db8fe2cb99ea9b8eef059a3 2,444 1.00/1.00 vMB 2
732,773 732,773 000000000000000000084cfe86f7eca1b90b88406384e78cc87dc20d8d3a12d7 2,481 1.00/1.00 vMB 6
732,772 732,772 00000000000000000009691b427f7564d1de96ca22fb2c31680a71dd2d42c2fe 3,813 1.00/1.00 vMB 6
732,771 732,771 000000000000000000070cc0c644fbd9d76a07f32db400ec3d0dc75951eb36a7 2,619 1.00/1.00 vMB 17
732,770 732,770 000000000000000000000f545cccf4f00a970c3339e007d0a3b7799956f07b52 2,586 1.00/1.00 vMB 8
732,769 732,769 000000000000000000024a7a76dd785a8e38c31720a18fa1892b589547f93423 2,024 1.00/1.00 vMB 5
732,768 732,768 00000000000000000006665da76ed418a9c3953d387cda4bd09f11b5dc31984c 1,387 1.00/1.00 vMB 4
732,767 732,767 000000000000000000071ff90376d5c1c1ac325feb9301e448a5f65f0a1f15b7 136 0.10/1.00 vMB 2
732,766 732,766 00000000000000000006a3f98db99d55b8104a9c847b492aa685887cc5a73e56 1,478 0.61/1.00 vMB 5
732,765 732,765 000000000000000000097550868d74ce9e8e4dffc10de7a484b6fd779eef42bc 913 1.00/1.00 vMB 4
732,764 732,764 000000000000000000004ede2120aba13da0f080c59103657da3da08ea3ca94d 568 0.30/1.00 vMB 6
732,763 732,763 000000000000000000051da695ff8dfa53e14185ff92cf911ae56473a882e667 1,369 0.55/1.00 vMB 5
732,762 732,762 00000000000000000003985bc07a3cce31abf45002ebc72d85af60481dc8ed92 3,060 1.00/1.00 vMB 4
732,761 732,761 00000000000000000006533feec0d2828a4d1bead1c8f4f0e01001d83fef7fb5 3,287 1.00/1.00 vMB 11
732,760 732,760 00000000000000000001b4d5a3054306d26685f7f7b241e4af21442caeb302a2 1,410 0.47/1.00 vMB 7
732,759 732,759 000000000000000000025e3cb2d0d6c88ad5f8d3d4e820fc5d3abca9e38eaac6 1,833 0.62/1.00 vMB 6
732,758 732,758 000000000000000000099b7b7e11b1fd0cb19d82c9e09513da80dd8db7ec4e0c 2,485 1.00/1.00 vMB 6
732,757 732,757 000000000000000000068a2d205255667e4c5a56e7c241aba16c7059b5466982 3,152 1.00/1.00 vMB 11
732,756 732,756 000000000000000000080d4f3cb56fa181aaac760e81b21da3b60fec036a0384 110 0.03/1.00 vMB 10
732,755 732,755 000000000000000000041f304a252995bcf06fa05ad50d4c7ca1fdc42d65f9d8 2,360 0.84/1.00 vMB 4
732,754 732,754 00000000000000000003c4ddb890ea2357c6fc180a22f3187c1f337d52ce01cc 3,320 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.74 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: 708.14 GB
    • Received: 16.72 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.