Loading Tool

Explorer IconExplorer

Memory Pool

79,284 transactions
30.72 vMB
0.10739217 BTC
Random Selection Loading Transactions
Max Size: 180.28/200 MB

Candidate Block

Mining Attempt 01eaa477c5ecf03899d142fa0c2f89e574afd5ab1360773db88876b748ef80d7
Version 20000000
Previous Block 0000000000000000000021f3a956650a7471edcad1ab0779099a4375c55a0f91
Merkle Root 805dd032b0bc0f3694efead10f04911f1f040018e0d5aaa34a4a6ea6fec79eb0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,921
Size: 1.00 vMB
Total Fees: 0.03409223 BTC
Feerates: 201.36 > 3.42 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,058 (392,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
522,121 522,121 0000000000000000001283b6f5bbfec9229e1c7f6b9af127cc1208397c36eca4 1,798 1.00/1.00 vMB 5
522,120 522,120 0000000000000000003d51c2743891eaf9bdb22424d440a62ff36b138f4db2aa 1,982 1.00/1.00 vMB 26
522,119 522,119 000000000000000000274fec73b8971fd98ab61995882596dcb5cdad211a95e3 2,258 1.00/1.00 vMB 17
522,118 522,118 000000000000000000248039be42a28c1ef40eb7f54acee2212900026c6fe9dd 2,363 1.00/1.00 vMB 43
522,117 522,117 0000000000000000000c8af7872fac54f969f75dd9dee4d392377748434dff36 2,926 1.00/1.00 vMB 45
522,116 522,116 0000000000000000003045642f8bc61b46a7b4e3b177cae2e45ffd836618e779 2,117 0.98/1.00 vMB 24
522,115 522,115 0000000000000000001d41dc3ff6f5e2d9c1afdefd9eaf6f6cfc353d183f8f2e 646 0.31/1.00 vMB 17
522,114 522,114 0000000000000000002cafd25093b96e24bdbf6c52f7212978277e9bec966334 1,884 0.87/1.00 vMB 22
522,113 522,113 00000000000000000032b710c0224f50759ddb95b28e219f74253792c37f7b60 2,146 0.96/1.00 vMB 21
522,112 522,112 00000000000000000042b7293f8085751ae957f8fd80950c8c0076bd0ba80711 1,914 0.85/1.00 vMB 22
522,111 522,111 0000000000000000000bf682322ec4d60d5c5a31c7cdf251bb930f48468035d3 513 0.24/1.00 vMB 35
522,110 522,110 0000000000000000001d76e6192d21868a2242acbc19a5070b7210fb0f12a808 1,597 0.72/1.00 vMB 23
522,109 522,109 0000000000000000003c12bc2a5080a090c5dd3218b41a2216d5176f791d539c 2,122 0.99/1.00 vMB 17
522,108 522,108 00000000000000000013c9f9f1fd9133391246dccec3a4880b8a37be3e566813 1,575 0.72/1.00 vMB 14
522,107 522,107 0000000000000000001dfe610de6cc87b8164bbd4078f17bc88c89731feaf181 1,592 0.65/1.00 vMB 19
522,106 522,106 0000000000000000000077d21982e1fe59cddae23c58d3fc4c4f3605148904eb 2,140 1.00/1.00 vMB 42
522,105 522,105 0000000000000000001f6c69bb1f58f37f92ede9e64f8ad65386139ccc2d041f 2,468 1.00/1.00 vMB 30
522,104 522,104 00000000000000000019d47404958660fabd1b96f57e9a14b661a833a48a88d3 2,177 1.00/1.00 vMB 29
522,103 522,103 0000000000000000003143d2fa2f8e5f55040531f51722d74158687948823751 2,132 1.00/1.00 vMB 22
522,102 522,102 0000000000000000000fd9fa20f485ae9cf3d4fc793f8b1efe4276420f6d6f32 2,743 1.00/1.00 vMB 43
522,101 522,101 00000000000000000013d768287e8988f652841989b83711be3d4e384159191c 1,075 0.45/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.49 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: 668.33 GB
    • Received: 15.48 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.