Loading Tool

Explorer IconExplorer

Memory Pool

77,422 transactions
28.84 vMB
0.06439176 BTC
Random Selection Loading Transactions
Max Size: 172.77/200 MB

Candidate Block

Mining Attempt 2fc25ed069d5b1abf4dbffdffca4ed9683a644855346bb068dc1d4a63afbb29b
Version 20000000
Previous Block 00000000000000000001795ad38e6a486d36a6de3a6604bb5c4b74da8b0718e9
Merkle Root 32ea6c1d265c609f2efa55b2b1021d019b3428bed7d90f11dc165c32c462ed8a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,024
Size: 1.00 vMB
Total Fees: 0.00622440 BTC
Feerates: 100.37 > 0.62 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,065 (468,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,695 446,695 000000000000000000a96a5134cbc726e59abfac1c0629f6bb16432f7ad66899 1,984 1.00/1.00 vMB 77
446,694 446,694 000000000000000002ea34d06a2bf4bb3bd4f5547f5f55030041bb81be8c05fa 2,748 1.00/1.00 vMB 99
446,693 446,693 0000000000000000025a2083618be11b8706fd58614c8d14e6cbf83419d90710 2,267 1.00/1.00 vMB 86
446,692 446,692 000000000000000002474fe52eb651fabe010459a0286f1d435645c1ff2e7bb2 2,042 1.00/1.00 vMB 76
446,691 446,691 0000000000000000002f665d0d99c51f82bbfd729c2ec1d666e7348a28d578ed 2,531 1.00/1.00 vMB 89
446,690 446,690 00000000000000000274db56826af773ed14699337100f46b153c27bdbc4193b 1,472 1.00/1.00 vMB 56
446,689 446,689 000000000000000001cbc35a5e5f2f3c80a4bb8583cbad8dba796a12fd0faf76 2,292 1.00/1.00 vMB 80
446,688 446,688 000000000000000002e97dc06b6ea0515f1c6ff06241fc0ad74a702c858a3c96 2,827 1.00/1.00 vMB 96
446,687 446,687 00000000000000000054944d0ab0f69a4ed453bec95fd86493e869f802faaad3 2,001 1.00/1.00 vMB 67
446,686 446,686 000000000000000000bfb87ad6409a5c6d8c44405ccd28f68bf5ce60b328c4c5 1,996 1.00/1.00 vMB 81
446,685 446,685 00000000000000000028887064c343f916a58d0d6ced4c9aa87faa4b2354d801 1,706 1.00/1.00 vMB 67
446,684 446,684 000000000000000002167427277b525b992369d0b48ad1a0bf76b62b51cb3545 2,419 1.00/1.00 vMB 68
446,683 446,683 0000000000000000019de70dde6e34656e7bc003b2e8fc0dc8b71b94d54fad85 2,013 1.00/1.00 vMB 82
446,682 446,682 00000000000000000135c2f465622055f0046993a1f9bad8ff97bcd32be39943 2,049 1.00/1.00 vMB 76
446,681 446,681 0000000000000000019f412eb3ab77318d02c540a586633dc1481cc1532a27c8 2,127 1.00/1.00 vMB 83
446,680 446,680 000000000000000001108f5185624d41b00028102c082c3d212d674b666414c7 1,805 1.00/1.00 vMB 114
446,679 446,679 000000000000000001b4cf6681ba0dc76f26a6754ceccdc0ad87d75318de771e 2,632 1.00/1.00 vMB 96
446,678 446,678 000000000000000000c7c1abdb20d06ae850730ec15ced8eb8aac04b6ec9a057 2,280 1.00/1.00 vMB 83
446,677 446,677 0000000000000000002d58fddb120671bb4b833e7e999e1b97cd2cb7ca3c9c10 2,152 1.00/1.00 vMB 89
446,676 446,676 000000000000000002735821b90effa3b7eb61d327caa6b41e0aabadcceca477 1,589 1.00/1.00 vMB 49
446,675 446,675 000000000000000003296fdf41c6e39399b49cc0e675e889e2c65ded3600269d 2,632 1.00/1.00 vMB 93
Previous 10 blocks ↓
Total Size: 782.51 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: 668.48 GB
    • Received: 15.53 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.