Loading Tool

Explorer IconExplorer

Memory Pool

49,034 transactions
27.61 vMB
0.08036145 BTC
Random Selection Loading Transactions
Max Size: 147.31/200 MB

Candidate Block

Mining Attempt b402ce3e64b644f61c2b97e73adadb161934013e8e3352b65e7d70f767231493
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root 39ea05a8803161a13de946f37a1124148ec5b0be449efc5155fb4cf6a79b1206
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,673
Size: 1.00 vMB
Total Fees: 0.02837910 BTC
Feerates: 150.92 > 2.84 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (729,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
185,783 185,783 00000000000006994e9cee4e61deb27d3b31c5e21f62e8698b13ae2a68775801 52 0.02/1.00 vMB 114
185,782 185,782 00000000000002a737aad80a35813fbe2b9abf29eaa48436f2fea996198d14a8 16 0.04/1.00 vMB 46
185,781 185,781 000000000000047785d064d81ff9e80fd7191f9eda891aaf9d32f360ea71c6f9 4 0.00/1.00 vMB 111
185,780 185,780 00000000000006d3b2f7ad9522435e1581b24dafbf5a630e847c229a77347ef8 42 0.03/1.00 vMB 55
185,779 185,779 00000000000006f054c1d1a2fb3f565effafce5db937f8252ca6dcd5232e2e1b 95 0.03/1.00 vMB 22
185,778 185,778 000000000000009afa448954bac22b9c0c7cd421f27834cd3eeed66023c16817 87 0.04/1.00 vMB 119
185,777 185,777 00000000000008fd8d3346000743d52c4d919b89132cb2f3fcf3f40397db01ae 78 0.04/1.00 vMB 45
185,776 185,776 000000000000062bd80ff4c626f458e200c54e378927e10b9c912bf39b6a1ffa 254 0.10/1.00 vMB 120
185,775 185,775 00000000000003a0950431358ed757a311ae105910a534dfc08c8be4b39bd4d0 11 0.00/1.00 vMB 15
185,774 185,774 00000000000004e0c999f108935c6e8ffa46089d4c9150024840c1f3ded4d1a0 15 0.00/1.00 vMB 110
185,773 185,773 00000000000001c08ade50bf064d24b4dbe2c17c046d32cc58580c5b4bf84532 28 0.01/1.00 vMB 66
185,772 185,772 000000000000098a2b4c5d8d14db1a28fbfa8e793761b22a5ff79ab7ede57770 97 0.04/1.00 vMB 117
185,771 185,771 000000000000064f9a40a552650f16a9e02479a628bd2dce45bc11177c7e46b4 35 0.01/1.00 vMB 95
185,770 185,770 0000000000000883fa681a769eb30d5a44c6d033a1a7ad66cdc831326e5fc366 203 0.08/1.00 vMB 152
185,769 185,769 00000000000004ad77e9e82c97ff7a36d39b70e030f1ea79192da515446b4911 145 0.08/1.00 vMB 83
185,768 185,768 0000000000000964bb645ffe9440aee8a8bae4a55f2fce925ede2920425737e6 32 0.01/1.00 vMB 41
185,767 185,767 00000000000001a90884cb11f0fe71550f3d420e46f4b15e9fcd3d0a98929d70 131 0.08/1.00 vMB 127
185,766 185,766 00000000000008e9c89a4a0ca8513132d24212f7558bc7c891faadf2c9252d38 58 0.02/1.00 vMB 71
185,765 185,765 00000000000000cb707fb5c6f39c2fc1ff8a4f11ebf06db273949d23465f889c 441 0.17/1.00 vMB 105
185,764 185,764 0000000000000293625b65637cbdb3cca969c0ca041e0108003c64a49252c0ce 47 0.04/1.00 vMB 35
185,763 185,763 000000000000035780ede816d69a7fe32bf04232aa21f14fe390eb5bc492a9a2 110 0.05/1.00 vMB 108
Previous 10 blocks ↓
Total Size: 782.00 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: 649.06 GB
    • Received: 13.13 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.