Loading Tool

Explorer IconExplorer

Memory Pool

82,854 transactions
31.25 vMB
0.12304127 BTC
Random Selection Loading Transactions
Max Size: 183.79/200 MB

Candidate Block

Mining Attempt 102cc784e2fcc8787b05f37bf8aeec0fa20f565bacc1c4b253e6aaf230118906
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root b4217062ba4189eeea4295ff7836f598b324985a94121922208895804a3579d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,503
Size: 1.00 vMB
Total Fees: 0.04266654 BTC
Feerates: 150.80 > 4.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (338,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,719 576,719 0000000000000000001a44739e5c795c1876e5608a3c8f58a8705da84892b4bb 184 1.00/1.00 vMB 8
576,718 576,718 000000000000000000245757d89bb5e2eaad573b58eca0ac8d8a32ea3f43cd7d 1,597 1.00/1.00 vMB 41
576,717 576,717 0000000000000000001ee5ea73d65988526959b7c7ff3de875c784d3c5e66ab0 1,715 1.00/1.00 vMB 30
576,716 576,716 0000000000000000000d6f3ca861837199b33d2c95d957a80b36d19f599eb5aa 2,481 1.00/1.00 vMB 86
576,715 576,715 0000000000000000001a6b2df5b42d6cf62d9c695e4a20b4ec17239e6f47903b 1 0.00/1.00 vMB 0
576,714 576,714 000000000000000000025248fe75efdf76707eaa53adabb90b356ddf47cd04de 2,560 1.00/1.00 vMB 38
576,713 576,713 0000000000000000000da0250632fff780563fcffeb27a2e4ce12f44f1b2432b 2,308 1.00/1.00 vMB 23
576,712 576,712 000000000000000000191c16f5589cd8edf59641bfc23e95575eccf494b950e4 2,830 1.00/1.00 vMB 8
576,711 576,711 00000000000000000007f160614fe94895f02af3914c211ef7593d992b3312a4 3,033 1.00/1.00 vMB 108
576,710 576,710 000000000000000000059ec3882d09556596b7c4947653f2000bca16a63a74cd 3,028 1.00/1.00 vMB 109
576,709 576,709 0000000000000000001b6cee618d1757f4dc82ce9ce397efc1ef1129eedcfcfb 2,288 1.00/1.00 vMB 34
576,708 576,708 00000000000000000021ff5e562f073f1e96a712eef1503212eda978575a024b 2,140 1.00/1.00 vMB 124
576,707 576,707 000000000000000000232501c4546548845d0b2f6be91f5bd20f09f34eea2787 1,621 1.00/1.00 vMB 14
576,706 576,706 00000000000000000006ddeb866dedb9220919d340fabcd92a1f8b66aa7b1859 2,348 1.00/1.00 vMB 36
576,705 576,705 00000000000000000026745910204b950b244edbe24dbf2554796e46db2020d5 2,821 1.00/1.00 vMB 101
576,704 576,704 0000000000000000001278a85bda87f59e693f81460d4069e13dc2a05a07e3e5 2,338 1.00/1.00 vMB 119
576,703 576,703 0000000000000000002210b5beb4596b5f1b6b928a6a7dcc1ecf1c6964d7ef68 2,722 1.00/1.00 vMB 165
576,702 576,702 0000000000000000000c2b6ac8ca833247fd806121b0cb22d5b2a570aef9955c 2,184 1.00/1.00 vMB 133
576,701 576,701 000000000000000000115ee0b8644b8a3b8856ec91ac193056b05201dff4108e 2,994 1.00/1.00 vMB 194
576,700 576,700 00000000000000000009e5b77f343bc0abf7a821bbfaf416f9121fca96dca8aa 3,126 1.00/1.00 vMB 47
576,699 576,699 0000000000000000000aae65fee20d1501febfa2f9729694b98e22c575995362 2,773 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.52 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: 668.77 GB
    • Received: 15.57 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.