Loading Tool

Explorer IconExplorer

Memory Pool

45,660 transactions
28.68 vMB
0.13506239 BTC
Random Selection Loading Transactions
Max Size: 151.69/200 MB

Candidate Block

Mining Attempt f9f916d1bb30fb625d7ac19fe930f9ccfc8cb5be1391004afe1f9e44a24fc99d
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 49a540928efcc3bfc7680c0008ceaf74545fe91c6cff4b3d37cf883e7be960a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,675
Size: 1.00 vMB
Total Fees: 0.07565916 BTC
Feerates: 15,654.48 > 7.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (418,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,491 496,491 000000000000000000934a531e9fe1493cc34b9a2711215f42889a4d7e3ff81c 2,776 1.00/1.00 vMB 74
496,490 496,490 0000000000000000009e7a8749e68a6d77d289fd17acee942769b90fc6ced958 2,519 1.00/1.00 vMB 61
496,489 496,489 000000000000000000295e73542547fce0639a7e6d48030a1555346c3867329b 2,290 1.00/1.00 vMB 72
496,488 496,488 000000000000000000a3af45e4a951e819b3918cc988f13c1ec9e9153e904db1 1,875 1.00/1.00 vMB 94
496,487 496,487 0000000000000000006cf68063983206bc9c7ee0aab9ff2dca510cecb9abc5d0 2,252 1.00/1.00 vMB 176
496,486 496,486 00000000000000000083f926124e70ae19920c562af8e9bced2d9e73057c5c6b 2,314 1.00/1.00 vMB 193
496,485 496,485 00000000000000000098bd17f08ba131abd59c3ebd4f29ce56774065aad9bc7b 2,177 1.00/1.00 vMB 127
496,484 496,484 0000000000000000005a7a36b2fb3dc2f7f25b70daf901e1ccd8c44e06cd432e 2,650 1.00/1.00 vMB 192
496,483 496,483 0000000000000000002d9db077e39fd1aa1a3f25df152f7acb9c0dd3983e69ce 2,203 1.00/1.00 vMB 93
496,482 496,482 000000000000000000a5a134fae85c99a02efc872efae56afdb6849fd0fb1657 1,309 1.00/1.00 vMB 107
496,481 496,481 000000000000000000381606fa9dd0563da00e401b3cc84794084f41baf917ae 1,780 0.70/1.00 vMB 205
496,480 496,480 00000000000000000070757af1bb306478a6d158412df7f48317dd37be7191b9 2,371 1.00/1.00 vMB 160
496,479 496,479 000000000000000000cea4dbd6d20e7b028afe608cde9f598aeec7ba82226aa8 2,150 1.00/1.00 vMB 114
496,478 496,478 000000000000000000418882230b1a5278e02199284b26db20d1d18d58898281 2,058 1.00/1.00 vMB 190
496,477 496,477 0000000000000000000d4ed0461cc25f855ec4db8849e0622472dd8cbf0d16da 2,336 1.00/1.00 vMB 134
496,476 496,476 0000000000000000001c5020248412346f95a230334a420a4a39e0ceed9d2398 2,382 1.00/1.00 vMB 104
496,475 496,475 00000000000000000032415a45eba17dcf806b3f5c2f8b8513380461466d293b 2,281 1.00/1.00 vMB 172
496,474 496,474 000000000000000000a90983030ebfb9e0a81c11b533da619278b0d46bc7eba8 2,166 1.00/1.00 vMB 143
496,473 496,473 00000000000000000044a55e63d7a979aed333ca8bea70b62d3f18da7006130f 2,454 1.00/1.00 vMB 139
496,472 496,472 000000000000000000cf16d73375399782f549d0737b076b0768ded61f5e5c24 2,332 1.00/1.00 vMB 176
496,471 496,471 0000000000000000009b85d89dce7e29208f7a4456ad79a9d7620ee4df84b5ed 2,386 1.00/1.00 vMB 162
Previous 10 blocks ↓
Total Size: 782.04 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: 650.74 GB
    • Received: 13.32 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.