Loading Tool

Explorer IconExplorer

Memory Pool

83,018 transactions
30.72 vMB
0.08261378 BTC
Random Selection Loading Transactions
Max Size: 188.54/200 MB

Candidate Block

Mining Attempt 6883fb5e8f3a884aa60ab6cade6b5348ff06d0ff3d33da86782c89123c9baa12
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 5fefd2cf7f8864f53abe3e8cbdd207ea28dcc109e956a3e390e25da0b9b34f51
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,291
Size: 1.00 vMB
Total Fees: 0.01378565 BTC
Feerates: 150.77 > 1.38 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (139,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
776,306 776,306 0000000000000000000114fcb7d43a40e0e6d78d81f2e724f04dfcd3356787c6 784 1.00/1.00 vMB 8
776,305 776,305 0000000000000000000208e5aecd2b142d8b5112b25fa55919749d6f1b6b756b 459 1.00/1.00 vMB 7
776,304 776,304 00000000000000000004666dc9f3247fbb4a58dc45d8274bd9a8acd844eafe0e 2,777 1.00/1.00 vMB 17
776,303 776,303 0000000000000000000422a949492d2454cbe70a6911c512149517ca0f037e48 257 1.00/1.00 vMB 6
776,302 776,302 00000000000000000005c80c8d22bb8e4206566abae066e0665388cab8901e63 1,971 1.00/1.00 vMB 15
776,301 776,301 0000000000000000000428d013e222646b12efcd41f9b33ed50b7cae80030592 2,130 1.00/1.00 vMB 15
776,300 776,300 0000000000000000000036d1fb93a93da7fbe3ba7f920e321753f6171dc6e681 657 1.00/1.00 vMB 8
776,299 776,299 00000000000000000006cc7988b845ef846bcdb9e3b9fd73210cb561e143c3de 298 1.00/1.00 vMB 6
776,298 776,298 00000000000000000004e0bc751b2b258fa1d82540f87e015e8f45be61aa1be4 1,223 1.00/1.00 vMB 12
776,297 776,297 00000000000000000005f7216366477e18e85dd48ae62b4cec61fef868362c9e 1,230 1.00/1.00 vMB 9
776,296 776,296 0000000000000000000689cbdfd99d277014c3ce1a98720586028ddda81718e2 1,854 1.00/1.00 vMB 19
776,295 776,295 00000000000000000005e39bb9b282f124b0f0cbda81972f4460b8f9be8e9084 2,063 1.00/1.00 vMB 21
776,294 776,294 0000000000000000000643d6bad79e3d086fd15f5de5d846a7bfb5c2268b623d 1,171 1.00/1.00 vMB 8
776,293 776,293 0000000000000000000390e2cd08d79588e1e09fe7b62863dd1e63ad059d7e40 2,242 1.00/1.00 vMB 16
776,292 776,292 00000000000000000001dd38afbfd03a87ed18f442545252dfe8bcf0260c80e2 2,670 1.00/1.00 vMB 17
776,291 776,291 0000000000000000000105274feae2520ca59b9a813ab2430ab1f95589611a1f 1,168 1.00/1.00 vMB 19
776,290 776,290 000000000000000000016ad7fa34a22065617f4017b9b0086bf332f0fd0763d7 2,326 1.00/1.00 vMB 19
776,289 776,289 00000000000000000004a530ab3796f6710f61852e838112fadb4b4e80d9856a 1,924 1.00/1.00 vMB 21
776,288 776,288 0000000000000000000011ba7a5f723c864a53b49ae064a63a9e2e3e9fa1df36 2,413 1.00/1.00 vMB 20
776,287 776,287 00000000000000000002f9b8ae8dc6780bae44acb6db8d8086ce484ddc009825 1,731 1.00/1.00 vMB 24
776,286 776,286 00000000000000000003e313e829a6fff9aeabe99d9949d20aa77c0ab8a3f9ce 2,240 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.96 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: 715.42 GB
    • Received: 17.72 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.