Loading Tool

Explorer IconExplorer

Memory Pool

79,816 transactions
30.01 vMB
0.07670387 BTC
Random Selection Loading Transactions
Max Size: 183.82/200 MB

Candidate Block

Mining Attempt 3c4e3ed7fdd9254216a5efda4844d25d54f6e8245c854b586073279caff9e0a8
Version 20000000
Previous Block 00000000000000000001a02cb6d4fbacf8844dee7e1b84f92a84ac70592c59af
Merkle Root ea9ddc623c2d947d8b33dfe98b92be4b52d07fe594cc30838bb1a1451a4024b1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,917
Size: 1.00 vMB
Total Fees: 0.00952932 BTC
Feerates: 104.17 > 0.95 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,381 (357,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,689 557,689 0000000000000000001dfc7680b5d6a0a228aa3c6beaa49f1dbfcb1e790ce652 2,961 1.00/1.00 vMB 13
557,688 557,688 0000000000000000001504b0cc5532f94cb19fe93e488aa4c145524800e18147 2,865 1.00/1.00 vMB 31
557,687 557,687 000000000000000000057535435b8b288f256e1401da7e3b53457a7afb89b581 1,940 1.00/1.00 vMB 11
557,686 557,686 00000000000000000015ed52b96dc5f146bc1ae255d9a72c93ce035700acdacf 3,192 1.00/1.00 vMB 13
557,685 557,685 000000000000000000195cd04980256b958149ffa49abe7e9e7311e1810c8953 2,414 1.00/1.00 vMB 12
557,684 557,684 0000000000000000000e984daf991b0e862faaf5f2841ec20533be176d4bcefe 2,901 1.00/1.00 vMB 17
557,683 557,683 00000000000000000024f1b3b757a5b4b23cbaff5488fd09b1c0cc04a37dc7b8 2,987 0.92/1.00 vMB 10
557,682 557,682 000000000000000000161d73d04d42376e8ab727957f00b23594de198d04465e 2,838 0.97/1.00 vMB 9
557,681 557,681 0000000000000000002d7bac436f62fea30d8160d9b714303c9d1bbd08d052c3 3,376 1.00/1.00 vMB 16
557,680 557,680 00000000000000000028f79476280d04fdc6f91b345eb7cb28d7aae478638fb1 315 0.09/1.00 vMB 10
557,679 557,679 000000000000000000277f11557cfdc64fcf036bdf4c0efeb73d44ff911b19ec 828 0.27/1.00 vMB 12
557,678 557,678 000000000000000000222d368b388b99ec7d07f17f88d7090d3ba0c6ca4098ac 2,778 0.89/1.00 vMB 13
557,677 557,677 0000000000000000000003deffdcac6f6ff8163f0771d4cf44827ec25772bb0d 1,710 1.00/1.00 vMB 9
557,676 557,676 0000000000000000000f8e4031d628982337bdce751666aff0b9d63b12401a47 2,527 0.81/1.00 vMB 10
557,675 557,675 000000000000000000209d3bcb52b2ac11d26e1129f3903c7fea56bbd963318a 3,536 1.00/1.00 vMB 17
557,674 557,674 000000000000000000017a865099b5a1d742e4ab22a6dbfbe3f8e4d3b26d7ab0 1,319 1.00/1.00 vMB 2
557,673 557,673 00000000000000000000c5b4c49f0aaba18a621800d5f109ec451577320af7bb 3,354 1.00/1.00 vMB 10
557,672 557,672 00000000000000000011ff38a6aac54c8e35b0092b31b3bf00637a4fa50c8ea1 3,330 1.00/1.00 vMB 19
557,671 557,671 000000000000000000101103b260500c7e9cf94d1ba81b286b29ec0c0f8c0fbb 801 0.22/1.00 vMB 15
557,670 557,670 000000000000000000132910716f1453270e4e11c0fa81d8585457ebcaa4e278 1,842 0.78/1.00 vMB 3
557,669 557,669 0000000000000000000b5fbb9a1effac10327aac89a97cf8c00c466eadab6c21 3,164 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 783.05 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: 720.56 GB
    • Received: 18.19 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.