Loading Tool

Explorer IconExplorer

Memory Pool

78,913 transactions
29.60 vMB
0.07251810 BTC
Random Selection Loading Transactions
Max Size: 177.52/200 MB

Candidate Block

Mining Attempt 4dd62bced02167d969a67d4d3a85bd766a9bac249323e3c0b089b706a673cbbe
Version 20000000
Previous Block 0000000000000000000135a2d0bec06965c586c49ebfdec65261090f168854ee
Merkle Root 5dd48aaf9f8e2ce366db4d60b6b3fabcbc20da62e34a842900d83640870aea02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,264
Size: 1.00 vMB
Total Fees: 0.01230203 BTC
Feerates: 150.77 > 1.23 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,995 (342,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,726 572,726 0000000000000000000106e7d12ed8e061c3322483496ffa748ba30e4fbb020a 3,114 1.00/1.00 vMB 10
572,725 572,725 00000000000000000024ba22c9c991461ca334f1cc942db63d55e502ba2b332f 2,669 1.00/1.00 vMB 51
572,724 572,724 00000000000000000000d5036c9aab7d5704268096e78227b751b433cf110973 2,742 1.00/1.00 vMB 27
572,723 572,723 0000000000000000001e17373bf0317bb064f9cfcca933771dfade20900de465 2,927 1.00/1.00 vMB 55
572,722 572,722 000000000000000000076509e48d526b52810bad16159f24a73fbe90373e6e6f 2,659 1.00/1.00 vMB 47
572,721 572,721 00000000000000000003087e859f3f78cd83e7ce47759b5eaf08b9c8d6341e17 2,961 1.00/1.00 vMB 70
572,720 572,720 0000000000000000001d3abc3dcf4cebb09e2f1aa1dc4864d4ec4c1df676ae28 2,693 1.00/1.00 vMB 72
572,719 572,719 00000000000000000024a845005cfa62097d5ccfc74f1f38a1b0f20ba3375207 3,260 1.00/1.00 vMB 7
572,718 572,718 000000000000000000290299e913db2ccd957c6676f240ca3a7c6404966904ec 2,732 1.00/1.00 vMB 15
572,717 572,717 0000000000000000000f507bfc9cbbe45f8973c90a801777a6c4ab0553c63cf0 2,949 1.00/1.00 vMB 71
572,716 572,716 0000000000000000001cbf04863bfd2b650e03c704f79e0a8c8e84537efe282e 3,114 1.00/1.00 vMB 16
572,715 572,715 0000000000000000000ea92fa23f297cf417e4ff053251182b99d1a4b687a7a5 2,713 1.00/1.00 vMB 44
572,714 572,714 00000000000000000017f7a254324b6aff24d16a6b73aa7dd8c8188fe9924109 3,028 1.00/1.00 vMB 39
572,713 572,713 000000000000000000189125c38fdcc1ab993e72636c0adb272749a9bd4e0df6 2,881 1.00/1.00 vMB 26
572,712 572,712 00000000000000000011de656a43b59e6e6814edfe2c66c107acd4a69baa8313 3,092 1.00/1.00 vMB 24
572,711 572,711 00000000000000000000f2be612d3e8de9bd9184688921592f5f391cabfcaf94 2,744 1.00/1.00 vMB 68
572,710 572,710 000000000000000000253dbb9f8ea82e782b0f31b7f1b173cae85fb116023f57 3,163 1.00/1.00 vMB 14
572,709 572,709 0000000000000000001fb6e51b59af3e754c45d4a8e69d0ad4d44c28c8acaa44 2,793 1.00/1.00 vMB 52
572,708 572,708 00000000000000000021e043a372bda6287e79c434467516f27b8aa562e5101d 2,670 1.00/1.00 vMB 64
572,707 572,707 00000000000000000004844bfd692a3d0b6791ed7fc6b9264866d0244b8bf96c 3,129 1.00/1.00 vMB 33
572,706 572,706 0000000000000000002777ebeaf98018d2c293bf489fb8d4bb483ce014b62098 2,672 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.38 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.45 GB
    • Received: 14.98 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.