Loading Tool

Explorer IconExplorer

Memory Pool

32,155 transactions
24.68 vMB
0.07720790 BTC
Random Selection Loading Transactions
Max Size: 133.02/200 MB

Candidate Block

Mining Attempt 8b7fce7df6ed98060ccc722c98ccdd6fc9e7b3a2f2cb268bbf6ff29656b43a98
Version 20000000
Previous Block 000000000000000000015d6c6172b8ef5909d6703f79c906d5d284cc68cc4deb
Merkle Root 3e1230b052d86ebe180fe8fb8186aa8e5eeba5d9435f1e0e7666d4cc93c65dda
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,616
Size: 1.00 vMB
Total Fees: 0.03797700 BTC
Feerates: 477.45 > 3.81 > 0.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,388 (701,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
239,220 239,220 0000000000000092f448c7630e47584650efa7e27604161c0b5984d603d944ea 22 0.01/1.00 vMB 102
239,219 239,219 0000000000000022de57de3b370ee85be9cbc4df643aaeb438233492e778e89f 213 0.16/1.00 vMB 130
239,218 239,218 000000000000014a618af621f2cd9ea10b9782e64bf61354e94eb22ff69b9ef1 64 0.02/1.00 vMB 121
239,217 239,217 000000000000014d5221dcbb0439cb0e03dd0fb5486dc46e18ed5d3048a56560 368 0.21/1.00 vMB 145
239,216 239,216 000000000000000099eee5b7414c3281b75bb2f119ed1ec9a6907649dce5b60e 241 0.13/1.00 vMB 172
239,215 239,215 00000000000000e2cb505eb728024b0f2b3c475c5b7f7d2d32f2a42565989f72 128 0.05/1.00 vMB 153
239,214 239,214 0000000000000035bc588e3a40ff205c5f2d75243287d34870c691543b4dc414 434 0.18/1.00 vMB 259
239,213 239,213 00000000000000d856ae53aba37e7b55209947a48505c1a0eb099e3d0b603f46 256 0.13/1.00 vMB 114
239,212 239,212 000000000000016120248729e7b3cc6041845ceae94fb3346a50a4135149fcd6 147 0.10/1.00 vMB 119
239,211 239,211 000000000000013479c922dd6d2673e486eb738edd0ec5fe2ea11a081db301f9 6 0.00/1.00 vMB 176
239,210 239,210 000000000000001a4f36f255530856522aee4b1e69f9ef9e60733cefe6deefda 349 0.17/1.00 vMB 189
239,209 239,209 0000000000000123a7a59dc9d114a8ffdf17c6a3f02b5e5bcb7e2ebe4768fb49 21 0.01/1.00 vMB 104
239,208 239,208 000000000000000b33fb76a6e3bc0e704694cb710956bd1067738a5bb222fc3a 17 0.01/1.00 vMB 86
239,207 239,207 0000000000000090a94c16924817927f2b0dae8b02c9fb2f448649fbd9603e67 98 0.06/1.00 vMB 111
239,206 239,206 0000000000000118543c9a9df3fe34b2dc7ab95a43175a4e6d33190ed7ccd528 378 0.21/1.00 vMB 159
239,205 239,205 00000000000000634f5fa3afe3a51586630d20a44a55f466c47b7aa77afd5461 64 0.02/1.00 vMB 135
239,204 239,204 000000000000008c19862ec905226f22fd3d80df7bf72deafd3d2d628809c4cf 90 0.04/1.00 vMB 139
239,203 239,203 00000000000000ab3395562a680b1468747568bf4ee61a77aa79c4b2fedf93af 81 0.05/1.00 vMB 115
239,202 239,202 00000000000000e09202b7c4cac12d21e0865a6988798d8bbb88dd26c577d7ab 128 0.06/1.00 vMB 139
239,201 239,201 000000000000003b1d07a83ce9f77a34bc8bf8830eced21273c68c306d199e91 74 0.04/1.00 vMB 172
239,200 239,200 0000000000000008ec48c1ed0fb7f95cf067a8dff445c9f4556f8eaf29a41d2f 106 0.04/1.00 vMB 176
Previous 10 blocks ↓
Total Size: 827.45 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 4,455.54 GB
    • Received: 242.59 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.