Loading Tool

Explorer IconExplorer

Memory Pool

45,779 transactions
18.27 vMB
0.19633964 BTC
  • 1 sats/vbyte = 5 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 104.41/200 MB

Candidate Block

Mining Attempt 6600893ce75b4a3ee912a66ed58e729da56edf2832371b1d5de0025bad00a499
Version 20000000
Previous Block 00000000000000000000671ff6b339081082d002a416bd8794e80cf77767e428
Merkle Root aa4738b33b8e0f22cb175970dc0d47bda6e12c8aeb3230823da051f5a167517a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,917
Size: 1.00 vMB
Total Fees: 0.06287642 BTC
Median Feerate: 5.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,316 (700,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
213,226 213,226 00000000000002879be52350473b751589d0bc5836a25244913ec5f9bc236d7f 17 0.01 vMB 158
213,225 213,225 00000000000000024b74c5dc56d66540477c02adf496510c0a9c9158d1045dfa 491 0.16 vMB 238
213,224 213,224 00000000000002ea0c6af9e60a83edbb53dcde040824b78cae13438ea623641a 234 0.12 vMB 144
213,223 213,223 0000000000000089bef7ff8722990042702d2a90516acdbf37609f2344893a00 601 0.25 vMB 231
213,222 213,222 00000000000002e111a13428d3892204a59311bbcfaee9f7e776eeb41ec67386 12 0.00 vMB 50
213,221 213,221 000000000000000ca869733b9280e7c789dab5be926ea4d243f53e8722799a0f 9 0.00 vMB 5
213,220 213,220 0000000000000431a982331501f0f7b7f9052f5320a9a8b71d05c79c9593a30f 275 0.11 vMB 222
213,219 213,219 00000000000003ca019ea564adac55f783ee5b0d45d882abd88fbad84df5dbb4 378 0.13 vMB 212
213,218 213,218 00000000000000467a3f13611a343af442c68cd655a883914dae8ba51c0ae7a0 61 0.02 vMB 217
213,217 213,217 00000000000004e0d16d3a596fe1f1409bf7ac7afe89679c82bde73a8bcb0df2 444 0.17 vMB 164
213,216 213,216 0000000000000363f8f4c27259d99634617ceab32ba208bbf7dd8105d860df25 432 0.18 vMB 443
213,215 213,215 00000000000001d2a65c3fb660ff62dd02fa9a002c9294fbd28cd4336b8222c9 68 0.02 vMB 143
213,214 213,214 00000000000003a06ea7500e6deb7dba78811b3a9fe2a1fcb056e80737058756 659 0.36 vMB 161
213,213 213,213 00000000000004d243eec96b0becf54a6eddfc6cfa89a5ca578f22c87c35cf9f 87 0.03 vMB 125
213,212 213,212 0000000000000051d8cfe38e4d76c45a9bd23fcbed5c93f93dd77ded0526a434 307 0.14 vMB 154
213,211 213,211 00000000000004f7085c5ec1a3d8eb416418e54f800e938d43b55c169ea0c40f 254 0.15 vMB 148
213,210 213,210 00000000000002140cd67b0303cb685bef873cc807ad2943225ff15700cdc581 788 0.44 vMB 140
213,209 213,209 00000000000003e89d47a7d9cc1b1454d7e744a51f3fa7c78d2e7d23a615d9ad 124 0.06 vMB 144
213,208 213,208 00000000000002d284ea8878ecd8165c2e689587037bf8a9e67e81337824822f 202 0.08 vMB 151
213,207 213,207 000000000000037b12918ae986e4750380539cc53992d520aaf2bfcc4b6271c3 420 0.15 vMB 183
213,206 213,206 00000000000003fcd5391d1b209890d7c47261867c56621675c356330b347f41 320 0.12 vMB 202
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 88
    • Outgoing: 11
  • Data Transfer:
    • Sent: 97.68 GB
    • Received: 0.43 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.