Loading Tool

Explorer IconExplorer

Memory Pool

81,306 transactions
31.56 vMB
0.07462418 BTC
Random Selection Loading Transactions
Max Size: 191.73/200 MB

Candidate Block

Mining Attempt 564370692b1470ad852674a02973abc24bad2300bab6bfd259063c488df6eacb
Version 20000000
Previous Block 00000000000000000000e6b6d7770bd2fe9564667081eb588a4ee37f4db3b6f3
Merkle Root 731807d439889d65e7e7f5fc634dc071a9b9a6193c01c923726d62419f89820a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,405
Size: 1.00 vMB
Total Fees: 0.00608497 BTC
Feerates: 70.37 > 0.61 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,213 (420,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,750 494,750 000000000000000000405c1b412481b9442936aefd726ac55f14cc0a4acdf3b1 2,259 1.00/1.00 vMB 303
494,749 494,749 0000000000000000003edfec349b8a9d62e488c0683246a371839252d962def4 1,823 1.00/1.00 vMB 197
494,748 494,748 0000000000000000008bdb6864bb246ca4d6844be40c0da3b22e858747c09d34 1,985 1.00/1.00 vMB 276
494,747 494,747 0000000000000000008c1042c0d846bdbb7fc76bffe54478b21172f93cf16e15 1,805 1.00/1.00 vMB 250
494,746 494,746 000000000000000000488dcda42a759db7f766594ee3cd1ce77466eb5057f75e 2,135 1.00/1.00 vMB 115
494,745 494,745 0000000000000000003b253b2e5d706f9df7d99cc8b173be49d510ab00e4e99e 2,323 1.00/1.00 vMB 342
494,744 494,744 00000000000000000088a82c2fa99d3363a3a0433b0bab868c6f1aad90a8ad3c 1,965 1.00/1.00 vMB 386
494,743 494,743 000000000000000000c251cc0e9f900adbc2398500ff7b614d884f23d41f5c1a 2,084 1.00/1.00 vMB 273
494,742 494,742 00000000000000000049c2ea5c3195b180eacba445dabb006e513bfd610f2f16 1,439 1.00/1.00 vMB 165
494,741 494,741 00000000000000000010102bf1d28d136c55789af6f576c134576eda20b767b8 2,150 1.00/1.00 vMB 200
494,740 494,740 000000000000000000ad05e3004941ed68dfa1d56d3ca517bdef132ba91d6b03 2,310 1.00/1.00 vMB 182
494,739 494,739 00000000000000000088ff3e1bc5cf9cbdafc28ef0ae219b49e9696a3ab1713f 2,285 1.00/1.00 vMB 57
494,738 494,738 000000000000000000a46389e474c8dadfe14f58d22060628e69031e7ff8dbe9 2,886 1.00/1.00 vMB 190
494,737 494,737 000000000000000000c260b2c0e0ec1b3bd2bb712b313865494aa2107d9b9ef3 1,738 1.00/1.00 vMB 260
494,736 494,736 00000000000000000091b1e5dad92364da595090761b93ffeee1e45198b676ac 3,062 1.00/1.00 vMB 201
494,735 494,735 000000000000000000a1eea8c265a986f7929b169f42b3fceb0ccbedb2933967 1,970 1.00/1.00 vMB 254
494,734 494,734 000000000000000000445742b3cc225274c58701df5df6b71c81755b30de4749 1,533 1.00/1.00 vMB 216
494,733 494,733 0000000000000000001348a846c04878ed542ad86202e1bb6744877ebd6af3ed 3,104 1.00/1.00 vMB 491
494,732 494,732 0000000000000000001de288c375a5b6c9ad3bcf1d69f53f9c6a80d5989f4a62 2,980 1.00/1.00 vMB 498
494,731 494,731 0000000000000000008658b42c7d4b06be01668b7e12da6e84015ff35c3144f6 2,490 1.00/1.00 vMB 105
494,730 494,730 00000000000000000041866b8077805ece7b21201f186da9f9b2b3c997e13753 1,351 1.00/1.00 vMB 263
Previous 10 blocks ↓
Total Size: 782.76 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: 708.96 GB
    • Received: 16.80 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.