Loading Tool

Explorer IconExplorer

Memory Pool

87,040 transactions
32.28 vMB
0.13947764 BTC
Random Selection Loading Transactions
Max Size: 197.63/200 MB

Candidate Block

Mining Attempt f2b6a921d55ba3090415de1212f19c287632678eabd45df91c872855f1d6360e
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root e961647202d94c808c5dbea69fa09bf81592983e0eb366a044dc43a86d7228bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,980
Size: 1.00 vMB
Total Fees: 0.05270562 BTC
Feerates: 301.57 > 5.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (87,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
827,684 827,684 000000000000000000017b9710b21edf982af10f240a6a3cbdaa75c82bfb5e9f 3,206 1.00/1.00 vMB 33
827,683 827,683 00000000000000000001bdcd954d28322d4154c27e73ec9ae9c2f5a652e4a107 4,235 1.00/1.00 vMB 33
827,682 827,682 00000000000000000000422acbe6a5a0cbc6fac6a145c3e09e7156847b3713ca 6,116 1.00/1.00 vMB 25
827,681 827,681 000000000000000000019789d2bdb7c3f14c8a3dae54e9733674077d2ad31add 5,223 1.00/1.00 vMB 31
827,680 827,680 00000000000000000001b829fc07c92273e56146b30d08bcab680e593d2f665e 5,063 1.00/1.00 vMB 28
827,679 827,679 00000000000000000000d569664fc6e4e3785d4d599c3f02e3d98b72c3031447 4,319 1.00/1.00 vMB 28
827,678 827,678 000000000000000000009ce88d5c0598ce48766e53e2aaf5a716cf74abebf18e 3,676 1.00/1.00 vMB 38
827,677 827,677 000000000000000000030019acfb8ccc2515fbee4bcf9a6a2acd67e8bc74067b 4,211 1.00/1.00 vMB 30
827,676 827,676 0000000000000000000099629583fc1469ea5c32ec6e3f2051800416c38b1527 4,761 1.00/1.00 vMB 32
827,675 827,675 00000000000000000002e987c61e95689d5de2ec89ba5fd1febbcd1436bec9a6 2,621 1.00/1.00 vMB 31
827,674 827,674 00000000000000000002123ed37c4b576329914d7f545fe6738a52702ef9e3c3 2,618 1.00/1.00 vMB 40
827,673 827,673 0000000000000000000008c879a6da2d4ed7c0a0aeb85436c19569a134eba2ae 4,856 1.00/1.00 vMB 29
827,672 827,672 000000000000000000031cfe7bf8c128f4e6329066061d26e1d89874cf388adb 4,033 1.00/1.00 vMB 30
827,671 827,671 00000000000000000003d487318325fe1159d0d5f9968e1ef6904ae57e2bfa9f 3,455 1.00/1.00 vMB 32
827,670 827,670 00000000000000000000110cba0a445720173c42cd9a948cf03d1869d31af767 5,459 1.00/1.00 vMB 24
827,669 827,669 000000000000000000023b3d70c1e4f09abbb0c42196047c37385205a413bcbe 4,330 1.00/1.00 vMB 31
827,668 827,668 000000000000000000006c703bf748d422583f07984d4606d01f3d3a79eef76d 5,333 1.00/1.00 vMB 28
827,667 827,667 00000000000000000001b1c4368ec0c80d49eacba8d4e4238325a6d0d72c9bd7 4,091 1.00/1.00 vMB 28
827,666 827,666 00000000000000000001d7ef7b9388f040a1c77be760a73144b0cafb81800ac7 2,383 1.00/1.00 vMB 28
827,665 827,665 000000000000000000004460ffcfa47523eb5ea9f917469705ca074de39a26c5 3,423 1.00/1.00 vMB 28
827,664 827,664 00000000000000000002611d5b3b371347f2e40915a44033571741c2b91f454c 3,317 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.78 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: 709.61 GB
    • Received: 16.93 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.