Loading Tool

Explorer IconExplorer

Memory Pool

86,352 transactions
32.90 vMB
0.07585093 BTC
Random Selection Loading Transactions
Max Size: 196.08/200 MB

Candidate Block

Mining Attempt cdecd6826873c0d5d758ef0977f9d7986e8e856f310362ee4630690f541a5d21
Version 20000000
Previous Block 00000000000000000001120b3e90121a7d53199734640ccdc9413977ac8b9735
Merkle Root a3bc6e4a09bb0c453b72734010405cae21150081bc9906ec5a88bfbc168b0ea9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,049
Size: 1.00 vMB
Total Fees: 0.01056137 BTC
Feerates: 151.14 > 1.06 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,947 (118,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
796,023 796,023 0000000000000000000106eadfa58e58c5ed6d90d3cee2f2446766993eefb9eb 3,196 1.00/1.00 vMB 30
796,022 796,022 00000000000000000002b1a0e0bfa088617c1ca2fe01e9fb63afcab6c776a5e9 4,216 1.00/1.00 vMB 32
796,021 796,021 000000000000000000009f935473e89ac0944c93c1e3e692340e2c29bacea610 4,118 1.00/1.00 vMB 31
796,020 796,020 00000000000000000004f1e40cdcaa2941d71bf6b23d36e2fcf88fa3366e6881 4,406 1.00/1.00 vMB 27
796,019 796,019 00000000000000000001b78348bb77a53667eb3c6a95bed90a5aae97236027c5 2,785 1.00/1.00 vMB 30
796,018 796,018 000000000000000000031193602859d107d9519f2b1a86fe0b9eefea4f3e0480 2,188 1.00/1.00 vMB 30
796,017 796,017 00000000000000000000157a831239e44a2e880f6329dd21c906a9d06d6f0de3 3,425 1.00/1.00 vMB 36
796,016 796,016 00000000000000000002b58222d34c5e751f60284f96fa4421a668b5d5dadc45 3,035 1.00/1.00 vMB 35
796,015 796,015 00000000000000000002b7c365b739102a2c86c23790d770baa57206c9b0084d 4,162 1.00/1.00 vMB 27
796,014 796,014 00000000000000000003bf124e70b27540397c1704c4f4bed7950a8833525d98 3,829 1.00/1.00 vMB 26
796,013 796,013 0000000000000000000552ee9268c415607464ace0965bc3438c6d6ea587919b 3,477 1.00/1.00 vMB 34
796,012 796,012 0000000000000000000487d8060a82c5082ed49f7f71e2bb2baadd4770dbe99f 3,195 1.00/1.00 vMB 39
796,011 796,011 00000000000000000000466886f3dbe81c96c5e1c8f46b0c44a76af929a7c26e 3,073 1.00/1.00 vMB 39
796,010 796,010 0000000000000000000337bc44d0145ec73f7d16938a5726b1589247ea4adf0d 3,400 1.00/1.00 vMB 40
796,009 796,009 00000000000000000004a5249eb22c4e063e18f9db1adb71d8685347ac0e1404 1,045 1.00/1.00 vMB 14
796,008 796,008 00000000000000000000bd4b1a8b3aad36026105bafd176b37ae482cdc6f9e59 3,589 1.00/1.00 vMB 30
796,007 796,007 000000000000000000016cbb79df1a84af6737a9f0aebe7a1e7fc985eff394e3 1 0.00/1.00 vMB 0
796,006 796,006 00000000000000000002f2fc43864da00251e0b114116fcc8dba020d9c031e07 2,153 1.00/1.00 vMB 19
796,005 796,005 00000000000000000002e8fe7d46e25840d09aae4c4d9f6ef511a029f5cce24a 2,074 1.00/1.00 vMB 12
796,004 796,004 00000000000000000000d3c9e40a1ce0bae8d066409f5ae4d2d58438362ff063 3,210 1.00/1.00 vMB 26
796,003 796,003 0000000000000000000148e07c1382bf3554498a4c2af63b80d71a3650769b60 3,165 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.29 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: 657.32 GB
    • Received: 14.52 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.