Loading Tool

Explorer IconExplorer

Memory Pool

42,624 transactions
29.02 vMB
0.06349930 BTC
Random Selection Loading Transactions
Max Size: 149.40/200 MB

Candidate Block

Mining Attempt 64622240888abbfbe85b3a14a6c304d8d42ddedf0f064f76e2e5da1a45fa6040
Version 20000000
Previous Block 00000000000000000000709f7edee63a34e64b3e6a3ce7a66f4810ef675bdaed
Merkle Root 75a2057af20c7d89ed616c6ab45057af04d90f60ebdc10085d2d0527fc554652
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,541
Size: 1.00 vMB
Total Fees: 0.00695496 BTC
Feerates: 20.84 > 0.70 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,618 (339,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,247 575,247 000000000000000000028bd7411b9347ab414407946f03ee07e362061d7a97e3 1,860 1.00/1.00 vMB 40
575,246 575,246 00000000000000000002ff235d3bdeaf28d87227c2cb2a46926068cce1f222ac 2,542 1.00/1.00 vMB 36
575,245 575,245 0000000000000000000b1a81d10d73513ccfc5cc113b09c4003f1a131e9a5750 3,024 1.00/1.00 vMB 59
575,244 575,244 0000000000000000001fd27549c34690087b151b7ae082d8ed10265dd96ef54f 2,854 1.00/1.00 vMB 75
575,243 575,243 0000000000000000000d4223f49e631d4fe853a49a3fb82fc725ce6ee320b945 2,225 1.00/1.00 vMB 105
575,242 575,242 000000000000000000276b94d21670c6e5d498277e284d2e7c200cef7a147e07 2,511 1.00/1.00 vMB 65
575,241 575,241 0000000000000000000304bc6fa55e45e22671eecdcd475c7035bda0d6955f57 2,942 1.00/1.00 vMB 73
575,240 575,240 0000000000000000001c22708d67e7d3c91b76adbcd6cff30e338c3514848bc6 2,750 1.00/1.00 vMB 89
575,239 575,239 0000000000000000002806b78a3820a87e7dec4073aba203a4f5b544c7eb21b9 2,654 1.00/1.00 vMB 97
575,238 575,238 000000000000000000120d3019b923c2967c4167d4c05fa975d12dd04a6a0c2c 2,713 1.00/1.00 vMB 69
575,237 575,237 00000000000000000017435e79b4d1d94352a9476fcdc4a9d38e964bbc5da8e8 2,827 1.00/1.00 vMB 84
575,236 575,236 000000000000000000296a7d5f77b1186d11aa2b1e801395e93d1dd0559c4961 2,061 1.00/1.00 vMB 90
575,235 575,235 0000000000000000002560c4d56e641fd7783815f2fbaa8f46dbc9d84303d905 1,999 1.00/1.00 vMB 89
575,234 575,234 00000000000000000015ef7e20b06383316556f340c8ae6480389d2940d3bdf9 2,472 1.00/1.00 vMB 98
575,233 575,233 000000000000000000244566dd141362b23450e14a21514d4d8d62cb180c2245 2,512 1.00/1.00 vMB 87
575,232 575,232 0000000000000000001d2eca240d1015b70c1240722126cc38db09198ba17ee4 1,833 1.00/1.00 vMB 90
575,231 575,231 00000000000000000001f0127ffb45eab193be0fcd140736f70f8f1584c12814 1,808 1.00/1.00 vMB 86
575,230 575,230 000000000000000000286f54a0b7705996dda0daec87d2108c15b41ca4694da2 1,906 1.00/1.00 vMB 116
575,229 575,229 0000000000000000001dad6d1f34c98e8e585da1dd5e04b2665b302d527fe2c4 1,231 1.00/1.00 vMB 84
575,228 575,228 00000000000000000007c3ecf54b5736307dbd576b93f18dfc2a85d2db7ec95d 1,703 1.00/1.00 vMB 89
575,227 575,227 0000000000000000000480cfce256a9d83b09b73bb07208346f0607d00335f2a 2,309 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 781.72 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: 629.61 GB
    • Received: 11.93 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.