Loading Tool

Explorer IconExplorer

Memory Pool

74,720 transactions
27.74 vMB
0.07445182 BTC
Random Selection Loading Transactions
Max Size: 168.82/200 MB

Candidate Block

Mining Attempt 26f8798383c3a2a199b3b4c01ff24da2fd59b3482f1659a3f0ab236811093656
Version 20000000
Previous Block 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e
Merkle Root 8f1ec31613353e0c99db652e8e44c5074c6d848795e735253807c46949828b19
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,785
Size: 1.00 vMB
Total Fees: 0.01514698 BTC
Feerates: 71.37 > 1.52 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,254 (142,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
772,891 772,891 00000000000000000003bf4d263484a84037b2433c7e1150a79a447fcc53a4f9 1,266 1.00/1.00 vMB 13
772,890 772,890 000000000000000000004a26da8afe35f76d6345895dc7431a961c2de2ee9e7d 1,963 1.00/1.00 vMB 17
772,889 772,889 000000000000000000010272bd8ff8c121b612dde99423e0b0ff8edbd5611440 2,649 1.00/1.00 vMB 19
772,888 772,888 000000000000000000012e5c23547266cc286a4c0ab2b175fb244ffa7479d024 3,254 1.00/1.00 vMB 25
772,887 772,887 00000000000000000001fb52c02a46481ce8b2c55a22fa60b32d8bed5fc1b097 3,383 1.00/1.00 vMB 29
772,886 772,886 0000000000000000000237d40949d1803f49a01422538489c33bc7239f93cd70 2,189 1.00/1.00 vMB 29
772,885 772,885 00000000000000000001b22c3e8b3fda13154e1f294fb5dcfd334d4e36f32ce1 4,587 1.00/1.00 vMB 12
772,884 772,884 00000000000000000001c44c40e0e48b25377c887a5ccdd668a3036210fc952c 2,601 1.00/1.00 vMB 10
772,883 772,883 000000000000000000050f4071c1dd28d63e78fcbb381dcd10f04fd09b818bb4 3,158 1.00/1.00 vMB 9
772,882 772,882 00000000000000000006dd8350141d9f76f9b2e60899824d8d5e648a26e1b09a 2,279 1.00/1.00 vMB 11
772,881 772,881 000000000000000000014f4c1ae5b910fa972adfdf5250e755e7605f8670c05e 2,417 1.00/1.00 vMB 20
772,880 772,880 00000000000000000000d8a8bc68d5d7f5b935e3960679452f4ad83362a524f0 2,240 1.00/1.00 vMB 18
772,879 772,879 000000000000000000028dc3ba39930709961b0656f26db51b93d09a35a7b8dd 3,531 1.00/1.00 vMB 27
772,878 772,878 0000000000000000000370c4d5700a250b74d0fde9e000912030c973e99bb3d9 2,590 1.00/1.00 vMB 34
772,877 772,877 00000000000000000003f4db29ce88065bb79727108dbb603a8a0ede630af774 2,272 1.00/1.00 vMB 16
772,876 772,876 00000000000000000004b337f47f9275da53dd5e67f1d277fcd11e4f2f38ca6e 2,013 1.00/1.00 vMB 19
772,875 772,875 00000000000000000006146223f4180d92b6b65c10499513aa3256b8fe413e80 2,757 1.00/1.00 vMB 29
772,874 772,874 00000000000000000003c4cc3968fa6f2e068fdfaef8533ac71a5088cc1ca8dc 2,782 1.00/1.00 vMB 18
772,873 772,873 0000000000000000000696a6d82d2b5af5f1b7f1c63410d3c335611b4079a3c8 2,663 1.00/1.00 vMB 29
772,872 772,872 00000000000000000002790f279c40b26c620f60b0ba4fcaf55ecd01b67f8b8c 2,773 1.00/1.00 vMB 28
772,871 772,871 0000000000000000000295e934f823320dfff0ad7c17a018925d2d2dec9fb600 1,728 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.83 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: 711.78 GB
    • Received: 17.12 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.