Loading Tool

Explorer IconExplorer

Memory Pool

46,144 transactions
32.33 vMB
0.13051820 BTC
Random Selection Loading Transactions
Max Size: 164.14/200 MB

Candidate Block

Mining Attempt 9581fd1b5547bec71d273d01fd7bed29128c17f198a3c0331d254a0e53af4069
Version 20000000
Previous Block 00000000000000000000eec519111293713fc768004cb21df7a6de617fb0ea11
Merkle Root 35b0b3d3a92efa47c2008f634a4e98f58d1df0cb4bb7754e66b7451e7bd36845
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,905
Size: 1.00 vMB
Total Fees: 0.05688037 BTC
Feerates: 265.25 > 5.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,580 (354,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,467 560,467 00000000000000000006b98777f7352c60465dfc3b387ff896291b247b9b6242 2,502 1.00/1.00 vMB 8
560,466 560,466 000000000000000000196d6d1d3f6fe9a9115a63d9b6714d9cef1a976bdb6b35 2,734 1.00/1.00 vMB 10
560,465 560,465 0000000000000000001f2c05c8b2fc68b901442ea51698ce585db540d2e0c752 3,031 1.00/1.00 vMB 34
560,464 560,464 0000000000000000002a5b4b71f86bbc09cf046f2541e290722034fcc00eab8d 2,803 1.00/1.00 vMB 26
560,463 560,463 00000000000000000009a8541d1ab173ce0536bee9329df7ce20f34a0d1058dc 1,403 0.45/1.00 vMB 14
560,462 560,462 0000000000000000002f06e684a7c239c3f192920ac2850936ca4ca07417b6b6 1,302 0.92/1.00 vMB 4
560,461 560,461 00000000000000000014978519860da9dd64f67a20e89d79236a5ec54a90b4bc 1,762 1.00/1.00 vMB 3
560,460 560,460 0000000000000000002d4df04a4734d46af16d1a75aadbe7773d42608593e5b1 2,395 1.00/1.00 vMB 6
560,459 560,459 0000000000000000001f9b79eeceae0a307a75c4e530e50ffccdb9f6337b8bf3 2,811 1.00/1.00 vMB 20
560,458 560,458 00000000000000000022eebeb91c706a21b6678a7d70e43493f82c21cc8a0003 2,727 1.00/1.00 vMB 20
560,457 560,457 00000000000000000007bd4bd3a83c656eac2753e9108a27d98647b1c389e2cb 2,753 1.00/1.00 vMB 10
560,456 560,456 0000000000000000001111d486a149dadb07a76f3a064443b473f06d2b4d5e72 2,764 1.00/1.00 vMB 43
560,455 560,455 0000000000000000002c7a118657a25fa061a37558b742b5d5cfbfff1a2ec6d3 876 0.47/1.00 vMB 9
560,454 560,454 00000000000000000018cdc26b57c39ae0439f6235b7cc5c9ab344bbc26bff6f 2,672 1.00/1.00 vMB 9
560,453 560,453 0000000000000000001b816f79125c375beabcad9472bd3c84d70de1393488df 2,553 1.00/1.00 vMB 20
560,452 560,452 0000000000000000002018c1e4aef76aa5653bfbd409d7649d30318921c78890 828 0.28/1.00 vMB 13
560,451 560,451 0000000000000000002138972de5f18be12aea252c7f22db7e0e218d8923778c 794 0.29/1.00 vMB 10
560,450 560,450 00000000000000000023c7c6011f452691057a0088d00cfeb084a72eda5b596e 2,218 0.76/1.00 vMB 15
560,449 560,449 000000000000000000078d9ac52af590f9b49f9d8c0ff73169ac2b879044e0a3 1,738 0.57/1.00 vMB 8
560,448 560,448 00000000000000000020adeb95048ff41daac22d2dd97414fd5c47cdc391923a 2,278 1.00/1.00 vMB 16
560,447 560,447 00000000000000000014dbca1d9ea7256a3993253c033a50d8b3064a2cbd056b 1,330 0.62/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.66 GB
    • Received: 11.70 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.