Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,264 transactions (0.86 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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,824 000000000000000000022b910000000000000000000000000000000000000000 ago 0.85 vMB 3,260 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,823 (383,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
528,664 528,664 00000000000000000010db62a786ed396e1b9e947e52b7f64631a018d1b524fa 1.11 MB 2,117 34
528,663 528,663 0000000000000000002b501345dff81185671eeb1932d6d1e37f0cce5ce66a17 1.15 MB 1,876 47
528,662 528,662 00000000000000000009237e27163013276a36cad2ecf623abfe7de84b10d04d 1.20 MB 2,779 135
528,661 528,661 0000000000000000000bebec0b224bdc6a8e7555b4af6027996e52c70b990f87 0.88 MB 1,695 65
528,660 528,660 000000000000000000112c34656e2246a08bdc5be27ca261ededd18a7ebf759c 0.38 MB 756 69
528,659 528,659 00000000000000000023e1cfa673449e7ae5eafa52219eed34fb6f6ffc5ad69d 0.36 MB 549 60
528,658 528,658 000000000000000000202f1adbf4c8e7d9268b0e157953f8fa8d46c2bd100e5d 0.19 MB 434 88
528,657 528,657 0000000000000000002febc3e2619f6dbd217271c033d0288b4787badbdb764c 0.21 MB 365 79
528,656 528,656 0000000000000000001aacdbfa5aaf535c6faebd5fff879a7c873eef28fdaa11 0.08 MB 84 89
528,655 528,655 00000000000000000031f98f989ab87346840971e8d748f0202a731a9711e0b7 0.61 MB 1,294 72
528,654 528,654 000000000000000000330ba3e9ca70da887cbe251099fb872e69c608fe173faa 0.10 MB 211 82
528,653 528,653 0000000000000000002910c73379caed743d63e5beb0315257161b909c2373af 0.03 MB 67 176
528,652 528,652 00000000000000000012885dc426ff830af8c268fe72b1abb8ffa7132c480e55 0.09 MB 222 75
528,651 528,651 00000000000000000032cbd915646bd20d6633ab4d7ab28b71dff65c2feec0a0 0.03 MB 88 75
528,650 528,650 0000000000000000000642ce63988b7730d431c3360fa9894cae5f0fc5635795 0.63 MB 1,409 81
528,649 528,649 00000000000000000004189b6048831da924c52013bd764d2417c5de51086fb6 0.28 MB 666 85
528,648 528,648 0000000000000000001137219f6a3edc11b4a43b7b4605e0a95eab1400280601 0.06 MB 174 68
528,647 528,647 00000000000000000008515b7355ca6e03bc044765dc54d9e5b7f0fed5004400 1.08 MB 2,036 80
528,646 528,646 00000000000000000008f93a0ca08df40c1ed2a7910153d03f0b62ce14556c76 0.00 MB 9 162
528,645 528,645 0000000000000000002493719b5b6e2cc35b861957b95061ddec63b9acfb208d 0.95 MB 2,168 77
528,644 528,644 00000000000000000025a9fff0abe1c6a800e3bbaa3a2dcee038f321a1500cd9 0.61 MB 1,311 90
Previous 10 blocks ↓
Total Size: 776.77 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,464.81 GB sent, 132.40 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.