Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,832 transactions (0.91 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,491 000000000000000000022b910000000000000000000000000000000000000000 0.90 vMB 2,811 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,490 (155,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
756,013 756,013 00000000000000000004eb057b407fe81e6f7dd69e4b0fb61d41755b0eab0bc9 0.40 MB 534 12
756,012 756,012 000000000000000000008b11d29949e331300066734764eb8e2e01528d984b99 0.99 MB 1,564 13
756,011 756,011 00000000000000000005a76eb77884ab6baf5d04bdc8cef80a44ea30e3856665 0.77 MB 976 11
756,010 756,010 000000000000000000070e724d0fc02f4c8f64fa7a25c06a13a5e9a90a7107fd 0.10 MB 246 15
756,009 756,009 00000000000000000003cf3000cd4d9ccee32a4c7308e4c6320b885efddb1d8e 1.41 MB 1,714 9
756,008 756,008 000000000000000000079f3936136914015b44f3803e2540b8c993c4845e9bbc 1.19 MB 1,238 13
756,007 756,007 00000000000000000008d0147e857d34397606b6a6601b390ffd1fbfda334abc 0.75 MB 970 11
756,006 756,006 00000000000000000008c94a87feca781291ae713c8755cfdff666048e03e7f6 0.10 MB 150 12
756,005 756,005 0000000000000000000365ab702443645fbee79d6ea8c8803a3454d7fd3db0d1 0.45 MB 567 10
756,004 756,004 00000000000000000001caa0a42a52ee9083770c39f94cc3dfb59f045219b731 0.07 MB 149 18
756,003 756,003 000000000000000000002d2c4798196375e31043c47e53f47c9ce774a1ef1b11 1.10 MB 1,374 15
756,002 756,002 000000000000000000089437089b808bc675abe62269a7e999f92907505b29e8 1.29 MB 2,188 13
756,001 756,001 00000000000000000004ec2b46ac4e02feb9526f6bdc6d34d545a994129649dd 0.63 MB 573 8
756,000 756,000 000000000000000000073cdaa0c1e5f91707f7b3217a4b3265d2e783f2fa83db 1.36 MB 1,467 7
755,999 755,999 0000000000000000000136eb131bc275961ef87f4a06f56d849ef7de6067a83c 1.37 MB 2,468 16
755,998 755,998 000000000000000000032bfde044b8321e12a4e201a73068c86b0278767f708b 2.14 MB 139 1
755,997 755,997 000000000000000000051da939825753e1054f52a39969a367d14c8982d87959 1.56 MB 2,436 13
755,996 755,996 000000000000000000045c81ca17e0b657fe9efc2d6b2a3749985699ef2160f6 0.73 MB 769 12
755,995 755,995 0000000000000000000510dd88f3e418a5e33d366d028f898216aaac641c79b1 0.97 MB 273 1
755,994 755,994 00000000000000000000ddaae94b301465700e4ad4c739882405d6bae703b092 1.48 MB 2,538 13
755,993 755,993 000000000000000000063382f2f57b51c69da81ead90e349502ffede44bbf820 1.43 MB 2,791 15
Previous 10 blocks ↓
Total Size: 776.14 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,411.85 GB sent, 129.43 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.