Loading Tool

Explorer IconExplorer

Memory Pool

83,901 transactions
32.00 vMB
0.08850009 BTC
Random Selection Loading Transactions
Max Size: 192.65/200 MB

Candidate Block

Mining Attempt e6bf0caf96ccc54f437f3a793c13222b7b3e07b2ac19a1f8c961aac5eaf98c2c
Version 20000000
Previous Block 00000000000000000001049e369aac2c4af01dc613ce7d208c3063e5755d3b19
Merkle Root 6c97d57c8e0743f9e4aaf72a9fa6466a9dd74232d49eca7058eef452134bf40e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 589
Size: 1.00 vMB
Total Fees: 0.01214895 BTC
Feerates: 101.28 > 1.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,340 (635,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
280,096 280,096 0000000000000000386a792bfb6e26daae986c6ae97b4e0914460f5397b457ab 218 0.35/1.00 vMB 21
280,095 280,095 00000000000000025fbd4a5cda58739106e447256e7e18e8f5101e72f2ef973e 477 0.24/1.00 vMB 53
280,094 280,094 00000000000000007ae3660eba9fb0f4a5b4cfaf77e8893b87fdcf0e6ea9cc8a 81 0.03/1.00 vMB 63
280,093 280,093 0000000000000002117b79e593555b8d77f2d941a60a220c1f617e12a31001e2 110 0.03/1.00 vMB 99
280,092 280,092 0000000000000000cf526746abd17ab9dc3b2bfa48e38126c768ac4a38f5a6fc 201 0.20/1.00 vMB 20
280,091 280,091 0000000000000001ac985887af37d03d7b5156e0676987d45562ab82e7990ef9 1,372 0.50/1.00 vMB 51
280,090 280,090 000000000000000214e0466941cffc40623d2e6abf1c692243c5de341d0b4bd9 120 0.03/1.00 vMB 570
280,089 280,089 0000000000000001eeee2559a240d77812ef11a14821b6875a0f2586d1f5f606 95 0.03/1.00 vMB 102
280,088 280,088 0000000000000001a2db00b69786e6aaf512b0cb23cd9614d220d24b58ac50a0 329 0.20/1.00 vMB 40
280,087 280,087 0000000000000001c61da6667a820b15f7fa4ac5604e6d560d86c097b3ce8e91 394 0.20/1.00 vMB 49
280,086 280,086 0000000000000002050416f5f4f82d908f0865cb93fdea4e827be40fcf87db16 267 0.21/1.00 vMB 34
280,085 280,085 000000000000000301f291240514d55ff6bd5e2e67226b81a48ff4b0ba5472f4 211 0.10/1.00 vMB 44
280,084 280,084 0000000000000001cdebed09bad278902dbf838e4c26f6dfbfa6dac3468b043d 338 0.26/1.00 vMB 29
280,083 280,083 00000000000000013718906cf132050cbbc2c588bb6a4fd312f8cfb4226d1ad0 497 0.26/1.00 vMB 40
280,082 280,082 0000000000000001a3910d27a6c0f6a6ea1fd8955d65b8642d15d04e002233d3 255 0.16/1.00 vMB 24
280,081 280,081 000000000000000231ef3c802d89f86a37b13c8423182191c955f183f8bfd049 72 0.10/1.00 vMB 0
280,080 280,080 0000000000000002297e13c7a776b5e97ca8c6fea52ba41a04adaf7199251e26 385 0.29/1.00 vMB 43
280,079 280,079 00000000000000022fb12f76de3d71a84ff4e21aa27bf28c0d0df32c3f33c6d7 163 0.10/1.00 vMB 28
280,078 280,078 00000000000000029d5bcc82c5281e74fbb2109578a02feb4715bbd078897e55 148 0.09/1.00 vMB 37
280,077 280,077 00000000000000014afe97586ed41b5a2f286a066499e02591eea254d3f3ec1a 120 0.10/1.00 vMB 13
280,076 280,076 0000000000000000e6bb488c7a22fd6ba5c93f2d3aa7f8b8b9f9ffac8e83e1fc 949 0.38/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.98 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: 716.65 GB
    • Received: 17.81 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.