Loading Tool

Explorer IconExplorer

Memory Pool

21,782 transactions
21.55 vMB
0.02488914 BTC
Random Selection Loading Transactions
Max Size: 113.39/200 MB

Candidate Block

Mining Attempt 325f7c61918c91154db7f8141476d2747f91697318d7274d327316232e6fb111
Version 20000000
Previous Block 0000000000000000000118aaeafeae67a704bb02f98768b0dc9dbe90c201e1c8
Merkle Root c7b77ad8d385439021ace5c0df0cc8beb355bc136d0377ec0a90fc2c3145daa9
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,820
Size: 1.00 vMB
Total Fees: 0.00150012 BTC
Feerates: 5.09 > 0.15 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,476 (84 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,392 940,392 000000000000000000001393dd546c5e3ad8281bd161134a698bd15929afe3d9 2,923 1.00/1.00 vMB 2
940,391 940,391 00000000000000000000e78cd58a2520173a12c76536f3a8df432d2f3b29c5c7 2,815 1.00/1.00 vMB 1
940,390 940,390 000000000000000000009b73de08f0b1d9e194928d76116cad729e93d705a4d3 1,984 1.00/1.00 vMB 2
940,389 940,389 000000000000000000014b59cc7a7bbe75f26bc9940b2e31cdb21b9e1a8fe7ff 3,792 1.00/1.00 vMB 5
940,388 940,388 000000000000000000015d6c6172b8ef5909d6703f79c906d5d284cc68cc4deb 3,827 1.00/1.00 vMB 3
940,387 940,387 000000000000000000001ae61acaa2bc96acd23e15b8634c868f11d8476c6057 7,664 1.00/1.00 vMB 0
940,386 940,386 000000000000000000017893838e3351be114b3cbf6c5ffbfa21cc6bccfdae3b 3,083 1.00/1.00 vMB 2
940,385 940,385 0000000000000000000098abdb37acef4d7efe04ec20aa01bcf33be166e469ba 4,114 1.00/1.00 vMB 2
940,384 940,384 00000000000000000001b34ec699838aee9aeafe65aa04fdee686205e63af014 3,287 1.00/1.00 vMB 2
940,383 940,383 00000000000000000000e6be3c95c3556ebed5e25e3a2f9277472a08b861d649 3,037 1.00/1.00 vMB 3
940,382 940,382 00000000000000000001e5ec69b5e1ee24b519e3de4ea5457ee72042c979b07e 5,591 1.00/1.00 vMB 0
940,381 940,381 00000000000000000001eb1b342db434ca6c2740db3770cc3c50e9228c4835d8 5,990 1.00/1.00 vMB 1
940,380 940,380 00000000000000000000b1324201ae2f2bf66d29f799f2ab27490cd83f226546 5,486 1.00/1.00 vMB 0
940,379 940,379 00000000000000000001a2cdf9c3f7912b01546352c8b3e451666a71b17ea062 4,271 1.00/1.00 vMB 1
940,378 940,378 000000000000000000017245ca11dddd962050ba2ce7fb38f0ab6a10d4a9cf00 5,156 1.00/1.00 vMB 0
940,377 940,377 000000000000000000010bffbd3d3d5b1b4c0075f23143cb92d34eb1d62f789a 606 0.20/1.00 vMB 3
940,376 940,376 0000000000000000000175ea749350b6e2795324c02752ccf583a33f99d08256 3,895 1.00/1.00 vMB 0
940,375 940,375 000000000000000000003b42e2d3b24ddbad45da3443f5fe76ae3d84d3e8f79f 1,135 0.32/1.00 vMB 2
940,374 940,374 00000000000000000000fc17d7cba654ed5b691cc34468d03892e8d9218efd63 3,299 1.00/1.00 vMB 3
940,373 940,373 00000000000000000000c5095556a133f1d84da5f75263ce99217190e09e4225 2,754 1.00/1.00 vMB 1
940,372 940,372 000000000000000000004535517ff9d3b02fec1203fb4cdff05590c154eec76e 2,671 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 827.61 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: 4,459.97 GB
    • Received: 243.31 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.