Loading Tool

Explorer IconExplorer

Memory Pool

81,690 transactions
30.72 vMB
0.09799220 BTC
Random Selection Loading Transactions
Max Size: 187.60/200 MB

Candidate Block

Mining Attempt 7b89bf385527e38f97581644faa9449c503eca29d47d2f87e610a05b14df8fef
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 72ad72a8ce7580fa976ce5c69dfbd874c0f299895737b22827b1527759bb7e13
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,010
Size: 1.00 vMB
Total Fees: 0.02633779 BTC
Feerates: 301.60 > 2.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (313,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
602,175 602,175 000000000000000000035f709006546c3ad6e48c1b0a3bcf2672da7f47302d6e 2,270 0.64/1.00 vMB 5
602,174 602,174 000000000000000000144d4ceee0bba18a5e56fef89c5e1f644be34bdca1402a 2,891 1.00/1.00 vMB 30
602,173 602,173 00000000000000000006c92cc258e8ffb55e2396c1da77e05ec81ed615250f75 1,781 0.55/1.00 vMB 23
602,172 602,172 00000000000000000006b0053904b94a4aa35cf1d319843f41ec07b39f8c0b32 803 0.22/1.00 vMB 18
602,171 602,171 00000000000000000005f483db5d91289c42cf176e71780510efd23f90e50b05 352 0.16/1.00 vMB 36
602,170 602,170 00000000000000000014013bb2687d3a6f9b058ae2d7cfbc77990b267fa3156f 2,528 0.91/1.00 vMB 15
602,169 602,169 00000000000000000011159af81bc797550d6abb40e44379bad31bd35e472e2b 2,858 0.89/1.00 vMB 7
602,168 602,168 00000000000000000013a0dab9d26be0353108f6eb5a2be6ac389986296607c7 2,902 1.00/1.00 vMB 18
602,167 602,167 00000000000000000003041256b440a9ad19863e26c282af84329f90eaeec2a5 3,021 1.00/1.00 vMB 35
602,166 602,166 00000000000000000008ebb99f5a905525db895064df676cf6ab4cb7596bcf80 2,677 1.00/1.00 vMB 26
602,165 602,165 000000000000000000011aea5ad0a0a6c266ea9c5a3107c0b2abad4832ac0ae2 2,923 1.00/1.00 vMB 12
602,164 602,164 0000000000000000000e0bf9c99f8d6c2d1e4a59a31b8439adef811fc7c5f752 3,053 1.00/1.00 vMB 38
602,163 602,163 00000000000000000014095284261b761c2baad33e3ce98890db5b3102ce993c 1,524 0.54/1.00 vMB 18
602,162 602,162 000000000000000000081e81fbc3e9059e34049e0e2d551020619adb73a9c4f4 1,221 0.37/1.00 vMB 16
602,161 602,161 00000000000000000000bd09f02bfc488fb1ddb54fbc0b81afaea7c10bdf87f7 823 0.31/1.00 vMB 25
602,160 602,160 00000000000000000006d8d3a19aa137703297ef036a65df0fba89fb03bb6e92 1,804 0.55/1.00 vMB 6
602,159 602,159 0000000000000000000b8fe3ae4de52ad8ce751625d0b64857e34ebe28dbe6b9 2,036 1.00/1.00 vMB 16
602,158 602,158 00000000000000000009742d9535385d486d19be78e4874e8e23f1abe3e6a520 2,068 1.00/1.00 vMB 14
602,157 602,157 00000000000000000004f5d0fc8a0fdf24af9eeca3cc6d3544b11278440daced 3,087 1.00/1.00 vMB 17
602,156 602,156 000000000000000000097aeeff6b35f509b8165da4300d69a13316027decfa15 2,231 1.00/1.00 vMB 47
602,155 602,155 000000000000000000019a0b00d4f597a2f9e5c29583d7132b2be227e3302087 3,385 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 783.07 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: 720.89 GB
    • Received: 18.30 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.