Loading Tool

Explorer IconExplorer

Memory Pool

80,134 transactions
29.80 vMB
0.08338663 BTC
Random Selection Loading Transactions
Max Size: 179.08/200 MB

Candidate Block

Mining Attempt 6929e2af57988163b481fc79c2bc7e9c2e697c6b7195d3e1aaf3fcc17fcae15e
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root a33a6368236d06edb74310136b643302aa0f86324e40491cea68955a0af11c5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,973
Size: 1.00 vMB
Total Fees: 0.02259888 BTC
Feerates: 502.65 > 2.26 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (450,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,025 464,025 000000000000000000edb173884038afaeb03b204478a4ec01f0b81c6595bdd1 2,538 1.00/1.00 vMB 129
464,024 464,024 0000000000000000011e69ecb72f92281fcdc0e9a4c873c3a81d2287fbc296b4 2,287 1.00/1.00 vMB 139
464,023 464,023 000000000000000000bcce17c4b5b36109e9b117d93750076788bc8fb3896af2 2,508 1.00/1.00 vMB 216
464,022 464,022 000000000000000001ba1e4eebfd77afba28e9acd80c44ed4f87c93dde95516f 2,184 1.00/1.00 vMB 155
464,021 464,021 0000000000000000019c2324bc302907190860360fde5f95c63e7b89eeb0fe7f 2,369 1.00/1.00 vMB 133
464,020 464,020 0000000000000000011ccea506694d7e185954227de35482db92182b746175ad 2,156 1.00/1.00 vMB 187
464,019 464,019 00000000000000000085806ff9edc2c1b5e2c3629e17153a0d4d744d710b62dc 1,813 1.00/1.00 vMB 149
464,018 464,018 000000000000000001b5733fa490a7ea0ab575484304f7dda86a262f1eaf69c7 812 1.00/1.00 vMB 159
464,017 464,017 0000000000000000006f16c2e185c11327d59e10de77e551832a8911d1a48fea 236 1.00/1.00 vMB 159
464,016 464,016 000000000000000001b24b988a6e8bae360b0320165e4a8bb7b1843c4ace8fd1 229 1.00/1.00 vMB 177
464,015 464,015 00000000000000000098bd0abc7cc36445d094aa24c2948d5d40c1abc83b8f0f 1,105 1.00/1.00 vMB 196
464,014 464,014 000000000000000000f86f16fbc8388fa67a4a4d0b98c8396c7f48bdfaa02da9 1,066 1.00/1.00 vMB 181
464,013 464,013 0000000000000000003160ca2aed2ffed16970e1e25103dfdaf28babd0cc225d 362 1.00/1.00 vMB 171
464,012 464,012 0000000000000000014cc4357c098704a7bf2e01bb28d99cdefd4e28132d57f5 894 1.00/1.00 vMB 183
464,011 464,011 0000000000000000014d5f6deac050725d089d2e2062452d4c4c16df08ce8015 2,232 1.00/1.00 vMB 159
464,010 464,010 00000000000000000156bfda645d6f2be17add5353c4b5cc839def5548b79d4c 2,442 1.00/1.00 vMB 177
464,009 464,009 0000000000000000017c5eb2aebeb0f707c6a38aeced15d3d82717ade442117f 1,284 1.00/1.00 vMB 85
464,008 464,008 000000000000000000a29070c6ec6ddb9287ea8e87d08ed76c4bbe2c19947252 1,965 1.00/1.00 vMB 124
464,007 464,007 000000000000000001855e07828785c08d1720bd3f817e62098e17651c6d7b4d 2,035 1.00/1.00 vMB 152
464,006 464,006 0000000000000000009f5108836fce206df3191faaceb4ed8c0a51ae6ac8baac 2,687 1.00/1.00 vMB 180
464,005 464,005 000000000000000001d292effd9a3f26c4c58db2cf0418e0679bc088497d9ac4 2,047 1.00/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.