Loading Tool

Explorer IconExplorer

Memory Pool

39,825 transactions
17.59 vMB
0.14204276 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: 97.05/200 MB

Candidate Block

Mining Attempt d22b66d3f64d75111fde12d9cff3c6ba25058d41279d5738fcc3358d9dd3cd7a
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 152dcc875a1375e6667beafe7fa42985370696e33312b7d4080f7e1e471b1b64
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,385
Size: 1.00 vMB
Total Fees: 0.03821770 BTC
Median Feerate: 3.43 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (741,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
171,708 171,708 000000000000048cf5fc947e7580e17749e166fc997164fe3b237fa36b4b4751 8 0.00 vMB 1,835
171,707 171,707 00000000000001baa6b962e80d37f3f488d387b5dad1b3cebc33754ae9c8f04b 5 0.00 vMB 635
171,706 171,706 00000000000001c286aa4edf7f36f3437829f70103e7c507d6ed5fff7e764472 8 0.00 vMB 86
171,705 171,705 0000000000000a59f3f468a9653775126885ca41d77d090a1299561abc61000a 5 0.00 vMB 47
171,704 171,704 000000000000057209205b46ab097d8247842306d49c7c7c3c35b12dd779375d 3 0.00 vMB 26
171,703 171,703 000000000000073b3337bca2c36a037cc42631dd0d9246d840aac018d86ac877 2 0.00 vMB 221
171,702 171,702 000000000000070329b818dc443dda76439a460bb165c989baa0da2c60305da1 13 0.01 vMB 48
171,701 171,701 0000000000000ae3ca873f1b81a31027b91955e0b0d39e00cc8f9bb395747ded 70 0.02 vMB 3
171,700 171,700 0000000000000464484a8202f455a8efcf31c8ea925c1905ba5c82ccfcd6a73a 13 0.00 vMB 775
171,699 171,699 000000000000019c4df1c73f4b605ce0dfac15419d5f7efc7f9e1417715c8399 72 0.04 vMB 100
171,698 171,698 00000000000005a795779ecb65744137915c32292617e831cd022ee7172f748d 1 0.00 vMB 0
171,697 171,697 00000000000000eb581d09a8e7848546bebcd9126f5c87092cf2fa1cec72f48c 11 0.00 vMB 82
171,696 171,696 000000000000034192f948c78abfe955a685a4015cabc48b6aad2e33363e0234 49 0.01 vMB 378
171,695 171,695 000000000000083843286f3d80f1c28938f888c91fa923faa66d6a5065510887 15 0.01 vMB 32
171,694 171,694 00000000000006b655e3d845c9f5c52d2607225c46715b79892f4a7e159d319e 9 0.00 vMB 15
171,693 171,693 0000000000000483ba94481271696a3ae15d129545d9b8861691fbc4c4011996 38 0.02 vMB 323
171,692 171,692 00000000000000dbffdf55173d18bd9201d40549cbd2587c2bd6c5e92f355399 1 0.00 vMB 0
171,691 171,691 000000000000064c55e556c9d614c5f24b8e9e8ccc5a3c8449aedd2e602cb478 22 0.01 vMB 74
171,690 171,690 00000000000006a6d6517c426cde4a98c3c526522f4774bd088f710757d4a470 19 0.01 vMB 77
171,689 171,689 00000000000003f537b7a1ab15c4d1af3db0899a23c00fa4bb2a930ab0d11a7c 27 0.01 vMB 118
171,688 171,688 0000000000000326f163b3781650697b56077db94bc7b06b1c0688cea8ae0373 11 0.00 vMB 21
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: 111.78 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.