Loading Tool

Explorer IconExplorer

Memory Pool

82,750 transactions
32.21 vMB
0.13221229 BTC
Random Selection Loading Transactions
Max Size: 193.15/200 MB

Candidate Block

Mining Attempt 5cd995d77f5d909743c35704a959da441965f4d0df08df51f2cf17ad4cc64f0d
Version 20000000
Previous Block 00000000000000000000ed28e39baea4b6623f6a6c602c921cd015c56b2bd9e9
Merkle Root 1fd5c9e17827996ee20cf5e800a6e6b70935e6ecb65f9d052d400e684577df55
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,383
Size: 1.00 vMB
Total Fees: 0.05701432 BTC
Feerates: 180.34 > 5.71 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,171 (292,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
623,161 623,161 00000000000000000012e518ba46e9ec9a5c5a091a5475da51c0884d07c35138 1,974 0.83/1.00 vMB 26
623,160 623,160 00000000000000000007535e04621484bcc5157e14095aea6ade2c3b1f9d300f 356 1.00/1.00 vMB 7
623,159 623,159 000000000000000000137119b94dd1dfcda3e448f64da648ed8950c52d98eca6 2,445 0.91/1.00 vMB 28
623,158 623,158 0000000000000000000bac7b8660059e522594936a93ac9c9dacf40d5ba8838c 363 0.12/1.00 vMB 28
623,157 623,157 000000000000000000114130d0d0c0df01c8d2809e52d93b931f4977d603b3ba 459 0.15/1.00 vMB 41
623,156 623,156 00000000000000000013b04b3a620903d9b6ba6dde07492d177bf77dea505992 2,296 0.97/1.00 vMB 28
623,155 623,155 0000000000000000000b06eda6053cfbd7ccdb61ef34a1962b9b71d969fade3c 1,762 0.67/1.00 vMB 27
623,154 623,154 0000000000000000000ad0fdbf5767e8a0202dbc9fa93f83e13f2a26c4e5fe90 373 0.14/1.00 vMB 24
623,153 623,153 00000000000000000010bf54a594c3fff0b89bc84cf9a73def4fddaaee00e786 1,080 0.38/1.00 vMB 31
623,152 623,152 0000000000000000000adbd7cd973c40c3466b5f3ba0598073c4270ac85b729e 16 0.00/1.00 vMB 27
623,151 623,151 0000000000000000001295ce3c74cfe5fb4ebd4c1c87a985826719302af34c48 450 0.14/1.00 vMB 37
623,150 623,150 00000000000000000000129f0de036d71e71cefe58afaca2bf9e2aeafb5053f7 790 0.28/1.00 vMB 12
623,149 623,149 000000000000000000131e32d46d2f09d6ee2aaf705609ff3c9ab58d11ecb1d0 1 0.00/1.00 vMB 0
623,148 623,148 00000000000000000010a1d6eb4e8ceaabe4dd1436b51b394242eb008ac2a176 2,268 1.00/1.00 vMB 36
623,147 623,147 0000000000000000000deebaee0e65f10ed4b5b886e85b59bf25e8b81aef4561 2,224 0.95/1.00 vMB 30
623,146 623,146 0000000000000000001156a361a767b4a9cfea975f437cafc94ff6e42de2793f 363 0.11/1.00 vMB 35
623,145 623,145 0000000000000000000b765910aac0f4abaf99a37d739ceac0ff3515e2f9b7bc 1,701 0.65/1.00 vMB 30
623,144 623,144 00000000000000000007b27e40e07f36ef7dc0a58b72b075631954bfb87e0ab1 1,712 0.60/1.00 vMB 24
623,143 623,143 0000000000000000001423b61108d6eab8d997bb97c11deb6f60c561f5e2cf9b 2,108 1.00/1.00 vMB 34
623,142 623,142 00000000000000000009032f2c62f16d554a9fe44100dcfc8ed11d68dbf99714 466 0.17/1.00 vMB 28
623,141 623,141 0000000000000000001203fe92fd1926ac947c3b9cf709045447d1cbdfc73d09 510 0.22/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.69 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: 697.29 GB
    • Received: 16.54 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.