Loading Tool

Explorer IconExplorer

Memory Pool

81,098 transactions
31.03 vMB
0.10322371 BTC
Random Selection Loading Transactions
Max Size: 187.57/200 MB

Candidate Block

Mining Attempt 86bfe3bafef0e7ec372f0e7672c27feefad3f7c7daea254a85adb9363b0e0e9f
Version 20000000
Previous Block 0000000000000000000103b96eb359a8c0480b26c3d5b203ae6c8082570a546d
Merkle Root 96966e6c0d18a34150ff5d907c7d0a37244c40e1e67678c2d23b47a39f2eeeef
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,955
Size: 1.00 vMB
Total Fees: 0.02597348 BTC
Feerates: 150.75 > 2.60 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,402 (633,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
281,819 281,819 0000000000000000ba1d55c219c3636ecd74a8f47db238ec7a4476082fac15ab 275 0.13/1.00 vMB 48
281,818 281,818 0000000000000000a9e5365f0e40dc02936de521606c0a2cc542edcc5c0270d3 261 0.14/1.00 vMB 42
281,817 281,817 000000000000000114f8b49dbf23a1b1c599295fc79013ae63177751c7d7f34d 173 0.10/1.00 vMB 30
281,816 281,816 0000000000000002110c8d1fcec49eb2e7cdac87bf50be43c0d068726cecab2e 177 0.10/1.00 vMB 35
281,815 281,815 0000000000000002470078403da15c3f0f515ba06717976e68e3652e2501acf5 31 0.01/1.00 vMB 168
281,814 281,814 0000000000000001b57e2cfd68f7f6a637ffbbabb9ec9f042e86587afa93a2e0 238 0.11/1.00 vMB 44
281,813 281,813 0000000000000000d94aae66fd0709c21f5cc125921095bc7519d79d8172d316 63 0.03/1.00 vMB 33
281,812 281,812 0000000000000000b18059827d31a5819446a28294c32a67037e13a65d556634 293 0.25/1.00 vMB 26
281,811 281,811 0000000000000000c3cce6fccf23ed2913d9573f7c589e7b8a217a891b6524af 623 0.25/1.00 vMB 53
281,810 281,810 000000000000000171ba3f4dc350e4650d6c4108c97527198ba413b10cbce493 151 0.07/1.00 vMB 37
281,809 281,809 0000000000000001b648a2efe9d4234fd1659220047f761192254a88b86c270d 43 0.02/1.00 vMB 31
281,808 281,808 000000000000000007583c9991bad5d54f25960c4b04d832a1d62c911bb8c863 81 0.04/1.00 vMB 30
281,807 281,807 00000000000000014bef83f168a96ddc49ffe6543b0c4c68e6ea03a4f602d67e 104 0.10/1.00 vMB 16
281,806 281,806 0000000000000000b595fbacdf90198ea1fb4a693ecb591404f77d47f4a2fccf 95 0.04/1.00 vMB 72
281,805 281,805 0000000000000001f90b5a7583ac916dbc7e27664b94dfca43a4fcf1ed1cc4ea 477 0.24/1.00 vMB 49
281,804 281,804 0000000000000001e866c5eed9e7488fd25a1139656ad6baaf30c0f6b778ff35 294 0.15/1.00 vMB 35
281,803 281,803 000000000000000107d9dfb28b720be2f3d596a0485f875eaae79ffc5556d207 136 0.11/1.00 vMB 22
281,802 281,802 000000000000000251600f18cc0a149e6ef4c673e8333c43f69b7af7ea7bbc48 552 0.25/1.00 vMB 46
281,801 281,801 000000000000000103c9d811609353d22d5f4e78dc57ae1e85fe34b98004bf6d 101 0.10/1.00 vMB 15
281,800 281,800 0000000000000001eb7b543dddfc8789479d73d664f542fbd520cf8c1d4f7379 80 0.10/1.00 vMB 14
281,799 281,799 0000000000000000ce7e06cc07489c59f6b3fbf172e0ab7eca7467a4a1ab7d81 34 0.10/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 783.08 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: 723.67 GB
    • Received: 18.41 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.