Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,344 transactions (3.33 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,176 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,531 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,175 (885,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,784 24,784 000000007cb443809cd80c41ccaaa1c5014b30fce6f4c8bbfd24e6619ebe060e 0.00 MB 1 0
24,783 24,783 000000002f9151eb3f2b1cdbf13a55e0f81b5ffe5eda36059ddf93eec0d4b701 0.00 MB 1 0
24,782 24,782 000000004df3a7b747d6f73965eeb56c1c2cd9cd3a10331e54eb3f1fc2ad8f2a 0.00 MB 1 0
24,781 24,781 0000000029cd012314f8d22fc456db710719ee42ad417f7a2e0020935dd529f4 0.00 MB 1 0
24,780 24,780 00000000f5b7b99ff4b8a134216a7c6d7109234acce31420951dfd34f8e2a306 0.00 MB 1 0
24,779 24,779 0000000080bdb705a11c1703a47ed435d1f8d287925a5ef66d5dcf092533b5b6 0.00 MB 1 0
24,778 24,778 0000000056154dce0ba4537f1fd9acb99fc5214d89b6f5c77221d51029905b26 0.00 MB 1 0
24,777 24,777 000000002c63f08c73642ead66610115bd08f66b25ac87ddbf8298656f5bf536 0.00 MB 1 0
24,776 24,776 000000009914142fa92ed2c5821284f845606c65df83141b92092a1959c9dc69 0.00 MB 1 0
24,775 24,775 00000000e396b25c285db6719034f850abd6306abffac49b4239ecfd39413993 0.00 MB 1 0
24,774 24,774 00000000cc064ac12929431f81bd51e79e82bef34582512e1bee8644d0f3e968 0.00 MB 1 0
24,773 24,773 00000000fc1d561059d3dff2a6175e5b6d3138164c35ef27dbdd3d9a49870872 0.00 MB 1 0
24,772 24,772 00000000e33b98c3b9dd72fe1ee75eb187e89881104056655dcd67bde9e16767 0.00 MB 1 0
24,771 24,771 000000006958834dfd75307b67f6ec8ea65fbda623a2446304f180c32069b90b 0.00 MB 1 0
24,770 24,770 000000007f1f9c43bf3ae5691bade263d78959b035b26cdf08364d904a4ce641 0.00 MB 1 0
24,769 24,769 000000002695253de600e562a5c25a6eb88a6a5195120b8089f70ebb7e976959 0.00 MB 1 0
24,768 24,768 00000000ee761bc0ca2133e2f974ecde02cfd7c700109db9ae806b3b8c734966 0.00 MB 1 0
24,767 24,767 00000000fbff7a36e1f3e582fcb60978349ad8758f913c581824937d5180b741 0.00 MB 1 0
24,766 24,766 0000000036e649f775920c22365ed7745cefa21872b894f3b593fe3a4ad28493 0.00 MB 1 0
24,765 24,765 0000000005e4a22c357cb58a0578594cd23eb1962241c5f44d8ed26ac582bee8 0.00 MB 1 0
24,764 24,764 00000000f6da2189a37f036dec7ca2b36fa652f67281657bcd2fc55f2852bd88 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.72 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,194.42 GB sent, 117.16 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.