Loading Tool

Explorer IconExplorer

Memory Pool

78,057 transactions
29.30 vMB
0.06410807 BTC
Random Selection Loading Transactions
Max Size: 176.12/200 MB

Candidate Block

Mining Attempt a4b9ce4d69adec4f64d82e2309fb467b8f7f204beb7bd53035d3624bc3c4c24f
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 772cec80f8566fff29074189de8b977cf907678b97ce8ec0e3c2ebe254da56a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,063
Size: 1.00 vMB
Total Fees: 0.00471446 BTC
Feerates: 50.25 > 0.47 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (408,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,962 506,962 0000000000000000001e5c91dd73209e9af849b2fe061048df010da4046f9c15 1,111 1.00/1.00 vMB 127
506,961 506,961 000000000000000000129e2475e9554e9eb35934d58a8b0ee6499811960ada0d 2,031 1.00/1.00 vMB 156
506,960 506,960 00000000000000000007933f87766afd3f1febf7ecac76476d2276c35cb050cd 2,076 1.00/1.00 vMB 159
506,959 506,959 00000000000000000053a45759b6ea58f8f86e6900344624dcc81ea415a01a80 2,763 1.00/1.00 vMB 229
506,958 506,958 0000000000000000003b0151e6c10ceac7c46bcf8c2ed51b08f8516232f68c23 1,741 1.00/1.00 vMB 83
506,957 506,957 00000000000000000027397e48665ac31ac57526a2ecee5d53164f55a825cc32 2,247 1.00/1.00 vMB 60
506,956 506,956 0000000000000000000420a67cbb4e8db50c5d37d36729dbde80f91810ac1d28 1,819 1.00/1.00 vMB 43
506,955 506,955 000000000000000000183d3deec5e34f2cb0e42a21460db8526f7de6bebe2d8c 2,258 1.00/1.00 vMB 200
506,954 506,954 0000000000000000000e9598ea3d64d83bc0bc164968eb5a66dc9dc23a18b2d8 2,016 1.00/1.00 vMB 177
506,953 506,953 0000000000000000000344254c5d61a2da8a2317a644b7caff40fa2788c4ee72 949 1.00/1.00 vMB 92
506,952 506,952 00000000000000000012170bd3ddd7395940935b46c97ddc53e023809536bc32 2,140 1.00/1.00 vMB 138
506,951 506,951 0000000000000000005caeffd3f4416065f0193534bd71cfb72306cfd968c8ef 2,150 1.00/1.00 vMB 200
506,950 506,950 000000000000000000427e0ec2d50266978775d82eea213952da7325486d6de1 2,366 1.00/1.00 vMB 219
506,949 506,949 0000000000000000002d640b1c11c4450d7ba7fce3b4443114c82c054ae29109 581 1.00/1.00 vMB 130
506,948 506,948 00000000000000000031c974ad95d10b736cbc1332418c6fc5e53e9e4b754046 1,364 1.00/1.00 vMB 117
506,947 506,947 00000000000000000062513ce12af4625e3f83033062ace37a0cc780f3838f80 1,648 1.00/1.00 vMB 178
506,946 506,946 000000000000000000504a4ebaf9bff897ee0e9d25f34989d8bf66cb9a7ab074 1,018 1.00/1.00 vMB 177
506,945 506,945 00000000000000000032837ef724d1c5f1f5b428dface73b1d1b9e758e3bf6e6 2,158 1.00/1.00 vMB 141
506,944 506,944 000000000000000000072597b7e73849a0e4ae6fdba94d11bcef44cfb6c662ad 838 1.00/1.00 vMB 7
506,943 506,943 000000000000000000657b1e063a0ebe11273cea49eb8acb30e6be76c012a1f3 1,975 1.00/1.00 vMB 139
506,942 506,942 000000000000000000412016a21dfcae2c48990b2cfddd8cde3a74a6f3fa8af2 1,965 1.00/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 782.39 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 664.64 GB
    • Received: 15.02 GB
  • Uptime:

Notes

  • 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.