Explorer IconExplorer

Memory Pool Memory Pool Refreshing

279 transactions (0.14 vMB)

Priority:

  • 1 sats/vbyte = (10 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,362 000000000000000000022cb30000000000000000000000000000000000000000 0.12 vMB 264 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,361 (833,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,118 76,118 000000000031e54bffdda54023c5c5e6d0e3c70e2cd0828e24af5cbe237931f3 0.00 MB 1 0
76,117 76,117 00000000003c4b21a9a4ffc4f6358b4e2021889c5190b962a68a89f11da82553 0.00 MB 2 0
76,116 76,116 00000000007fa735b62d739832f0df7a7e6857bcc78e9e0a7f105e5db2308a64 0.00 MB 6 0
76,115 76,115 000000000044f053caf42c43db889f38e7bcd612bc5e17de16a0928ebf7ab833 0.00 MB 2 0
76,114 76,114 0000000000558ff931630e9ed83e781e9662db2e8e386f3a8280851c31debeac 0.00 MB 1 0
76,113 76,113 00000000000c57504397bd84743030a7685fd0015cd98d75fa311727d9f2d468 0.00 MB 1 0
76,112 76,112 000000000067d9f498104714a6d3b5c13bf0a2bb37fe6c68fce5febfeab312de 0.00 MB 1 0
76,111 76,111 000000000016dd24fd92c8b6402800837c18955ccc00549b5ef4b718cae06ba5 0.00 MB 3 0
76,110 76,110 00000000003517af53840487a7586db813fe3f1e28e21029ccf754b847545bf4 0.00 MB 1 0
76,109 76,109 000000000057323afc7691b6c53b63acd3207c25065aa912af910b07d298e4e6 0.00 MB 2 0
76,108 76,108 00000000005014ae8f620b5d38bda6fa66a7005f11211160a7a57e2a32e5cb36 0.00 MB 1 0
76,107 76,107 00000000007ff1377eafb5b38f27c6d9cae8e9682627ab8fcd157187afc39a44 0.00 MB 1 0
76,106 76,106 00000000000a61ddecaadce76048ec38350b02723b96aaca81a9767e5bb155e9 0.00 MB 3 0
76,105 76,105 00000000000ad8bfd7e046a65ecaedc8da788923d9e0732666f9ed70d2448a07 0.00 MB 3 0
76,104 76,104 000000000045ed34d9004e7aa9c3d1d33cbbfaaee4d201bc45ddb93420d00e52 0.00 MB 3 0
76,103 76,103 0000000000224bc80ce2517a666c66ba55223788eeed2644e4df1e0dd0d0d048 0.00 MB 3 0
76,102 76,102 00000000007a395256c66537188bf0de5bd7eeada67110f30c30d87f1608d36f 0.00 MB 1 0
76,101 76,101 0000000000652b7f7c5ca59dcf4f147b5ebb06ab5571897ebf14d9ba960f6294 0.00 MB 3 0
76,100 76,100 000000000022bfe1b12eafc6f35577e7a96f4d259df2ae3f5f5a3ed2bdbbafb6 0.01 MB 6 0
76,099 76,099 000000000059c913270b8cb335023d00040ff9e17747d193f79f1581b4d3f6ce 0.00 MB 1 0
76,098 76,098 00000000000ac806cb81b562ba0aa4eaca7bee3d0253ba867994d8c5466df5e1 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.21 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,068.43 GB sent, 109.19 GB received

Notes

  • This page updates every 5 seconds.
  • 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.