Loading Tool

Explorer IconExplorer

Memory Pool

28,545 transactions
9.25 vMB
0.08933365 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.67/200 MB

Candidate Block

Mining Attempt 54d0c7edcea47eae8327f6dd182b3c41616fe9ee4b2134cb46f5c7f3f79fd816
Version 20000000
Previous Block 0000000000000000000011ee6be1f5cf973d03d599ed04c0e662c0af9fe42b42
Merkle Root 06e7e7d42f4422061d5328747390dd63d91cd5d3928107abdf2c69c7216f3cd2
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,293
Size: 1.00 vMB
Total Fees: 0.02723171 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,996 (772,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,811 140,811 0000000000000231ab03abfc799c879b44ac5c7720c9000602d3068d7ca61ed7 0.01 MB 16 76
140,810 140,810 000000000000045fcef854ac0107a541fd76eeaa1ebc4b8ff9ee0307dcd8e877 0.03 MB 38 254
140,809 140,809 000000000000050414bd0681f2a158cf224ca4720b4bae2a352cc44c9f500f70 0.02 MB 58 244
140,808 140,808 0000000000000543ed89f15c8534453b0d4b351fd8f80c7b567f1415f50bce65 0.01 MB 10 177
140,807 140,807 00000000000004ef635ce8b98ca098d4a5b0ebb205eb10c567635c0ed15f504c 0.05 MB 163 153
140,806 140,806 00000000000001c913c30a2031e362461ad46153cf7b4e33f65a5b5d03944572 0.05 MB 131 202
140,805 140,805 00000000000000e5ff30f0b569e603a70c04ef6ba7334fc05c8a4ab8724b96c6 0.05 MB 112 345
140,804 140,804 000000000000073d7c3ad7ef67b53c245b60be5eff9c29bd22446e3281361d96 0.02 MB 49 180
140,803 140,803 000000000000006b54d01c572b2f54a57fdfe16a88f8034907410236b17ff30d 0.02 MB 39 147
140,802 140,802 000000000000028f6a934fc7e9f76083c420405417fa9041516788dbe6f24cdf 0.04 MB 122 91
140,801 140,801 000000000000049c48a8ec9271cb30a20c3cffc4474e811edeeb9dad95742256 0.02 MB 36 197
140,800 140,800 00000000000001563993887788d113967fcf8a3b17f349e89b47f204e78688f5 0.03 MB 69 313
140,799 140,799 00000000000005e534f0f549705ebe4a8484ff7872b97ae8265e162247a7613c 0.00 MB 8 17
140,798 140,798 000000000000012b7af8aea7a12f75b317a17f2ae7d870206f8651b19797ce6c 0.02 MB 37 159
140,797 140,797 00000000000008be908143fc4267360616cca989118853c65ac83fe68872ca5c 0.00 MB 14 877
140,796 140,796 00000000000005ec887d2a756a88630c16145de8cf885e9b3e3e1796987c69ba 0.01 MB 14 195
140,795 140,795 0000000000000655892abd3f87caf69220f778722624c689430bfb7d8f598016 0.00 MB 11 286
140,794 140,794 000000000000064b2f7219891e33c8edbf2c27bfd21e041726c3da87fd2544a3 0.05 MB 77 123
140,793 140,793 0000000000000340ab0d383725ca0aaa43c5b822f6a52ca64e0e1935515157c9 0.00 MB 5 48
140,792 140,792 00000000000006841073d4f09fae2a0333df10794d34bee11b241ef46e517b68 0.02 MB 28 240
140,791 140,791 000000000000063d826baae40c040960c50f446593228795902f10f416a1d0c7 0.01 MB 18 196
Previous 10 blocks ↓
Total Size: 778.83 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: 379.43 GB
    • Received: 3.41 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.