Loading Tool

Explorer IconExplorer

Memory Pool

37,655 transactions
27.06 vMB
0.05483679 BTC
Random Selection Loading Transactions
Max Size: 137.86/200 MB

Candidate Block

Mining Attempt 24d38e3f8120596735236d3965b3e9e8ed5a90056f544244392e63a7db5f7d0f
Version 20000000
Previous Block 0000000000000000000106a1e4aa287915d89b3784466736987e1acd439ed5c9
Merkle Root 146a8c8af3ddbee7acb15b315f5fe3a6f27239d6facd19c12d26ffe3c5f8dedc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,318
Size: 1.00 vMB
Total Fees: 0.00355102 BTC
Feerates: 20.07 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,646 (732,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
181,977 181,977 00000000000007587a3ab9a1ab583f33438052b50aa24726949da0bb73aeb7e0 153 0.05/1.00 vMB 145
181,976 181,976 00000000000009d58e773d12a0dd017b32be803780da1ef13575462810e8edab 450 0.24/1.00 vMB 150
181,975 181,975 000000000000034151a2cfa5fd1ec1a5b19d9f936ec4162661206a7add97a4bc 497 0.25/1.00 vMB 109
181,974 181,974 000000000000028f5061da19bd9816977c756a4dd14641e32626ef54460b6886 55 0.02/1.00 vMB 4
181,973 181,973 000000000000006b7ebc256dd6b80b9279b0e9f39fed7138b6ba20c80a07157f 554 0.25/1.00 vMB 136
181,972 181,972 000000000000023ec51f0dd44bcbf7305dac96ef6100a2fb15cc6683b64493f8 120 0.05/1.00 vMB 396
181,971 181,971 0000000000000221c841b0538a0f697c47a906d408124d1a606c048e393e3d28 162 0.09/1.00 vMB 130
181,970 181,970 000000000000027f197021c829d52f7ded373a8a0ee5e270a8c26f23b053883d 318 0.14/1.00 vMB 139
181,969 181,969 00000000000002cd59eb4e2e6176363e545c52471ced9aca6baffaf9bafd9cdb 142 0.04/1.00 vMB 86
181,968 181,968 000000000000034ffdc20ca8e5faf57c0a24aa98b70c0e0844efe3da8f6b3684 75 0.03/1.00 vMB 431
181,967 181,967 0000000000000677888d6ce25fa2236ad5ef51918508c16314c5caa27523cb22 116 0.04/1.00 vMB 323
181,966 181,966 0000000000000a1094464e3d6c1e7e3eaf6df1f7a27030607e5f0a6398a9ea72 297 0.13/1.00 vMB 231
181,965 181,965 00000000000003b4f6462c640de0103e2a095d27ce41377c99021d42606fd549 32 0.01/1.00 vMB 1,830
181,964 181,964 00000000000009d6ec6469a274e3a55195fd2ed4e6a54477fdf4bea0b3756dff 13 0.00/1.00 vMB 32
181,963 181,963 0000000000000273de1008b6c0a7d0e2bc8ea080fe15827d813fed0ccf3c6e0f 87 0.04/1.00 vMB 68
181,962 181,962 0000000000000854b3d8327f06ccc9e0c07302a236bd887858e26557744f46c8 352 0.15/1.00 vMB 114
181,961 181,961 000000000000001afb645334224ea79fc75758a0df6afd276a9d1eabf1d59f30 124 0.04/1.00 vMB 72
181,960 181,960 00000000000009866707544707a974f868803e0d58960f2247a0141995817e9d 85 0.05/1.00 vMB 77
181,959 181,959 0000000000000a02f08deb33f210ab1f885766efca68602305afa4bfdce0008b 399 0.15/1.00 vMB 134
181,958 181,958 000000000000017e2e0fe885aa92c4fbf9c07a3c500b2c549ddee655a8be24e8 88 0.03/1.00 vMB 146
181,957 181,957 00000000000002a245c9e62a7b2fb17cd965bade1f6fd19fa6e7261c6a8ac5a3 78 0.04/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 781.76 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: 632.55 GB
    • Received: 12.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.