Loading Tool

Explorer IconExplorer

Memory Pool

49,169 transactions
30.18 vMB
0.16613934 BTC
Random Selection Loading Transactions
Max Size: 161.42/200 MB

Candidate Block

Mining Attempt 6dd9520a03a1fb9295344a0c8caf9dffed5d734f09d4f0338f2698e17f08b92f
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 9a80d2d81c1bc7e55a6b93a731db9926e887222949ef585a3a75004147295185
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,146
Size: 1.00 vMB
Total Fees: 0.08860865 BTC
Feerates: 261.10 > 8.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (199,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
715,229 715,229 0000000000000000000551570df80149ec973c3df6fcaedd319573b5d9cbffa9 3,127 1.00/1.00 vMB 11
715,228 715,228 000000000000000000053476ab98a5a3bf0b0add6d7dbf18f0987dd71c11c549 3,347 1.00/1.00 vMB 7
715,227 715,227 00000000000000000005be6756a17f2e43c4741125156a944e84f3a5581e9418 2,989 1.00/1.00 vMB 12
715,226 715,226 00000000000000000001308da10cb770e127f07560fbc94408de8cb6bf654d32 1,103 1.00/1.00 vMB 5
715,225 715,225 0000000000000000000a9386b97435aae736bc9958d02b37b56e1dd16a692950 396 1.00/1.00 vMB 1
715,224 715,224 0000000000000000000b2923ed4fddcd2dc6e014ba0d769fbe41417e7d8c6dd5 810 1.00/1.00 vMB 2
715,223 715,223 000000000000000000007277a90ed0da8667fb9a6ffdf879e71f6c8c059c6886 2,918 1.00/1.00 vMB 10
715,222 715,222 0000000000000000000235edab256f44a2e735bc9d993d31cc2c786e44de78d8 2,881 1.00/1.00 vMB 5
715,221 715,221 00000000000000000007549638b61233f3704c0093a2ad79406b1041baf8406c 2,890 1.00/1.00 vMB 10
715,220 715,220 0000000000000000000aa11804c76de03ffb525e46a708b7a77a8c5f5144dce4 2,597 1.00/1.00 vMB 14
715,219 715,219 00000000000000000008bfb016ce19e55f7e03ed1e470f9c39e1288465e4fada 1,425 0.42/1.00 vMB 2
715,218 715,218 0000000000000000000a6a30fb92e93e02b975d11c398fc3b8c2c4f2b5ebaa3e 3,187 1.00/1.00 vMB 12
715,217 715,217 00000000000000000009dd8394217479205780f03a5d21cc82c340bb71d4bbaa 1,304 0.46/1.00 vMB 8
715,216 715,216 00000000000000000003dd19c05194eee28b454199e0b7cb22ebd3081c634bf5 1,364 0.49/1.00 vMB 10
715,215 715,215 0000000000000000000478b5c2035edd38c2c34c4061ef5a265a2f2302405b83 774 0.23/1.00 vMB 9
715,214 715,214 0000000000000000000a510457f3f4867bae615373717819a7824ff27db2f27a 2,661 0.99/1.00 vMB 5
715,213 715,213 00000000000000000009ff2fea61f5bd08ea6d9dc4eeadb89680fa88d6dc9b89 3,461 1.00/1.00 vMB 3
715,212 715,212 00000000000000000008959bafed9fde8a3be8c51862bb80fa6a6bcbcdc01187 3,035 1.00/1.00 vMB 14
715,211 715,211 00000000000000000005a9c071fcc55c49548496bfd754731a05c9ca3b9325f9 599 0.26/1.00 vMB 8
715,210 715,210 0000000000000000000622b08ef42b50214b78f1fd3eee19e2aa560ae4cd0d8d 1,053 0.39/1.00 vMB 8
715,209 715,209 0000000000000000000a4e783c4e20ddf64058009338e77b795d1077e582e0db 318 0.17/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 651.01 GB
    • Received: 13.38 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.