Loading Tool

Explorer IconExplorer

Memory Pool

77,539 transactions
33.69 vMB
0.13868099 BTC
Random Selection Loading Transactions
Max Size: 189.09/200 MB

Candidate Block

Mining Attempt 141c4e6f235f89f3cd8944ec12025a2a45f6287fa86cbb6dfb1981a85a39cede
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root 47f14929cc33d5fb1b661b7545903ae023c6f8e8f70e507ef831b2e1bd08f3a0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,361
Size: 1.00 vMB
Total Fees: 0.02829781 BTC
Feerates: 100.53 > 2.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (632,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
283,404 283,404 0000000000000000aea05ca9a4928e638e378ef187c3f528aaa297541a273a45 737 0.47/1.00 vMB 30
283,403 283,403 0000000000000001aa03903ab12dd44f0a7244bfdc71aac3ee73d877533b2db0 153 0.05/1.00 vMB 74
283,402 283,402 0000000000000001416aefb56ac2adcd5ccb0a4bd1ca7dd26e3a1337fd73d34c 900 0.35/1.00 vMB 62
283,401 283,401 0000000000000001d29465da74fd94b5426c69ecd8c08b9ec743e2bf7b4768dd 151 0.08/1.00 vMB 49
283,400 283,400 0000000000000000f1c506121d0ef0dc2ab828ec4d57211f6e509b9a54a2f340 813 0.35/1.00 vMB 51
283,399 283,399 0000000000000001db643ae0e3ff550a046a2a2e50ebf70240f7da5b67181747 261 0.16/1.00 vMB 44
283,398 283,398 000000000000000168afc16cfb50c715f41a52b1f61fef8ba4b74e29efd82cee 930 0.37/1.00 vMB 60
283,397 283,397 000000000000000000e6930d611ac10166855874ba80b7bb5cec68baf8b89110 1 0.00/1.00 vMB 0
283,396 283,396 00000000000000000888b3c9ac26b034e38d26396d4421f4a190e61e537870d9 721 0.37/1.00 vMB 46
283,395 283,395 0000000000000000c61d25f5ae6b06c75700e807d734afe4a9053e0ffb549ff8 198 0.08/1.00 vMB 29
283,394 283,394 0000000000000000a29f8a862aeef6d6561485914a1a2a7fe4e63dd794d0595f 266 0.12/1.00 vMB 111
283,393 283,393 0000000000000001b91ef53660ca0f050fd704885b46a71810f26f3084784e17 153 0.05/1.00 vMB 286
283,392 283,392 0000000000000000f9359f176c14e1f1e9dcd986786d016e49ead941215d818e 700 0.52/1.00 vMB 24
283,391 283,391 0000000000000000d8f82db4196549cedbff08c44d7137f5f6c21a964eb28f14 1,165 0.35/1.00 vMB 65
283,390 283,390 0000000000000000ec541d87d39b289e06eb6d19dc4d1a6346d5f9c2294901d0 192 0.05/1.00 vMB 300
283,389 283,389 000000000000000117189dd006cf198ce82a68bfdbeb11b7388bd67c9aaff7d5 204 0.09/1.00 vMB 50
283,388 283,388 00000000000000001558f6f463956ce798d965f77b590f8aa078e173a0eaf4bc 83 0.03/1.00 vMB 42
283,387 283,387 000000000000000184393b21bcb07785c5ec243e31a19920d68f84d75b957fc5 570 0.25/1.00 vMB 51
283,386 283,386 00000000000000008488976b1839f7c1e6c2eab486457cc4fe58e0dc4a9ffe3a 290 0.17/1.00 vMB 37
283,385 283,385 0000000000000001aa4e682a9dddfcaeedba35d3ed94cd2a63e8b35c6db52ca6 66 0.03/1.00 vMB 39
283,384 283,384 00000000000000012c32ecc1d4757adcd2503156fb6b56b15192dfd5cb69daac 363 0.13/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 783.11 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: 733.31 GB
    • Received: 18.54 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.