Loading Tool

Explorer IconExplorer

Memory Pool

81,420 transactions
30.86 vMB
0.07102213 BTC
Random Selection Loading Transactions
Max Size: 188.02/200 MB

Candidate Block

Mining Attempt beea444afaf8e3514e52489bfda1a279dd4b92064acbf5e17125bd12eb4df01a
Version 20000000
Previous Block 0000000000000000000205b45d904c19e542f059cf3fc09afcf93eab418f2243
Merkle Root 8073672068ccf20a76cc9037dfa04f30171fd453122f1893e3897f72eb7c2402
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,762
Size: 1.00 vMB
Total Fees: 0.02637762 BTC
Feerates: 265.25 > 2.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,186 (540,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
375,005 375,005 00000000000000001191b655804b660b99ad2cfd9d461032d14d1cc9da7db4da 3,046 0.93/1.00 vMB 28
375,004 375,004 00000000000000000bd17ec3665cc3a1f62a2cebd277b9d76b1a3350cc4c1c78 1,393 0.75/1.00 vMB 10
375,003 375,003 000000000000000005938e26d2f6434d76791d231d7664ae94cace0ff82ddeb5 1,275 0.75/1.00 vMB 31
375,002 375,002 00000000000000000fa277bf59391fde0e5b5cbbc06ee5749c92dbb457da5b44 1,168 0.93/1.00 vMB 18
375,001 375,001 0000000000000000087ce3ed05c7700d783d33860560d828c0bd337c1ff50b33 1 0.00/1.00 vMB 0
375,000 375,000 000000000000000009733ff8f11fbb9575af7412df3fae97f382376709c965dc 294 0.20/1.00 vMB 33
374,999 374,999 00000000000000000997e799764ad52f86db58fb8867034ab3b2a76a882c94a9 830 0.56/1.00 vMB 38
374,998 374,998 00000000000000000224178751a1c39bf6bb4577f7d6308e274ee6b8af31fff5 1,666 0.93/1.00 vMB 25
374,997 374,997 0000000000000000045c65f502d43115a2da16f55ce7b13ad04d161a13ac0340 1,906 0.95/1.00 vMB 50
374,996 374,996 00000000000000000fcf3c1c47c30ae924c1d4c6ffdddc5ea60d2e28845768ce 1,539 0.93/1.00 vMB 37
374,995 374,995 0000000000000000058d6eab97e13d84151c63b1ee4547885d708e60e1c4d80e 1,462 0.99/1.00 vMB 10
374,994 374,994 0000000000000000006e9c40ab9100077760ab4231cb3aaae7566ffd8cdbd190 2,163 0.95/1.00 vMB 47
374,993 374,993 00000000000000000d1a5344f7aba6eb23f2e846ce33b4bd810007211a3a3002 1,234 0.75/1.00 vMB 12
374,992 374,992 00000000000000000606f5280f0ea9072a50f6f32f0c556c5381adeb971659e7 282 0.18/1.00 vMB 33
374,991 374,991 000000000000000009ee96f17c11d58557c867fb0055d6d70cebcbddedf602c3 2,909 0.75/1.00 vMB 16
374,990 374,990 0000000000000000007d6360c01101f74a1c3f116b7d10af53b1f093b6f7f951 4,245 0.93/1.00 vMB 23
374,989 374,989 000000000000000008d248ec7ecbf2710da3a57341dd873b9d6c06cdcf6c8d86 2,238 0.93/1.00 vMB 16
374,988 374,988 0000000000000000002395b52c1e48f7109dffcbb561e601143bf1ccd07465c7 116 0.31/1.00 vMB 14
374,987 374,987 00000000000000000678c32b1bb2fd97ec9afb7e3873325b143ff16afd2f5b07 1,878 1.00/1.00 vMB 42
374,986 374,986 00000000000000000ba3383894ffbb60764339da5ab78bb863b1889fe5342692 1,857 0.75/1.00 vMB 10
374,985 374,985 000000000000000005fde1724212ca48d65df01ea2e4fc948ba387f82cc79583 177 0.10/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.72 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: 705.00 GB
    • Received: 16.65 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.