Loading Tool

Explorer IconExplorer

Memory Pool

77,118 transactions
28.61 vMB
0.08905307 BTC
Random Selection Loading Transactions
Max Size: 173.57/200 MB

Candidate Block

Mining Attempt 0914116e3a9bbcfe5004f52d4467d945b37d21b9ddb6832880720ff387f1ce74
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 6fba833fd41f2091cf45e54e97c2bdd4575f4bf3779b1279cd96d767654640d0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,982
Size: 1.00 vMB
Total Fees: 0.02334924 BTC
Feerates: 402.60 > 2.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (440,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,087 475,087 0000000000000000011f8ea17ab9f3aaae5c0532f36453410419555480874a93 2,056 1.00/1.00 vMB 161
475,086 475,086 00000000000000000129fdd0e9deffd7f8a435836ac56b533948efc813468c5c 142 0.06/1.00 vMB 133
475,085 475,085 0000000000000000007772a6ed882f7e19c7417ce655302c5317634d8c7e71db 1,471 0.82/1.00 vMB 109
475,084 475,084 000000000000000000d6cf531132844ead6eba9d67be91c159fbb7a1540be269 206 0.17/1.00 vMB 75
475,083 475,083 0000000000000000016ab84133883df8fbc7e9718b4c289b1f29228a1a70d894 160 0.28/1.00 vMB 32
475,082 475,082 0000000000000000015f347bca7a4a2842c03bbb5eb3477b3f957972389de2a6 1,870 1.00/1.00 vMB 131
475,081 475,081 0000000000000000014f922bc378ad9a8df1a9db5ec79b3efe2de1f09dd45a66 1,350 0.95/1.00 vMB 122
475,080 475,080 00000000000000000117aca6dc2ad9dc2c08c6d138c3d1a161d5b2daa0a5d7e2 105 0.21/1.00 vMB 34
475,079 475,079 00000000000000000116085f0f24e10d83ccb7b23b4822b3277ded378dcdbc17 1,508 1.00/1.00 vMB 112
475,078 475,078 0000000000000000013fad8b254a770bfc87cd87271e48f24652c1a443bc68f8 1,915 1.00/1.00 vMB 154
475,077 475,077 000000000000000000a5ddf8f553380058a9752aed03edf7c5e91b7f6a14566f 1,595 0.99/1.00 vMB 107
475,076 475,076 0000000000000000010582c3f93f4581d63989aafd2cf3cd4dd52bcf262c3d29 1,438 1.00/1.00 vMB 40
475,075 475,075 00000000000000000013d7320b0c2f913bb5c0caf3c6c978cd1f55ae3295dd4d 1,521 1.00/1.00 vMB 118
475,074 475,074 000000000000000000da103e2d35d6c96669d8dd67e27094e6a723554dc9e4c9 2,356 1.00/1.00 vMB 259
475,073 475,073 000000000000000000afb6d227966efcff4f70d45987394563da8954b80d1b9a 1,563 1.00/1.00 vMB 144
475,072 475,072 0000000000000000003f2ebfae30461d041778e3b0fa8c398ceed869b014d341 27 0.01/1.00 vMB 159
475,071 475,071 0000000000000000001283e39c19c9850e4e782d236ae7add13de8d28a6ea4c8 861 0.49/1.00 vMB 140
475,070 475,070 000000000000000000ce54c6b056ee1d82d499f1a170ccf0fbb6aef459b34c5e 762 0.66/1.00 vMB 90
475,069 475,069 000000000000000000196aff707c4462e88dbfcf46cb41c06ee49c9e2eb4bc85 458 0.19/1.00 vMB 133
475,068 475,068 0000000000000000009f7206356a965eedb89038f07a73c810d73bf191860c89 573 0.35/1.00 vMB 96
475,067 475,067 000000000000000000c99713d3b3d2c6f9e3883f7c94e27a8519aed2fa75291c 2,123 1.00/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.56 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.