Loading Tool

Explorer IconExplorer

Memory Pool

41,548 transactions
20.11 vMB
0.06289377 BTC
Random Selection Loading Transactions
Max Size: 112.64/200 MB

Candidate Block

Mining Attempt c2e4011b108da580dd1deda4bb6e923500f51568b5ee7b66ef72bd31fe98460f
Version 20000000
Previous Block 0000000000000000000151b8ea8a9648d88ef7d561cd589f502571e6e52f6bfc
Merkle Root c972e2fbcdedff628a8db8fc79f925a5a8686e6b0d68bc6ddd6ed96922cfa0d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,356
Size: 1.00 vMB
Total Fees: 0.02330001 BTC
Feerates: 195.69 > 2.33 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,078 (751,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
162,193 162,193 00000000000001400df74af2db424a053995683d3bd2cf00df715e40f7b491b5 58 0.02/1.00 vMB 0
162,192 162,192 0000000000000d617dd13dc213d575d0647e9df9d8c552e30fe64d31c1c10b97 45 0.02/1.00 vMB 122
162,191 162,191 0000000000000217c7cb7d9880449bf2a9d198251bac0dca1c9b5e6485581a27 129 0.05/1.00 vMB 164
162,190 162,190 000000000000054533fe9192bb1f8a7f5e4506ccf8ea6b1cb3e1d69d5e9f7abd 69 0.03/1.00 vMB 161
162,189 162,189 0000000000000414bf65c98b50414375c8bfd17ba86a1393e59c6d7e3f5b9e7e 70 0.04/1.00 vMB 581
162,188 162,188 0000000000000752167500704120f38143ba15102b8b3baf846e9086f8db1e12 93 0.07/1.00 vMB 363
162,187 162,187 0000000000000ade6c3a3d5b5bb6be58317239b3bb24bbc3f834543206bb6656 23 0.01/1.00 vMB 37
162,186 162,186 0000000000000291ae5ad6cf6402d3fa38567cefe02d14f2f75ab43c2e975f38 45 0.02/1.00 vMB 103
162,185 162,185 0000000000000cc2e979b22fc28841f3f6c0c1e9e0aac5581eb5b33037744732 26 0.01/1.00 vMB 152
162,184 162,184 000000000000066ffd476b6d6fdec28c2c97e0c57f0719b8027fad8266d2150a 28 0.01/1.00 vMB 134
162,183 162,183 000000000000062448af169a9a4d121c6c361f5514341d90805f00be06efab97 69 0.02/1.00 vMB 154
162,182 162,182 00000000000002025245286279f2eb35220c3cf6aba8ed796c7b7ed847ccaf77 16 0.01/1.00 vMB 57
162,181 162,181 000000000000076dba71c8a5d808b291b6c5c10ad51e36c2e3f90ff3dbe6a249 68 0.04/1.00 vMB 74
162,180 162,180 000000000000048b9b9eb1f70b8633e641f227b48f42f37f583f240f96bdb7ec 14 0.00/1.00 vMB 248
162,179 162,179 00000000000004776f539a7b11d576ca178b5e20cd7e5feb1636df513ead5dae 26 0.01/1.00 vMB 411
162,178 162,178 0000000000000b5a27eecf4069cde95eb0a22fce782a3e5728128552c74cf207 9 0.00/1.00 vMB 243
162,177 162,177 00000000000002f7be56b0f0dffe9e167f67aefefa9024251a9a39fcbdbb1ae3 122 0.04/1.00 vMB 125
162,176 162,176 0000000000000bbb9b526cff9abcd79c79e7ac3545080d8aa756dfa6e92f972b 31 0.01/1.00 vMB 352
162,175 162,175 00000000000003bc4bc965e9d01baedeefda4ef89a60d2e27e6597d037a83632 29 0.01/1.00 vMB 147
162,174 162,174 0000000000000bb2631e769af0cc53d58dc0c3b73222924417214cca605be9fb 16 0.00/1.00 vMB 66
162,173 162,173 0000000000000cb532e56549e33918e6838e584e419fcd9faa00fdf0e77152db 11 0.01/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 780.73 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: 555.77 GB
    • Received: 6.94 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.