Loading Tool

Explorer IconExplorer

Memory Pool

16,519 transactions
8.22 vMB
0.07104242 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 46.12/200 MB

Candidate Block

Mining Attempt 59bdd86d3b8659ea2a451d8d6a80ec5cd2414fd1ad5010ae285884b5074ff0b5
Version 20000000
Previous Block 000000000000000000016227ee45eddfed24105316ab42bdb9f1253718de909b
Merkle Root e818901173c4e1fb048f59568e9083361bcb0b80db36d34ba04442e6568e400f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,458
Size: 1.00 vMB
Total Fees: 0.05389251 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,420 (647,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
265,762 265,762 000000000000000fa82d282cfd190a38aeb170990d4e4036ce9fa38e625614c2 356 0.24 vMB 77
265,761 265,761 00000000000000015dbd6c6187a098530e9f9c61825273ec9b11cf94774a461c 130 0.14 vMB 22
265,760 265,760 000000000000000f19eaa2458dfb273909a5d56d1168a40ab2dc4b1e7948ba72 81 0.15 vMB 10
265,759 265,759 000000000000000efb4812c5ae111abab765a72a28072d5865c77c4e3f3149d0 448 0.22 vMB 77
265,758 265,758 000000000000000aafd0b22f45176a563be5c53dc3d231fc92ba47eaabc26751 191 0.12 vMB 62
265,757 265,757 000000000000000b08cb567baa4e96d0634db9a7cb2f945dbe32d0ad0860b66b 542 0.25 vMB 119
265,756 265,756 000000000000000d2860c825ea223b805c60a33b26b9b70616698033d360b066 296 0.13 vMB 115
265,755 265,755 00000000000000049c51620e3877f6efeb5dad9929f9bbe954532e8e65264f4d 262 0.15 vMB 50
265,754 265,754 000000000000000d129a07e1e49d600ea36cb21da806fa013d4364f0dfef69dc 104 0.05 vMB 28
265,753 265,753 000000000000000d8de0c5812381dab566e51dfe9073975dd2e1f1699f7b91cc 432 0.18 vMB 118
265,752 265,752 0000000000000000bf7bcf3da1b3b228216b72fefccbed84becaaba6fcc6aff2 382 0.16 vMB 85
265,751 265,751 0000000000000001fce0617deb31cc20bec2903cd10dc352ac3b2fc1af6b27f0 325 0.15 vMB 76
265,750 265,750 000000000000000b800247ee8a9e9ce60774f37256536ac997146c8db9f41873 335 0.26 vMB 93
265,749 265,749 0000000000000002e9599c234cc7ffc11f1736ba58fa41f696cd19b0718213a2 242 0.12 vMB 66
265,748 265,748 0000000000000006681a5ec95db5e196fa7ba490f51c56c2866a65bb5de18a81 430 0.44 vMB 37
265,747 265,747 000000000000000af7da56f73de033a984f74560bfb00fcf9ff303f784adf360 592 0.25 vMB 122
265,746 265,746 0000000000000002c8dcc3c7f05846c8afa2bf2db22c86cf3849d60ecab87abb 681 0.25 vMB 159
265,745 265,745 0000000000000000900f86ecced6bda2ff35d4d6b278aacaba1ae2054cd32d1b 121 0.04 vMB 23
265,744 265,744 000000000000000326d721bfd92700cce388f6b4802ea5805f24a8bf1f2248db 166 0.09 vMB 55
265,743 265,743 000000000000000b3a9222527f68c1fd39b872e1a95ee9e7678d5282668fdee0 978 0.48 vMB 49
265,742 265,742 000000000000000e123c702d47566a3d06c007208a472616d245a89bd148aaf4 511 0.25 vMB 180
Previous 10 blocks ↓
Total Size: 779.60 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: 294.14 GB
    • Received: 1.23 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.