Loading Tool

Explorer IconExplorer

Memory Pool

78,525 transactions
29.45 vMB
0.06865748 BTC
Random Selection Loading Transactions
Max Size: 176.95/200 MB

Candidate Block

Mining Attempt a3781a4a5007baf09adbd03d4e39d3b08f352e3b0c3fdda33636b80e2694a9ed
Version 20000000
Previous Block 00000000000000000000d6b594037b85fafa2931c04549f2477853c526e018d0
Merkle Root 2dd5fb48ca9e991b24d16d8b1f448a68b8425aeadb6146ba6e178de6c272ff7b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,950
Size: 1.00 vMB
Total Fees: 0.00897149 BTC
Feerates: 150.93 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,997 (503,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,068 411,068 000000000000000004351648c924e641cff46c30a2dcc2322af169195a736f36 3,226 1.00/1.00 vMB 56
411,067 411,067 00000000000000000336654159a71e8e01519605fa2c8001b86d4b005a90d5c3 1 0.00/1.00 vMB 0
411,066 411,066 000000000000000004d125c8df17e8237908f025b70d90c0bdad9cca524f13e7 2,468 1.00/1.00 vMB 51
411,065 411,065 000000000000000000bdd2afb4b889bb1912e9341e60c474b0fe5900bc6f2b8b 2,400 1.00/1.00 vMB 37
411,064 411,064 0000000000000000006da75fd74833761b5f405575656a0d442236f93b82a82a 1,800 0.81/1.00 vMB 34
411,063 411,063 0000000000000000001b047355b474674c3cb58401325044b6b14649b76cab97 1,323 0.80/1.00 vMB 31
411,062 411,062 000000000000000004b8ab5d7441140b733cf4b0becd32ad78bbff1b87fb2b32 1,847 0.99/1.00 vMB 30
411,061 411,061 0000000000000000025e7eaf014816b02dec10cf60cc61332c3e5f8c2fee1f80 96 0.04/1.00 vMB 36
411,060 411,060 000000000000000004a0c783c422435fc90db956d41acab00be99ef871ef3cad 1,317 0.60/1.00 vMB 38
411,059 411,059 00000000000000000521148d7581eeaa2bf9ee5758f36c463da0c03d572749a4 464 0.49/1.00 vMB 21
411,058 411,058 000000000000000000e8b6ab94351cc9f72d6d1df5c7bb980de6c71d3a425136 1 0.00/1.00 vMB 0
411,057 411,057 000000000000000003d00e7ef278ea44f6f760251625c87d1d0d0f36d5ddea4b 1,678 1.00/1.00 vMB 26
411,056 411,056 00000000000000000095cc1f1022db6d7eddf68df9d9f1d6427c5fa16f5cbe7a 2,298 1.00/1.00 vMB 36
411,055 411,055 000000000000000001ca5eafa9507650b352be60c81c171eaeccc08e4c18f647 2,764 1.00/1.00 vMB 69
411,054 411,054 000000000000000001db19bc9fce9cf36c6ca01e0ba4c45003ad528ddbc6e4a0 3,333 1.00/1.00 vMB 56
411,053 411,053 000000000000000005ce6c73ddef3e2d0ee4027ecb07e17ebff4942b5cb9d10f 104 0.05/1.00 vMB 25
411,052 411,052 0000000000000000049bc415048bc4b44d91600d97fbfb00965c80e24fb1854b 1,789 0.77/1.00 vMB 37
411,051 411,051 000000000000000002dd7dbaef32505bc7952664fe8557b9a437a5748cf2e313 405 0.21/1.00 vMB 40
411,050 411,050 000000000000000003fd873c4664c37d428bdb971e43bcd3864154346f1dd6f8 297 0.14/1.00 vMB 36
411,049 411,049 0000000000000000032d64b57c764bb3b6df0ed9051218f7674efe6d75528642 494 0.21/1.00 vMB 40
411,048 411,048 00000000000000000520d253714f248b76fe59457c6df367c0202e7c3129fa4e 349 0.13/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.39 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: 664.49 GB
    • Received: 14.99 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.