Loading Tool

Explorer IconExplorer

Memory Pool

49,659 transactions
29.94 vMB
0.09356961 BTC
Random Selection Loading Transactions
Max Size: 159.80/200 MB

Candidate Block

Mining Attempt f02bd59c835dd9ae262f3a3150adf838809914ef5ef4c4f514860534e3c22614
Version 20000000
Previous Block 00000000000000000001e2f6cc79a94b021bd37a0344a4c1171fa288fec3bf95
Merkle Root 2c9cc2279151ccc96c0e4948d0127f378ba6a1f6bac1178c7739e2730d86ca10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,183
Size: 1.00 vMB
Total Fees: 0.02730958 BTC
Feerates: 72.92 > 2.74 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,845 (529,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
384,894 384,894 000000000000000001cf3a8c3c1f4f23961cea0573241a21a79a2d07d1b521dd 514 0.30/1.00 vMB 28
384,893 384,893 00000000000000000024bb36c06efefaf75cacf4e1eca49a3a70da759ef08d2c 1,782 0.74/1.00 vMB 36
384,892 384,892 00000000000000000fda459dbfbcb7629cbe3d371a2fd7003d004e1a2a42a99d 385 0.25/1.00 vMB 30
384,891 384,891 00000000000000000e3cc307b24ba5db31a45f84c8cb2ed4dc2918af3647c6ce 585 0.31/1.00 vMB 27
384,890 384,890 000000000000000008688806d602f5f17ff4da962c5b6de03305d5781d5e7a00 255 0.13/1.00 vMB 30
384,889 384,889 000000000000000001057ebb48190a9da00e6a20a08c1499b8a68d688c9c7853 1,137 0.57/1.00 vMB 30
384,888 384,888 000000000000000002b386f9465af5e6048adf14d59e7735613c3fdd3162a7e0 2 0.00/1.00 vMB 0
384,887 384,887 00000000000000000403a386c917f3e1135fbf1c0b2f128bde2e1f83385d8fa3 107 0.05/1.00 vMB 41
384,886 384,886 00000000000000000d1c0859152a5df324e8c9e0af88be74c1df2b683a7c3082 865 0.65/1.00 vMB 22
384,885 384,885 0000000000000000070b685832e88418f0d55a3484584ef9806e978fe563de18 896 0.41/1.00 vMB 36
384,884 384,884 0000000000000000006d1262986b2760f90cb9bd8e673d0ab94eb3cc23ad4c0b 1 0.00/1.00 vMB 0
384,883 384,883 00000000000000000c462287dcc2e2cb6a2a9115e9e5863f1356dfbb88d84060 129 0.11/1.00 vMB 17
384,882 384,882 000000000000000005edc8b5225c4fbc228e7c12381a7e6a0bd3944ea405fc18 675 0.38/1.00 vMB 24
384,881 384,881 000000000000000005d681f1a9ec7a7725bf58e023caec8bb030b786b0899eff 746 0.40/1.00 vMB 26
384,880 384,880 00000000000000000ef52bd1c7913a0bc0be2d10419fe2c72851d06261f17b18 178 0.25/1.00 vMB 8
384,879 384,879 000000000000000006d5622f6aee60b731725f7e255b5d75ca8dd94e56d88c32 660 0.47/1.00 vMB 23
384,878 384,878 0000000000000000090d87a072ebcf2e99b542483541cbe3be74e50fd9d471ff 883 0.49/1.00 vMB 25
384,877 384,877 00000000000000000596e75b0c3a603466ac994a682d373902145a051da06b7d 1,922 1.00/1.00 vMB 27
384,876 384,876 00000000000000000f797690be3d0bf9105050e528860e7d373b6703825a530f 1,043 0.36/1.00 vMB 45
384,875 384,875 0000000000000000082da8e451c30b582219174c563b8284dbf00e4c9f941ed3 1,394 0.65/1.00 vMB 54
384,874 384,874 00000000000000000b2f44153167a55a3ebbce228c4eed1d04781639b23351a4 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.11 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: 652.04 GB
    • Received: 13.70 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.