Loading Tool

Explorer IconExplorer

Memory Pool

87,044 transactions
32.89 vMB
0.13042696 BTC
Random Selection Loading Transactions
Max Size: 199.72/200 MB

Candidate Block

Mining Attempt d8774c5cf441b88845ee11dd7a664665971eee2ee115fb48c4f699c5f2adf4cb
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 8b3b6619212d80c70a5368545f58835d0d5ca8206b7afa7f0eebb068788e6046
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,548
Size: 1.00 vMB
Total Fees: 0.04658508 BTC
Feerates: 300.16 > 4.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (260,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,761 654,761 000000000000000000017808da36c98205f1ff5862d7c1bc85cff251500957eb 2,256 1.00/1.00 vMB 145
654,760 654,760 0000000000000000000da61b1d9bb7fb58ab09dc06ec1319c347210954d69952 2,264 1.00/1.00 vMB 119
654,759 654,759 00000000000000000001b02e7931d4f65e87b76817268a77ce3eb8f7187749c8 2,604 1.00/1.00 vMB 163
654,758 654,758 00000000000000000004abb0378e55c3f667cd5452b21163e090eb6c47070bd8 2,622 1.00/1.00 vMB 232
654,757 654,757 000000000000000000063465d9d484744cdd3186eb4d6d9457f0bc289f157e33 1,962 1.00/1.00 vMB 281
654,756 654,756 000000000000000000025650be9376e41e46056d97b64fa8dea485780a75fd54 2,893 1.00/1.00 vMB 305
654,755 654,755 0000000000000000000b8c8964eb66ea9ac65266bf1b4e8d7981e96c02ac885d 2,646 1.00/1.00 vMB 100
654,754 654,754 000000000000000000036bd0e347f77bc9bf8242cf72314880c388afd98868c3 2,308 1.00/1.00 vMB 118
654,753 654,753 0000000000000000000330cabe14c0ae6b9f5ce8fd1ee13dcb78709881ec8f3b 1,967 1.00/1.00 vMB 165
654,752 654,752 00000000000000000006fef747487408c519b84644c00a077d8a43c4c54ae30a 2,484 1.00/1.00 vMB 155
654,751 654,751 0000000000000000000ae562801ba98b02b1bf3667d718fd625bff808afebac8 2,287 1.00/1.00 vMB 143
654,750 654,750 0000000000000000000c65592be858e5916bde1fe878a4c0117cc8dba03f6da1 2,901 1.00/1.00 vMB 271
654,749 654,749 000000000000000000069b5f6bf12b7de50afc43a48a47ddc6928fe14d28a6d7 2,547 1.00/1.00 vMB 132
654,748 654,748 0000000000000000000382ee9802731a3575ea912e1c1d9cebcbb1f69d426f46 2,363 1.00/1.00 vMB 211
654,747 654,747 0000000000000000000326f1534a9d3b9ea1728f2c27a588e03db780b062f97c 2,590 1.00/1.00 vMB 198
654,746 654,746 00000000000000000006eba450b025e90203a5f23fa1469acc655fc674f80524 1,557 1.00/1.00 vMB 250
654,745 654,745 00000000000000000009c21bc21142d465bd13d948fc8d9b35a684616f6edcc2 2,545 1.00/1.00 vMB 219
654,744 654,744 000000000000000000000d8c0552f0ba7c2df9c1bce46880506df03658ade8f6 2,374 1.00/1.00 vMB 192
654,743 654,743 00000000000000000008e5a5d053ff2b6d4eb99ade909d98437a55a09e87e9ae 2,734 1.00/1.00 vMB 301
654,742 654,742 00000000000000000000390f97493475eaecd2b6377103d1cae65a4ba1fef161 2,286 1.00/1.00 vMB 148
654,741 654,741 000000000000000000031eb6a62d51a59de67a9c7e5600d5d689e23e1dce80ca 2,685 1.00/1.00 vMB 276
Previous 10 blocks ↓
Total Size: 782.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: 709.03 GB
    • Received: 16.83 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.