Loading Tool

Explorer IconExplorer

Memory Pool

39,448 transactions
18.59 vMB
0.17081150 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 98.27/200 MB

Candidate Block

Mining Attempt 7fc80867a173aa4e384c4579181843b1f9c36a263d5a27ea2a636910b7fa5ee5
Version 20000000
Previous Block 000000000000000000004a70f3e5f9adf9454018687410ec954195352aac5475
Merkle Root afd6c4e0faa89506bfde436e872233111709d37cf42b4a6a46c37fb4485f62aa
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,935
Size: 1.00 vMB
Total Fees: 0.04785631 BTC
Median Feerate: 4.46 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,329 (636,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
277,120 277,120 000000000000000140d2239897e2b18d04fcef129d2bd32cc547b658b7d1a91c 616 0.25 vMB 66
277,119 277,119 0000000000000001daa139f6a7661bd9853304f960b3b1911e5839cccdf8b78a 396 0.24 vMB 40
277,118 277,118 0000000000000001940c4b94ad651fe67d51e70654ff9186db9271b262e33576 419 0.25 vMB 35
277,117 277,117 0000000000000002cdf7bce4c09c0849f789a9508d812d3ca430429f6213688b 234 0.25 vMB 13
277,116 277,116 00000000000000003a8d7be745e0515c78b51014311f20235327855bdd1e87e4 1,107 0.50 vMB 46
277,115 277,115 0000000000000000eb2b6e4019811f0caef7df1b0e55e60df8bfc595324d08d2 439 0.25 vMB 42
277,114 277,114 000000000000000292f1ecb1eb3337da53630eefbf1540160870ea8d3490a8f2 39 0.02 vMB 22
277,113 277,113 0000000000000002c288a7244bcad4e3ef7768c1a0c715d7e82d32d8369f348e 768 0.25 vMB 79
277,112 277,112 00000000000000035b4d5604cc2eb59ba5681e16bf3e43d44fdc3ac13a7073e7 70 0.03 vMB 107
277,111 277,111 00000000000000037f8d87ec90c0b04d47df00a73a988abc29a45064e5845325 322 0.19 vMB 37
277,110 277,110 0000000000000000d2c6f149211f8106708ea045ee28efa5934a791765ed356b 373 0.18 vMB 48
277,109 277,109 0000000000000002e76eeef668198d580bec128fe7fb48577edc1af95a111fe3 336 0.26 vMB 28
277,108 277,108 0000000000000001223da7764222d5ad8e6a89f42f28de863d42369d5f5202c7 1,170 0.50 vMB 61
277,107 277,107 00000000000000020743eae0754471fe794bb8038e6ff3e39e5c63ad1957cb97 148 0.26 vMB 7
277,106 277,106 0000000000000000da603993dc6607e53c50c85125cff81fdca727d631626fe9 520 0.25 vMB 51
277,105 277,105 00000000000000004f66d8b0cb57ca3e1ca750c84e519ce2c3b1bb60706fa417 586 0.35 vMB 31
277,104 277,104 0000000000000000b6804c57cfebfb905acd8e3e92363fb73ff9d33c7863a491 93 0.25 vMB 11
277,103 277,103 00000000000000037d27b9ecf166ded583dd4d76484a7edeebc6e98c765c9bd6 581 0.25 vMB 481
277,102 277,102 00000000000000023d015639c274423bf42cc92ea005157f72cbead68376d895 63 0.03 vMB 52
277,101 277,101 00000000000000024b16cd78c396aa96235ef7a01d32f8ecd6ba752252b04dbf 1,073 0.50 vMB 43
277,100 277,100 00000000000000014bfaea20d12d171311c379766bdab3df31d05cf8720f59f6 626 0.25 vMB 51
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

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