Loading Tool

Explorer IconExplorer

Memory Pool

33,660 transactions
18.58 vMB
0.04465301 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 100.67/200 MB

Candidate Block

Mining Attempt d233d0ca73dc185b5373a76e93bd84647ec7fb5442cc290e54c20c29420fe85c
Version 20000000
Previous Block 000000000000000000004cf0e53a54d41d02440929c8007e8a145dc0d95f2705
Merkle Root 9b09cadc3952cf146ef7e90e60dc346940e8cf5aeb8e76eb204aff9fa0cbcf1e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,455
Size: 0.9979755 1.00 vMB
Total Fees: 0.00993571 BTC
Feerates: 60.10 > 1.00 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,837 (708,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
204,902 204,902 0000000000000046815e04cac8223a185461111628f427a0ce8a97287e217c51 32 0.02/1.00 vMB 215
204,901 204,901 000000000000018e22541f38f5a98ed0840936fc3ac05aa75b7c20a830e43661 489 0.18/1.00 vMB 294
204,900 204,900 00000000000004a37a788dc79240d33f3a1973a5f2042758adf7762a57e1d374 127 0.04/1.00 vMB 91
204,899 204,899 0000000000000394f1cb3f1c4b936f25eede8bcdfb0cbe3ac610a9808376761c 146 0.06/1.00 vMB 79
204,898 204,898 000000000000044197fd5fa7929f1223b40ea7698d0d45094b1e523ed04609a8 144 0.06/1.00 vMB 81
204,897 204,897 00000000000004e368f0742589c28709d5e4d9e67bc3b1d3cab08b949b4be065 285 0.14/1.00 vMB 164
204,896 204,896 00000000000001a06f6ea13f9250d9f5351fc3843ae6f740585051430cdb427b 261 0.18/1.00 vMB 98
204,895 204,895 00000000000003925555b55915b3d4755012b7cd722ad019704f04eb6c8ea56c 128 0.08/1.00 vMB 104
204,894 204,894 000000000000005d73d3b368f5b243eb51f33dbe278e7157883c422fee32645f 92 0.03/1.00 vMB 110
204,893 204,893 00000000000000128eb44daf4b9633d17d459fef2145588817f4eb84057f0049 388 0.17/1.00 vMB 112
204,892 204,892 000000000000056e4b787f15fc3da831b7000d2f3ba727e1b8aec0cee9455030 146 0.05/1.00 vMB 17
204,891 204,891 00000000000003e7ca66821767815b41f3d2b39bc8f76969a263d6983250dbe3 208 0.09/1.00 vMB 113
204,890 204,890 000000000000032bd4de77286d135538cc50832a6ad6178aebf8cfb3cced15d7 248 0.10/1.00 vMB 173
204,889 204,889 00000000000001c6cd979d5e30deb3128a83ca257f29b2f2032bfd2ae4f849a2 32 0.01/1.00 vMB 166
204,888 204,888 00000000000000c025ff85cbb912d347121c5cc10783add8bc5cedee5229c2a7 32 0.02/1.00 vMB 90
204,887 204,887 000000000000039a4f27b375cb6351366bfaf9df4dedb303591b96c0f0b7577c 52 0.02/1.00 vMB 145
204,886 204,886 000000000000016fed06178666c7b834c60a169bd1abd8345c77023d24470a65 355 0.21/1.00 vMB 81
204,885 204,885 000000000000001b248da03b2b9b20356c0beb0328126640787844cbcca3ea67 148 0.05/1.00 vMB 55
204,884 204,884 00000000000000495c95a38948d8495cd85d86a910bf0746f4e8ffd9a70d8aa0 204 0.08/1.00 vMB 167
204,883 204,883 00000000000004fff22ba3132b8264de3563f72d3dc6ba95a636cb57df8201dc 32 0.02/1.00 vMB 108
204,882 204,882 000000000000004bc469fb73fd4643c4f8c2d0da76a1b8927df8159b7ef49666 111 0.10/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 780.33 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 520.25 GB
    • Received: 4.74 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.