Loading Tool

Explorer IconExplorer

Memory Pool

2,220 transactions (0.70 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 4.10/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,311 000000000000000000022b910000000000000000000000000000000000000000 2,215 0.01845702 BTC 0.70 vMB 2.22
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,310 (726,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,937 185,937 00000000000007e6be78dafecd9a7b330b07b8e9e6a830f519cd7fc292893e1e 0.01 MB 5 21
185,936 185,936 000000000000051b9fb8ff9f908435f54dde9954170a2635d2d114692275d470 0.09 MB 212 146
185,935 185,935 0000000000000230336658811580ab4d9adb4889dfac782e5d3b42381804b153 0.03 MB 105 120
185,934 185,934 0000000000000475a4b9bdcc011016236a895dde2ee2de2fdc765b3a5187fead 0.09 MB 232 138
185,933 185,933 00000000000005b2ff434b24275f91771707aa6180e8b19b0e5033274399b071 0.00 MB 9 14
185,932 185,932 0000000000000068c91091956e53d1b03ee224b42e169ebebab3c334caae717a 0.05 MB 133 137
185,931 185,931 0000000000000731796a810e3c0373cf1a90f0a5972d8b200de1f5e96564f41a 0.00 MB 9 5
185,930 185,930 0000000000000816a250b4a98c3e5962d03ed408697e728455b001bd7bf30821 0.05 MB 124 98
185,929 185,929 00000000000007b1b7dd7bd12fa1ea67fbfca92b6616b958abfb879feeda11be 0.01 MB 18 97
185,928 185,928 00000000000008ae1e6a6fa8577c0a110ca8f7b9913319152dd39e9a4fd57963 0.01 MB 36 105
185,927 185,927 00000000000000f3729adb5f764395904eedf8bff2fdd5c01f985a8bb9d4b0ea 0.00 MB 10 33
185,926 185,926 00000000000003a1fc928f939dc2e15f1acd203249b05d29bd98cbd36d2e4394 0.01 MB 31 79
185,925 185,925 0000000000000888ee700b51eff6ad3d1461e44fcfc14d7f725af71d56a13bb2 0.05 MB 86 114
185,924 185,924 00000000000007ade0f3098d084e70d4333e6987319d70be2921603229b1caa8 0.13 MB 303 168
185,923 185,923 0000000000000734fa7d1c9ce9667be5c26e879485ee3cdf7f595504fcff0e7e 0.00 MB 11 15
185,922 185,922 000000000000031c13c1949d52ad4627c1fe2fafff111ac70fd8466bfef4da82 0.05 MB 159 86
185,921 185,921 000000000000064f76e00221ac987029bb90c2ce047eea3e13a297fc058b978b 0.09 MB 236 212
185,920 185,920 000000000000050e03ed470115a0346ffea908e4c8c9fc8b2010c1499120b26f 0.10 MB 238 201
185,919 185,919 0000000000000005d35e56c9e18e25eea9d74b06f53aa0c41971b9e4e99d6e12 0.08 MB 151 247
185,918 185,918 000000000000005e1ba7d26ffc0fe9adb6519d8776110dfcc3723ae6b5145b73 0.23 MB 540 143
185,917 185,917 000000000000087a71a88e0544bbdd03cad75624724108abdbb5ebcc306d3fd8 0.04 MB 94 160
Previous 10 blocks ↓
Total Size: 777.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,542.56 GB
    • Received: 136.60 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.