Loading Tool

Explorer IconExplorer

Memory Pool

44,567 transactions
26.58 vMB
0.06124982 BTC
Random Selection Loading Transactions
Max Size: 140.23/200 MB

Candidate Block

Mining Attempt dd81c1b3edf2ab908ef3a575bbf2b3c3501e9c87835b86f4478e5036da68248e
Version 20000000
Previous Block 00000000000000000000d8ba2955f02eb456e7c5acbac6935bbd800431352c76
Merkle Root 536dfc22a4ff7db1f1729134a81cf2008b00434ca808db02836d8b9cd90e87df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,171
Size: 1.00 vMB
Total Fees: 0.01250263 BTC
Feerates: 129.25 > 1.25 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,739 (504,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,888 409,888 0000000000000000042a82b3ccea439b457030bf25fe5c4f1920121c371cdad5 1,886 1.00/1.00 vMB 36
409,887 409,887 0000000000000000013d68a7283c641f9d2fbceb7650967de4a031ba84525d37 2,277 1.00/1.00 vMB 33
409,886 409,886 0000000000000000054cc1279d81a9b11eafbc185aef31f554c411c3ef1aad9b 2,896 0.99/1.00 vMB 75
409,885 409,885 00000000000000000062fd12cbb82d6d588963e6ddc6a3557cf2e3041b4d7600 2,218 1.00/1.00 vMB 33
409,884 409,884 000000000000000003988c398564f407091ba7a6cb78f04ddffc667ba2ab2179 2,509 1.00/1.00 vMB 37
409,883 409,883 0000000000000000043328d0bb5444e53ed6ab44bb59becc84a0621f26693d83 2,043 1.00/1.00 vMB 51
409,882 409,882 0000000000000000034efe636c91dce8c7403723d5d171de8d4aa2387a206fcc 2,014 1.00/1.00 vMB 55
409,881 409,881 00000000000000000454f7c54af3fb0d0edc376750d5c0b3774c85af4fa408b8 401 0.99/1.00 vMB 32
409,880 409,880 000000000000000000c855c99f6890dfb93a397309fd3f5faa0219ac366ec27f 655 1.00/1.00 vMB 37
409,879 409,879 00000000000000000133e89fdacc0a60ada64412b13427e49a3965e5653d37ff 2,711 1.00/1.00 vMB 75
409,878 409,878 000000000000000005bf17720cfaa5136471afbbf726b677d935b84df9614e9d 2,892 1.00/1.00 vMB 47
409,877 409,877 0000000000000000047e3636662ee1eaf358c5de9fea261ca5bf3f7114eac6d7 3,487 1.00/1.00 vMB 94
409,876 409,876 00000000000000000428936d2657984bdaad77454f16eb6b69c76f60e7e813b0 2,886 1.00/1.00 vMB 54
409,875 409,875 000000000000000003d67f5c68d8317ef69bcf10cafa55ffc9aed858da3a48d3 1,736 1.00/1.00 vMB 23
409,874 409,874 000000000000000000696e7d9ea28b8cd2ce42a476bf6dc77e6378f6c35b0919 2,645 1.00/1.00 vMB 45
409,873 409,873 0000000000000000017f8d1688ae5bc5b0e92867b9270ce4e8e2e6abe234aa3c 2,808 0.99/1.00 vMB 66
409,872 409,872 00000000000000000531df1a46ef984e842eb7f2d7ddb568716f3077ae1b9af2 417 0.33/1.00 vMB 29
409,871 409,871 00000000000000000611ca366a10b284e796edb519d98d7d0d15ed1bd08a535e 79 0.03/1.00 vMB 41
409,870 409,870 0000000000000000018ba9af16cbe5072bc5375dcb2ae424b8d6bd947ffe28b0 1,728 0.83/1.00 vMB 35
409,869 409,869 0000000000000000052a2fc85b5e71214fdd6791e48c0a4d61f5c61362bbdaf4 1 0.00/1.00 vMB 0
409,868 409,868 000000000000000004056a66db7e94d62cc1cf5ad08407219ccde412b9676d9e 1,106 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.93 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: 646.28 GB
    • Received: 12.84 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.