Loading Tool

Explorer IconExplorer

Memory Pool

79,662 transactions
29.64 vMB
0.07309765 BTC
Random Selection Loading Transactions
Max Size: 178.37/200 MB

Candidate Block

Mining Attempt b35c23c10f11bed8eeef616a41fdd895006e573b9389d26a23b11d5a594cb5ba
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 82f592d8f8919425a82f36f5716c099d850fa5cf56d9021a47ab6b75b8615645
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,741
Size: 1.00 vMB
Total Fees: 0.01270401 BTC
Feerates: 454.44 > 1.27 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (284,093 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,892 630,892 000000000000000000068e9a1a96347f7815cd6f0a4d8c9e1b45305a9afd8364 1,469 1.00/1.00 vMB 168
630,891 630,891 00000000000000000000041974b079e93a666bedc5576b22c66cbbf15a94abe9 2,807 1.00/1.00 vMB 185
630,890 630,890 0000000000000000000cd1b09d905a6531f9f2b8ce47576cc0b1059aded7c787 1,863 1.00/1.00 vMB 163
630,889 630,889 0000000000000000000e4cfb756f16ea94b14431ac011e1e26d091c35248e819 3,078 1.00/1.00 vMB 147
630,888 630,888 00000000000000000008e296f8947b5ab7b31ab98ecd2cd2d9a143d7391f2f99 3,308 1.00/1.00 vMB 153
630,887 630,887 000000000000000000030acd5d9da145dfb98394b2fcb4d6fc45f3afd5c0f5b2 3,149 1.00/1.00 vMB 159
630,886 630,886 0000000000000000000086763834cd71633cbd7ac641c99c104b2bc73959f8b3 2,526 1.00/1.00 vMB 167
630,885 630,885 0000000000000000000a2b9186e354eb5aecf566aa340b4d1065b9e06289df66 2,048 1.00/1.00 vMB 179
630,884 630,884 00000000000000000001ac3bd2d6df269ca43c4a06a3357e306ef0e55970f759 2,655 1.00/1.00 vMB 201
630,883 630,883 00000000000000000008a5fe7075c667dcafad5be7c91a6e1943423116c4f2e1 2,489 1.00/1.00 vMB 183
630,882 630,882 00000000000000000002eea9138377fd7039677cc0ac0265d6f7d2b75308767b 2,280 1.00/1.00 vMB 170
630,881 630,881 00000000000000000007d614c0b374fb92737b358386cfe10318d8d99702c02d 2,600 1.00/1.00 vMB 192
630,880 630,880 0000000000000000000f0805eaa12da435e4231e6e2fbac8227b8d265df6452a 3,266 1.00/1.00 vMB 151
630,879 630,879 0000000000000000001078c002a572c8794456422db598ebfc5970d5043c1c97 907 1.00/1.00 vMB 159
630,878 630,878 000000000000000000079a3e58230c3ca03e731c3cdeeaa0ca1c9ede7e727d8b 2,180 1.00/1.00 vMB 187
630,877 630,877 00000000000000000001ad0e164a45da74bec402c46138663ab43deb3aef49d2 1,670 1.00/1.00 vMB 163
630,876 630,876 00000000000000000007fae5720c43c79d47260c52a1153fc2e4c408378af6fe 2,312 1.00/1.00 vMB 185
630,875 630,875 0000000000000000000418afb71948228729f448df1bfdab8241a2269f9e3f83 665 1.00/1.00 vMB 157
630,874 630,874 00000000000000000002707308a9250e623ca3adb81fd7948303426d3e5c11a0 2,890 1.00/1.00 vMB 166
630,873 630,873 00000000000000000009eefb7971196febbea455b2bbc18ea65b57c64054fa03 3,110 1.00/1.00 vMB 189
630,872 630,872 0000000000000000001049834cea6624f584f1562df6b1abd170409b7e641ff4 2,389 1.00/1.00 vMB 169
Previous 10 blocks ↓
Total Size: 782.37 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: 663.23 GB
    • Received: 14.89 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.