Loading Tool

Explorer IconExplorer

Memory Pool

77,975 transactions
28.67 vMB
0.10129542 BTC
Random Selection Loading Transactions
Max Size: 174.22/200 MB

Candidate Block

Mining Attempt 0cbe7b2f42b063736e01056d2516ea88fd51722eac7fc9487cec7a11b1984b67
Version 20000000
Previous Block 0000000000000000000091529ee73241fad69118a73730bb9cb3c6a9b21d667b
Merkle Root 0bf7abdb5e3190b3a6ad044d7b1e3cebecb1d7cf5994023f61e6063dc2b7d811
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,858
Size: 1.00 vMB
Total Fees: 0.03487030 BTC
Feerates: 201.07 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,297 (60 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,237 915,237 000000000000000000005526bea8af5b3d9aa43c0c50a99620a61707332605e3 3,053 1.00/1.00 vMB 3
915,236 915,236 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec 3,857 1.00/1.00 vMB 0
915,235 915,235 00000000000000000000b8512a4a412ea21c7db33beda8db53df37174c1d8456 2,003 1.00/1.00 vMB 0
915,234 915,234 00000000000000000000ddab65c51a7dd85773b7582e384be3d4eee1a68b6b9f 4,839 1.00/1.00 vMB 0
915,233 915,233 0000000000000000000042d6229e07ff0b0bfd44f456cb2e4e6f42b0f356ed74 1,625 1.00/1.00 vMB 2
915,232 915,232 0000000000000000000037d82ec9e246b9e0bee75fb1bfb30aedb46f9d11ae3c 1,775 1.00/1.00 vMB 2
915,231 915,231 000000000000000000019edd1a56b4f361ecb598479f8049a106a5401578635e 3,362 0.87/1.00 vMB 1
915,230 915,230 000000000000000000010b09871cf774391de40424eb91db5f47009a5adc40d0 2,744 1.00/1.00 vMB 2
915,229 915,229 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192 3,293 1.00/1.00 vMB 3
915,228 915,228 00000000000000000001ac34818eef0d70486ad7b2c435f366c2fef0117ca70d 3,132 1.00/1.00 vMB 2
915,227 915,227 000000000000000000008c48c54ea13ac1ebac208d0e0eb58ba93557644246e0 3,184 1.00/1.00 vMB 5
915,226 915,226 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab 3,968 1.00/1.00 vMB 5
915,225 915,225 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d 3,832 1.00/1.00 vMB 5
915,224 915,224 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea 2,995 1.00/1.00 vMB 2
915,223 915,223 00000000000000000000b7ed4bcc09a1ab3389cc1da6d37b94493a2f9a8472a1 3,083 1.00/1.00 vMB 4
915,222 915,222 00000000000000000000a85c36171777e63d64dce13efc9d5a9a92d01c1863c6 2,569 1.00/1.00 vMB 4
915,221 915,221 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8 2,695 1.00/1.00 vMB 2
915,220 915,220 00000000000000000001c741e94ff9ce9b4832dde958a2941db0822cdb652151 3,190 1.00/1.00 vMB 4
915,219 915,219 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc 2,561 1.00/1.00 vMB 2
915,218 915,218 0000000000000000000157740f438ce3e5ef10f5710cd37a32b7a7487f8610f1 3,905 1.00/1.00 vMB 7
915,217 915,217 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65 2,635 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.90 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: 713.73 GB
    • Received: 17.45 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.