Loading Tool

Explorer IconExplorer

Memory Pool

76,815 transactions
28.70 vMB
0.11405419 BTC
Random Selection Loading Transactions
Max Size: 173.66/200 MB

Candidate Block

Mining Attempt 1f50f5c945213bc98c56c345fd3ea3aba021900ebff5f15239795b53aec7e1ba
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root b89ab347301e1c16e5c47596da68a4f809e175fb5b6e5e55d3259aff0f49d546
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,008
Size: 1.00 vMB
Total Fees: 0.05443228 BTC
Feerates: 101.65 > 5.45 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (231,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,662 683,662 0000000000000000000207eef7b31cc59ccfb7845c13456c1defd42f686481da 1,769 1.00/1.00 vMB 59
683,661 683,661 00000000000000000005cdfb24830d60bcd8f694146790d6b05c810f0663b6ef 2,453 1.00/1.00 vMB 103
683,660 683,660 0000000000000000000653dde73664126e4e3d09a1be50e49d8c20029e08be49 1,578 1.00/1.00 vMB 68
683,659 683,659 00000000000000000003a1dfeb13568685cb0bc8915284fe9da4fd90acd56be1 1,564 1.00/1.00 vMB 70
683,658 683,658 000000000000000000023bc6ddde3f467054f256e298f465b5c56af8e710e086 1,184 1.00/1.00 vMB 37
683,657 683,657 00000000000000000007567f71a6c0d340defa91e1708d73667a8a52cfa47f5e 1,439 1.00/1.00 vMB 22
683,656 683,656 0000000000000000000113c2c24df2af71a3a52faf3ebea38fab4b210e5f8ff4 1,222 1.00/1.00 vMB 31
683,655 683,655 0000000000000000000485e8e47e27cd326e834fa406c71474f5e3b6c53c4dae 1,588 1.00/1.00 vMB 57
683,654 683,654 00000000000000000004c2fd58749c8f20cb212c31056baa810dae595d286b09 1,415 1.00/1.00 vMB 61
683,653 683,653 0000000000000000000a07d59b8567d5c66177db2aca122451f58253f8194bda 2,708 1.00/1.00 vMB 95
683,652 683,652 000000000000000000099e926d9c38cfb3aa71b9faeeed2e6a2e3577b49fb36f 1,100 1.00/1.00 vMB 21
683,651 683,651 00000000000000000009b437ec754a5f9500dfcbc67a82125fef100d9df55423 1,836 1.00/1.00 vMB 23
683,650 683,650 00000000000000000008fdc05d3680ac3cee34d0df6b5d31b407e478650f82f9 2,053 1.00/1.00 vMB 30
683,649 683,649 00000000000000000008e2a8dcb67c0a2fd60e859aa4c88764c9e6b4b8ad6a24 1 0.00/1.00 vMB 0
683,648 683,648 00000000000000000006d967fb77ee8ee5223cdf3d1eed39bfbbc351c5eeb2a9 1,964 1.00/1.00 vMB 48
683,647 683,647 0000000000000000000178331573ed5a010edb44bc70f3b3510c339afe33c503 1,595 1.00/1.00 vMB 50
683,646 683,646 000000000000000000060df5464bcdb383b52d8f03cfb7a65faec7ecf6da97ec 2,066 1.00/1.00 vMB 36
683,645 683,645 00000000000000000007f1a6b8cdc1470167001f628bb713ec947a8158496df4 2,155 1.00/1.00 vMB 49
683,644 683,644 0000000000000000000986eca8221eee55f375a9902b70d362255bf95b50466c 1,841 1.00/1.00 vMB 64
683,643 683,643 0000000000000000000360be206ca77a9067f1e9d40cb06b5f5e1f34f5f7a6c0 1,831 1.00/1.00 vMB 53
683,642 683,642 00000000000000000008c97f41ebe8a8305a85e81c2a7cf353163f3695e57a93 1,942 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.59 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: 671.52 GB
    • Received: 15.95 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.