Loading Tool

Explorer IconExplorer

Memory Pool

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

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,315 000000000000000000022b910000000000000000000000000000000000000000 1,121 0.00969694 BTC 0.34 vMB 2.13
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,314 (727,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,883 184,883 00000000000005206a91cb78e77786950eef356915fdfd65846c1bbdb95cc3c1 0.10 MB 227 156
184,882 184,882 000000000000043ad22dd84318ca2671e5b6046746056b6e87e231b725147a34 0.17 MB 265 138
184,881 184,881 00000000000005ff2305f46e8504bf2289a01f33d4d1f3a970b33367a603511a 0.02 MB 32 98
184,880 184,880 0000000000000584575d4d9ce2cc527be190dbcfb96bc328573ff8f23a377151 0.05 MB 69 148
184,879 184,879 000000000000051291fb76456a1a036db8e1857dcf531b46734c08bdd01435a0 0.07 MB 169 114
184,878 184,878 0000000000000517cfe364475dead9fdda71dfdaafd21a3f01365782d64f62c7 0.34 MB 857 182
184,877 184,877 00000000000003a7482488fe938715c829137e4894f540a4c1e5dd33cf801022 0.10 MB 168 83
184,876 184,876 00000000000004c9eb96294505e06f1a0e0486739ace6269c40aa4141057a242 0.10 MB 174 137
184,875 184,875 00000000000008c5aa864f99ec25136abc81c0abfd48b0532c4f9e5718aee909 0.21 MB 498 205
184,874 184,874 000000000000041e493db27f8f24dfcfa9b379525d2af57ab68dc094be1a1c50 0.00 MB 11 0
184,873 184,873 000000000000026f5a9c372b82e8d5a4802edcb79f22678783672c3f0502a715 0.02 MB 47 155
184,872 184,872 00000000000003f91b5bcad7023489e82c85f82f8c09afce5285ff1b0b4f07c2 0.09 MB 192 136
184,871 184,871 000000000000034db4018a8b7925b80e59abba4671be65bf43102c9bb67b3b11 0.05 MB 127 128
184,870 184,870 00000000000009ede83c88b2ed4c506c2bc0c6d6aaa6a5db26cdca2122de07ef 0.22 MB 256 65
184,869 184,869 00000000000008d59670462c7aacec8bcbe0e910e29a0a14d938787995eae6a6 0.05 MB 145 246
184,868 184,868 0000000000000a551e973fda15b0c6ef7d9ec359eb54129f494fad90d9a3b979 0.07 MB 192 144
184,867 184,867 0000000000000808f9218632c31bcc8375e268ae4bfc2b22cc91eae513870481 0.07 MB 167 152
184,866 184,866 00000000000004661b6ad8bf014fde984832abca89f8496f3ae5f8345ca9bcb5 0.01 MB 58 0
184,865 184,865 000000000000078f59e14c0d23bce47046dd16c2abe8c4eb997de30bf9167a46 0.07 MB 170 103
184,864 184,864 00000000000004aadfeb545abec47b996ef3c44096a69bc4845aec818efe37ed 0.02 MB 58 137
184,863 184,863 0000000000000864b771ef2e514d8ee5253e3bd23aa7ada30762e33a2426b4dd 0.02 MB 60 15
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.79 GB
    • Received: 136.63 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.