Loading Tool

Explorer IconExplorer

Memory Pool

81,189 transactions
31.13 vMB
0.10551825 BTC
Random Selection Loading Transactions
Max Size: 187.87/200 MB

Candidate Block

Mining Attempt c9bc1057544b61186d10164086f465293f2ed2c43cdf7cdc5fd27c4667d85c2b
Version 20000000
Previous Block 0000000000000000000103b96eb359a8c0480b26c3d5b203ae6c8082570a546d
Merkle Root f188216141909dca14fa26f2a07a91677a04487e62c50c88d790e3398ccf35b8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,008
Size: 1.00 vMB
Total Fees: 0.02661493 BTC
Feerates: 150.75 > 2.67 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,402 (442,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,770 472,770 000000000000000001636fd4e8930c3826ccd7b6f048d219ea19eaf1efa4c25a 1,236 1.00/1.00 vMB 150
472,769 472,769 00000000000000000024576ddc92602e6159f9fd62747b9bea936194a4b431a2 2,078 1.00/1.00 vMB 225
472,768 472,768 000000000000000000fa9d1cf2ec931c85a88e65c4dd309f0c072b5ea7ab0628 781 0.60/1.00 vMB 133
472,767 472,767 0000000000000000003229f77e8c2e6f4ab0b19adafde31bc8bb70f701ae6758 496 0.55/1.00 vMB 175
472,766 472,766 000000000000000000f0856deb704e30d348acada8fce5c2f5810971cdca1ea8 629 1.00/1.00 vMB 70
472,765 472,765 00000000000000000155c82987330618e4e1829eaa7c19d1bfaf0fa03183bf97 496 0.34/1.00 vMB 202
472,764 472,764 0000000000000000011ae486108137f524fbdfe19dcb9f0eb3a4365b5a78f3bd 902 1.00/1.00 vMB 97
472,763 472,763 0000000000000000017e9651f0f66953bc8f8a3ea3ef7238e4a518aed9487de8 732 1.00/1.00 vMB 59
472,762 472,762 000000000000000000051661a15d9cc4af822c2cc601e86684ff5aa615f0d794 1,271 1.00/1.00 vMB 145
472,761 472,761 000000000000000000855eb8ac2c93a327cd836f116ca769c327b9e0aa2f91f2 201 1.00/1.00 vMB 15
472,760 472,760 000000000000000000a32a00664a15dbdc1277a7e9dc3cc3c5f6a72de4d76d37 166 1.00/1.00 vMB 14
472,759 472,759 000000000000000000444a0bbf77af1417a84ac72a80b1f411fb2abe6c999f10 310 0.34/1.00 vMB 110
472,758 472,758 00000000000000000024ad008121a801b2f7f1b4462942f6a4b1366488113ffb 1,096 1.00/1.00 vMB 142
472,757 472,757 000000000000000000a2ba1dc5744a6df0b6f8ba84fb2e411bf26f40960fb5ef 518 1.00/1.00 vMB 59
472,756 472,756 00000000000000000075d95e301ec12db8318d4ccc9bb4611d2530f7a6944adf 708 1.00/1.00 vMB 86
472,755 472,755 000000000000000001000c4a92a141c5d408faa66b66c1935e4ffe8a140a2bd3 1,160 0.63/1.00 vMB 25
472,754 472,754 0000000000000000010b214292fbe54f18ee10b4ca2524ee7bc4b8a907655f46 1,984 1.00/1.00 vMB 246
472,753 472,753 000000000000000000e4c2e323230fd6a266741f42aa965c86fae8205e2309ef 2,036 1.00/1.00 vMB 240
472,752 472,752 00000000000000000030d6c28b5cd8b7133c8a7fabc60f6ae65c646115e26237 1,887 1.00/1.00 vMB 171
472,751 472,751 000000000000000000048dbd7fa8b2732a2a1a22a5d8b9ebeaf938a96d52da41 1,587 1.00/1.00 vMB 158
472,750 472,750 00000000000000000036c823c344ece1ca712257b7ed13a8fcea28f087f0a200 2,094 1.00/1.00 vMB 275
Previous 10 blocks ↓
Total Size: 783.08 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: 723.71 GB
    • Received: 18.41 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.