Loading Tool

Explorer IconExplorer

Memory Pool

34,041 transactions
15.93 vMB
0.03513042 BTC
Random Selection Loading Transactions
Max Size: 92.09/200 MB

Candidate Block

Mining Attempt d403c9f03b6fa8f3a5833d5c6db996e65f60b2f508a5713f5890edccd2dd0265
Version 20000000
Previous Block 00000000000000000001267f5eea765ae9d764c30fc541fe024e7c88ca02c1a0
Merkle Root 5a3e61b44cdf56a7997824efe7a847c17146044cbce08b8dc2fc411b30bb02b2
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 4,126
Size: 1.00 vMB
Total Fees: 0.01301083 BTC
Feerates: 75.08 > 1.30 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 919,142 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
919,142 919,142 00000000000000000001267f5eea765ae9d764c30fc541fe024e7c88ca02c1a0 2,615 1.00/1.00 vMB 2 ago
919,141 919,141 00000000000000000000f78e2d6e462c47f92b2a96351744aee23ff15f9ac473 3,711 1.00/1.00 vMB 2 ago
919,140 919,140 00000000000000000000588844a5157684d920df5e6e9b3ff31888171b18c0af 3,760 1.00/1.00 vMB 4 ago
919,139 919,139 0000000000000000000155dbdb474a7557122e3dc53b881748464b917e6d77de 4,420 1.00/1.00 vMB 1 ago
919,138 919,138 00000000000000000001c6bc4c77c399b2bdfae42a84d8a1c741b8d6669f34c3 3,818 1.00/1.00 vMB 0 ago
919,137 919,137 0000000000000000000004394d59ef26e2226e2ad15d252d9e74f29e0e67a7d4 849 0.28/1.00 vMB 2
919,136 919,136 0000000000000000000058ff8b263cd27986188654514d826c6b829e4fef8184 4,389 1.00/1.00 vMB 0
919,135 919,135 000000000000000000008b52f89910ef4aab20eb4f0288e467fcf6228e114046 3,271 1.00/1.00 vMB 2
919,134 919,134 0000000000000000000077b71c628bd1da6404800246e7ccc1f2494930f39ba3 1,123 0.34/1.00 vMB 2
919,133 919,133 00000000000000000000a82a97d2c92db3dc2344476665f5c0d4b15172a24cec 197 0.13/1.00 vMB 1
919,132 919,132 00000000000000000001aef4ab356e96b6dd453de8ffa865d5f78b9feb87fd98 2,263 0.65/1.00 vMB 2
919,131 919,131 000000000000000000004745e79ab2960c18d74e6bc4cbacacb629ee9b62cacd 2,080 1.00/1.00 vMB 1
919,130 919,130 0000000000000000000036993653ca43d554620b912ee512ab8d17880518cf60 3,252 1.00/1.00 vMB 1
919,129 919,129 00000000000000000001a94600ae6872f473574e1e3232f8d911cf9fe24b259f 4,158 1.00/1.00 vMB 1
919,128 919,128 00000000000000000000cf4787eefb1b7f4f5d6c89831295cfdde74567cc29d2 3,057 1.00/1.00 vMB 1
919,127 919,127 000000000000000000018619cd62d68c7ea1f7589f4c1e99ff01404d959860ee 5,699 1.00/1.00 vMB 0
919,126 919,126 00000000000000000000f5090c086ac396588e437b5541881169734bb3c549fe 1,918 0.80/1.00 vMB 3
919,125 919,125 00000000000000000000c281953553f8d190a099b882d91dede9a8ece78c6299 3,923 1.00/1.00 vMB 2
919,124 919,124 0000000000000000000057593e1b9361d07ff479d34cd9b3c37a3cb147f53f61 3,987 1.00/1.00 vMB 2
919,123 919,123 000000000000000000011124a15b43fc430a28d5c50d15a5edffdbdcb50c0702 3,963 1.00/1.00 vMB 2
919,122 919,122 00000000000000000000de554a907650308b22427efb3735744099dea723e16c 43 0.01/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 789.53 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: 1,299.74 GB
    • Received: 48.16 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.