Loading Tool

Explorer IconExplorer

Memory Pool

80,954 transactions
30.87 vMB
0.08327658 BTC
Random Selection Loading Transactions
Max Size: 187.36/200 MB

Candidate Block

Mining Attempt fd25db8ef628267374b37fe0af45bd001214ceb64e373c457606eaf5a8cec54b
Version 20000000
Previous Block 00000000000000000001b66b272ca3a270115c0167b0c55ec51ed4c599c6d99e
Merkle Root 6da465375d12cf20da6d17ded365e3589815789e3983136471fc37d76f31f7b4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,922
Size: 1.00 vMB
Total Fees: 0.01693078 BTC
Feerates: 100.69 > 1.70 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,184 (379,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
535,446 535,446 0000000000000000001b5a52925ad249aea46122014adb915f8ca3a5f1db5756 665 0.97/1.00 vMB 4
535,445 535,445 00000000000000000028b61eb7e022c5f9cf9b1616f8002dee8cae955eec5fbd 1,290 1.00/1.00 vMB 11
535,444 535,444 00000000000000000010cf767a8d6a37410c95dcf4829f2f0a8a9a9f01431b78 687 1.00/1.00 vMB 5
535,443 535,443 0000000000000000002d0d33d72d9cddd3c623de87050c1d1d20f5a69afef4d3 1,653 1.00/1.00 vMB 5
535,442 535,442 0000000000000000002acbb7781aa950676d046df3c20ca43ce30695e87eb8fa 2,068 1.00/1.00 vMB 23
535,441 535,441 00000000000000000007fb8f3ed67672adae5f578344df8a2e0be52f31ea147d 951 1.00/1.00 vMB 1
535,440 535,440 00000000000000000011eac430c322b4ba326a70beed294d51051a4f94c610b6 1,740 1.00/1.00 vMB 5
535,439 535,439 0000000000000000000a899d25c04f41c5cef159f1aabdaa6e751f01303539f8 1,387 1.00/1.00 vMB 9
535,438 535,438 0000000000000000001cdba93c06171142c8cac796be2a17ea16234e1e8e8ede 1,843 1.00/1.00 vMB 16
535,437 535,437 00000000000000000026a2facf9976677ccb3d79b461357059521468c9ead6f1 2,201 1.00/1.00 vMB 22
535,436 535,436 000000000000000000081a87fa9b8d2cbe5e8b62d29fc2678ae17c79c7940503 2,244 1.00/1.00 vMB 34
535,435 535,435 00000000000000000014b7709133ac1ef90b7ea94eb58e098828084aa3da182d 1,046 0.35/1.00 vMB 19
535,434 535,434 000000000000000000195b0aa02d6942c186629f127226435180e95ef22e61ce 1,532 0.93/1.00 vMB 30
535,433 535,433 00000000000000000017c6331b3ce5475db2a0611ec43741ec2b03fc3219fb5c 1 0.00/1.00 vMB 0
535,432 535,432 0000000000000000001e9f7a6f0a3a495affd8f8a60ad2c76a3a55a1e81db3de 762 0.58/1.00 vMB 10
535,431 535,431 0000000000000000000ed8085a78d0976a34c4b14084f3d82383cd9739befe85 169 0.06/1.00 vMB 19
535,430 535,430 00000000000000000006420f2054040b4b212b9e578acad49b3d82f2d6b23eb5 644 0.46/1.00 vMB 12
535,429 535,429 0000000000000000002a5d198abc0e40b2ac7afa19ace3c8f450fa681dddd706 673 0.24/1.00 vMB 29
535,428 535,428 00000000000000000007f618516eabe6d8d207dc4a8d1dc4710698482ef29ee9 1,418 0.92/1.00 vMB 10
535,427 535,427 0000000000000000000c766c07912fa0d0ae9f5ad839ab0e84ca6f9915e70711 1,458 1.00/1.00 vMB 10
535,426 535,426 0000000000000000002056e56956a07563298cc4d3d77eee8abe56922a4929e2 1,991 1.00/1.00 vMB 13
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: 702.17 GB
    • Received: 16.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.