Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,593 transactions (0.78 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,843 000000000000000000022b910000000000000000000000000000000000000000 ago 0.78 vMB 2,578 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,842 (17,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,218 894,218 00000000000000000000dcd144e20d3170d7a57eba35c336f02659a1064d72cb 1.10 MB 311 2
894,217 894,217 00000000000000000000fd37f891a93dd3894ba58eb306515c245cfdcf82749e 1.04 MB 217 1
894,216 894,216 000000000000000000021f25cc7abe49b11f1dc25c2f969368d47ee7c0dccdd6 1.19 MB 1,329 2
894,215 894,215 0000000000000000000179ba5767a4ff5857db59dcbc0884afdfb07865a377da 1.47 MB 2,630 3
894,214 894,214 00000000000000000000ab2d5af936a7c0b91f4216ac3a3e7f0ba89d9f20e03f 1.03 MB 111 1
894,213 894,213 00000000000000000001141cbe5e962eb4a33b24f5f79481aaac279db6e457fa 1.44 MB 2,205 3
894,212 894,212 00000000000000000000d9b0bc4ce935af354b00557baf7c5ded7bd7d2887b01 1.11 MB 568 2
894,211 894,211 00000000000000000000cf4183df5c2d502d72f961bbc495cd344d3ab0e67bac 1.52 MB 2,053 2
894,210 894,210 00000000000000000001ba7d89d8627722dc58c198adc4d5ba3be79949706c01 1.67 MB 3,100 3
894,209 894,209 000000000000000000013113a67e018f33cd64ac833bac0eb55e7b216e7c5b39 1.60 MB 3,777 5
894,208 894,208 00000000000000000001314c7bc56356a7f4d365d227419e13d249b8c8e47af0 1.55 MB 4,035 5
894,207 894,207 00000000000000000001cc5ffe8387d323114612c7b8427de80113603a3a78e5 1.56 MB 3,465 3
894,206 894,206 00000000000000000000d321e26747b94373c29a4a23c13aa1bcb393e3e7eb99 1.54 MB 3,972 7
894,205 894,205 00000000000000000000c40c9768166aa68f134874838204524400becff156a0 1.54 MB 3,400 3
894,204 894,204 00000000000000000001b67c31aa7564aba9e514f4dc9ec4daf4f9d064db89b1 1.40 MB 2,064 2
894,203 894,203 00000000000000000000be5a7669571815e3368e69372afa3f9c3b003c3dad9e 1.57 MB 4,033 4
894,202 894,202 00000000000000000000f9214a1f74ead60cbdede023e1fdddea452833cba81c 1.56 MB 4,016 6
894,201 894,201 000000000000000000016a63eea2cd5e870e45cf49f59bcb26fb53dde180fa59 1.89 MB 1,918 1
894,200 894,200 0000000000000000000223eed7cbad45b2823ab59385c794e391b6b92258d664 1.67 MB 3,136 2
894,199 894,199 0000000000000000000174896a9cab2fddc3a976289d32cb0b2ddcd5f7e19d66 1.55 MB 2,924 3
894,198 894,198 00000000000000000001f93f973e5ef85477765428c96251ec6e25eb4d376d32 1.58 MB 3,708 6
Previous 10 blocks ↓
Total Size: 776.80 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,468.79 GB sent, 132.54 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.