Loading Tool

Explorer IconExplorer

Memory Pool

73,921 transactions
28.52 vMB
0.07168759 BTC
Random Selection Loading Transactions
Max Size: 169.02/200 MB

Candidate Block

Mining Attempt 76aef3243615160bc9f584381bb10df9c2e4d31373e65c38b5d51307a5a34d2a
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root c20d6d0e6a8c548cee3d2263f3f51f3133eef951ff8aa7b3334fb856589276cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,642
Size: 1.00 vMB
Total Fees: 0.01448981 BTC
Feerates: 250.89 > 1.45 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (503,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,058 411,058 000000000000000000e8b6ab94351cc9f72d6d1df5c7bb980de6c71d3a425136 1 0.00/1.00 vMB 0
411,057 411,057 000000000000000003d00e7ef278ea44f6f760251625c87d1d0d0f36d5ddea4b 1,678 1.00/1.00 vMB 26
411,056 411,056 00000000000000000095cc1f1022db6d7eddf68df9d9f1d6427c5fa16f5cbe7a 2,298 1.00/1.00 vMB 36
411,055 411,055 000000000000000001ca5eafa9507650b352be60c81c171eaeccc08e4c18f647 2,764 1.00/1.00 vMB 69
411,054 411,054 000000000000000001db19bc9fce9cf36c6ca01e0ba4c45003ad528ddbc6e4a0 3,333 1.00/1.00 vMB 56
411,053 411,053 000000000000000005ce6c73ddef3e2d0ee4027ecb07e17ebff4942b5cb9d10f 104 0.05/1.00 vMB 25
411,052 411,052 0000000000000000049bc415048bc4b44d91600d97fbfb00965c80e24fb1854b 1,789 0.77/1.00 vMB 37
411,051 411,051 000000000000000002dd7dbaef32505bc7952664fe8557b9a437a5748cf2e313 405 0.21/1.00 vMB 40
411,050 411,050 000000000000000003fd873c4664c37d428bdb971e43bcd3864154346f1dd6f8 297 0.14/1.00 vMB 36
411,049 411,049 0000000000000000032d64b57c764bb3b6df0ed9051218f7674efe6d75528642 494 0.21/1.00 vMB 40
411,048 411,048 00000000000000000520d253714f248b76fe59457c6df367c0202e7c3129fa4e 349 0.13/1.00 vMB 42
411,047 411,047 00000000000000000296f09026563bb897c1d06651fd150b3226c8efb5c518d5 1,351 0.89/1.00 vMB 27
411,046 411,046 0000000000000000023ab359084b7ea1c87f75f00b4cde1570bac46c406aa3de 2,599 1.00/1.00 vMB 44
411,045 411,045 000000000000000003cd025f38a029b88b680b474ce5651214f8e400e64adfe2 1,328 0.58/1.00 vMB 38
411,044 411,044 000000000000000004b84df8fd8d2248f848db864a06bda8a818dd2aa8004378 792 0.52/1.00 vMB 25
411,043 411,043 000000000000000000d6aa9786094812838aca80c6de75a8e682c34f6225ed9f 1,997 1.00/1.00 vMB 32
411,042 411,042 000000000000000004d8fff7f1f1e2a507aabb007c3e4010f80f2a15833005d6 3,115 1.00/1.00 vMB 55
411,041 411,041 000000000000000003a825a8e8dbaca81719fe8b21eb913eb7570839aabe3701 1,658 0.73/1.00 vMB 37
411,040 411,040 0000000000000000048ed460c90bfd0a545b13276c7348ed0da332fe8fe9a6be 1,324 0.49/1.00 vMB 43
411,039 411,039 000000000000000003d971bdd60f31758daffa4cdba0cd2892667408d7cca4fb 1,382 1.00/1.00 vMB 21
411,038 411,038 0000000000000000059e3079ea29dac14529f6816e051329db1c14e405c9de17 260 0.12/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.