Loading Tool

Explorer IconExplorer

Memory Pool

49,153 transactions
29.78 vMB
0.07409424 BTC
Random Selection Loading Transactions
Max Size: 159.30/200 MB

Candidate Block

Mining Attempt 73f54bace5c3377de463aac2c00d5814bf141bc72c8b43b95f0fdf192ea445e0
Version 20000000
Previous Block 0000000000000000000076b83b1d6ccdb00623eb84fa22f3fb18eee6fe467774
Merkle Root 5b03cd6d1aeef70f5d9e4ee843edd7b0695e523f4d85c81b3433e5898650a30d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,137
Size: 1.00 vMB
Total Fees: 0.01277859 BTC
Feerates: 117.91 > 1.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,829 (693,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
221,678 221,678 00000000000004661030061a2b2685afc7c4af8cfc7c45422cf66b7a496a9c79 156 0.07/1.00 vMB 188
221,677 221,677 00000000000003f6cc0d083720ac3ac2ef62a897d4a5f2b84d55da7a9a5fbba8 226 0.14/1.00 vMB 155
221,676 221,676 0000000000000342d4f01e99e0abda2ca907b19568e494216f7307e88f2f7e15 77 0.02/1.00 vMB 52
221,675 221,675 000000000000030d1af2c04ec7bf8b05848199cf500dbe789ccae54aac1a2442 197 0.13/1.00 vMB 154
221,674 221,674 00000000000004e838a73eebc7d36147de5351628115737c0d3e6a6c062473e0 255 0.12/1.00 vMB 195
221,673 221,673 00000000000000db3f65d7270a248fe3cd0d4a555b31198da45b5f15a7110d31 234 0.13/1.00 vMB 161
221,672 221,672 0000000000000137bc410ee348a44481d91571e79e64ec2378ca324a3f021331 256 0.08/1.00 vMB 318
221,671 221,671 000000000000041076bb84e22a67cafe5784b0e4573bbd26e886e4bf8acdf379 125 0.05/1.00 vMB 151
221,670 221,670 00000000000002bd234a759ccd45dd15a92bb540b3b6c39330957d238adeb0b7 222 0.12/1.00 vMB 172
221,669 221,669 0000000000000122a464cb290e00ac21361120eb76dd5c335ac8d7ba984a0aba 26 0.01/1.00 vMB 161
221,668 221,668 000000000000044e7f595250c6b3b0f006b3a0bea355586912e46f9636a1988f 337 0.16/1.00 vMB 185
221,667 221,667 00000000000001e3a7e0d8ca73da42af33bfdf8512eeddc004ae2bb01eb70d9c 40 0.03/1.00 vMB 60
221,666 221,666 00000000000003d7c87904ba2188c86b09a6bd9461703932ab6672248dcd0aef 290 0.21/1.00 vMB 154
221,665 221,665 000000000000014656c1895f48ecfef95d37649756889d9e5e5ec86698e37949 153 0.07/1.00 vMB 174
221,664 221,664 00000000000001e4be0eedafc52bea71e525678e7cbeedebf885ce57803d9efa 13 0.00/1.00 vMB 177
221,663 221,663 000000000000001b50a7a15443bfc7c9fb3fa67d7a9567b3cc46d5ac258364d1 297 0.11/1.00 vMB 215
221,662 221,662 0000000000000341afe3c808c87355b48f94cdf00a1c7d7fc88fd2d7ff00e7b2 64 0.05/1.00 vMB 78
221,661 221,661 0000000000000451667f49bd14e2153aaf62cd27bfdd8bf85190390eef2117b3 35 0.02/1.00 vMB 183
221,660 221,660 000000000000041a7414f9a3fac0dfc74a95b1718a84c801a370bc408657e261 229 0.09/1.00 vMB 200
221,659 221,659 00000000000003f4ffaadd3302f74eac14ffea7dfae82bc074c4e1c9bf018ad7 263 0.09/1.00 vMB 103
221,658 221,658 00000000000000dd791b9536a015e0a034340f8367a9ba9bb4623c1f9d62bcaa 365 0.18/1.00 vMB 188
Previous 10 blocks ↓
Total Size: 782.09 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: 651.46 GB
    • Received: 13.58 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.