Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,956 transactions (1.19 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,982 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,438 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,981 (17,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
894,197 894,197 00000000000000000000c2ab4f2ea03455dc8740d8b52ddd70b9899a51074c25 1.77 MB 2,073 1
894,196 894,196 00000000000000000000e34d8e3f03a30b0a4679184b871e80f88cec6e24c15e 1.63 MB 3,430 3
894,195 894,195 00000000000000000000c272e5aaac85301f606686fd62724a7f4b2c71c41352 1.70 MB 4,501 4
894,194 894,194 00000000000000000001c3eddd7cd578e311dae76f8654ed1df9ec98a3681cbe 1.75 MB 4,336 3
894,193 894,193 00000000000000000000cc14ec31f61758659af2ceea4ec963be0dd088a75be3 1.72 MB 4,610 3
894,192 894,192 0000000000000000000175456ec15e09b6227875d60aafbf1c6211eb33740578 1.74 MB 4,452 3
Previous 10 blocks ↓
Total Size: 777.05 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,501.07 GB sent, 133.71 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.