Loading Tool

Explorer IconExplorer

Memory Pool

40,372 transactions
17.77 vMB
0.15259167 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 98.15/200 MB

Candidate Block

Mining Attempt 671475ccf8ac2df5f256408b92102716ad8d9b942b8e8f52b8d179f89cf5091e
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 77cbbec58abd8fd9201129575190735b9caac4c7149d877b592195adca880a31
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,323
Size: 1.00 vMB
Total Fees: 0.04455063 BTC
Median Feerate: 4.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (654,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
259,094 259,094 00000000000000106f05f6b72b115b6f1684ba4b972b3c15b000a23c443a3702 372 0.16 vMB 89
259,093 259,093 000000000000001e91db45e3cdf4cfada78a39195b22a34157b647b487b14647 712 0.28 vMB 96
259,092 259,092 00000000000000212d6ef7e68700ba9a8b9c97f34283f6e8726b774186c6feb2 455 0.21 vMB 89
259,091 259,091 0000000000000005373ea543888b5a31fede502063b4ca1228b265c6a988d9c2 266 0.11 vMB 118
259,090 259,090 00000000000000150d2684926ebb6c8b07350c29da270d88b606614b0de2dc45 285 0.11 vMB 116
259,089 259,089 0000000000000019d62a684a853e7109e3b8cd7fca3cc8b3e7b6dedd8b9f359b 49 0.02 vMB 77
259,088 259,088 000000000000001e551a41cb18af1bca983e0191a8b81cdae8b2ecb12190e3b7 34 0.01 vMB 99
259,087 259,087 000000000000000b47c522b6f4c2b0ca508bd90bab59b73c7ef72432a88fc10e 121 0.05 vMB 91
259,086 259,086 0000000000000006e37b95902722f17ec58325f16f6e9643a0e871e1a38fb9d5 560 0.21 vMB 121
259,085 259,085 000000000000000367b9f01cc22e85e1968cacac14171dddbc71785099e36a13 251 0.10 vMB 107
259,084 259,084 000000000000001b9f017e09ebe0d6493e9038a961bd92e162f13ab3166547dc 329 0.16 vMB 119
259,083 259,083 0000000000000019b40caa40d92e03c163c57e5523b18350ad961c6dc1e18d0d 345 0.17 vMB 91
259,082 259,082 000000000000001a20c24044da0939168a22ec7f26feade4179ee1ec38e6c277 89 0.04 vMB 104
259,081 259,081 0000000000000026118d00f0dfd6b2c5b773e1793091e4e3c165ddebd456fc3f 209 0.08 vMB 90
259,080 259,080 00000000000000006215c15ab93aa4ac8656502856db96967fd64268dd090428 251 0.11 vMB 99
259,079 259,079 00000000000000052c92e3df494fbd41740eb06b378a386ac03b14d625020841 237 0.09 vMB 113
259,078 259,078 000000000000001d7ab3acb8e92f101c9236de1f92f264e86d624206de42547c 52 0.05 vMB 19
259,077 259,077 000000000000001b0433d34656facc1ed817e8b985d4beda5129503b35a9f47a 409 0.20 vMB 91
259,076 259,076 000000000000002258a3fc7f07ba029474e6438a4926dbefb7b342d5a541547d 1,314 0.50 vMB 105
259,075 259,075 000000000000000cc06156db3edeb216768ee3151a1504c9f2c1e312a7026494 86 0.03 vMB 116
259,074 259,074 000000000000000a840d0d0a8a46acf684d3fbd5101ae207827007e49bba16f2 560 0.22 vMB 114
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 91
    • Outgoing: 10
  • Data Transfer:
    • Sent: 112.40 GB
    • Received: 0.47 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.