Loading Tool

Explorer IconExplorer

Memory Pool

36,241 transactions
26.21 vMB
0.06920928 BTC
Random Selection Loading Transactions
Max Size: 133.44/200 MB

Candidate Block

Mining Attempt 6a45356c419a78b73eb4f1499b50169ddebc1bcd8155d68064e8fb33e7a9431d
Version 20000000
Previous Block 000000000000000000000fe35af4d037ca03b402462f88c6c27529d0780dc853
Merkle Root 6579dd2f5f254ded647e0f4afb4d6cb5bb8f0a2da1bea6599e06f708f249c410
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,025
Size: 1.00 vMB
Total Fees: 0.02051369 BTC
Feerates: 165.59 > 2.06 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,693 (348,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,319 566,319 0000000000000000001388a1eea417583d342ad91781623482b1171b62f921be 628 0.20/1.00 vMB 23
566,318 566,318 00000000000000000020ada64eb8bc34e0afdf6d24993cd57e4d44711c6deb21 1,545 0.73/1.00 vMB 20
566,317 566,317 0000000000000000001a9f12858de1693fce560260cb100d0dfca6c5cf360ecc 613 0.54/1.00 vMB 20
566,316 566,316 0000000000000000000e68f76da44cef848e3127e2176d1cead4bdf6b7bf8f2d 1,987 0.82/1.00 vMB 18
566,315 566,315 0000000000000000002765f91dae7c44f44dd8a649ba5a5fec70e8859f0304d5 2,076 1.00/1.00 vMB 28
566,314 566,314 00000000000000000005efd8e1e42e7a6434dcf00f1826f2c829e63e8778309a 1,740 1.00/1.00 vMB 2
566,313 566,313 000000000000000000281b23e4d39def612f1dea6f89da1d75cbb59bd9e63f5d 2,364 1.00/1.00 vMB 16
566,312 566,312 000000000000000000132a12d60bad85e6522fe199d887f63e9ae75eb4b2b6ad 2,881 1.00/1.00 vMB 22
566,311 566,311 0000000000000000000f31372909015c9170c54151db5ff23bc8ef269ab8691f 2,877 1.00/1.00 vMB 32
566,310 566,310 00000000000000000001911f3cf54f1d70331c6a955745ff9c7cacece63eb18d 3,026 1.00/1.00 vMB 46
566,309 566,309 00000000000000000028d0359465d34911fdcbb10aa405490ef6766cb0dedc95 1,485 0.69/1.00 vMB 13
566,308 566,308 0000000000000000002ae5b27a3d0bddd9caf8a6876abe10505a2247ac98e5a9 2,401 1.00/1.00 vMB 19
566,307 566,307 000000000000000000261839e4023992c93a527dca8157efcefd171ac8a0afdd 2,871 1.00/1.00 vMB 34
566,306 566,306 0000000000000000002bd7b50f1b311513254a7d8d670d3ad59b67e9a190fffb 2,552 0.99/1.00 vMB 20
566,305 566,305 0000000000000000000c090b5ef8be21e64b598db2e35377860f687619fe9dc7 2,951 1.00/1.00 vMB 29
566,304 566,304 0000000000000000000f642da3a76b37a5fa189794880c3a1fe37ca0b749513a 567 0.20/1.00 vMB 25
566,303 566,303 00000000000000000021e6dfc214f115a5e8d425af826dfe2613411c4f8f2421 2,067 0.72/1.00 vMB 25
566,302 566,302 0000000000000000000fcc7fb75613f8dd0772f4fabb8638c6bc81a86502de86 1,141 0.39/1.00 vMB 26
566,301 566,301 0000000000000000002c5b7fce2519b13dc512d3448a040f1998763637c7fda8 918 0.31/1.00 vMB 28
566,300 566,300 00000000000000000025e21222fa558d888725716ccfdf3688d11fa02d9ef3e5 2,185 0.77/1.00 vMB 26
566,299 566,299 00000000000000000002e72b87b23bd0405515fac6fb5f1df5b56362bb273409 616 0.20/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.85 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: 638.25 GB
    • Received: 12.47 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.