Loading Tool

Explorer IconExplorer

Memory Pool

81,399 transactions
31.24 vMB
0.09988969 BTC
Random Selection Loading Transactions
Max Size: 188.95/200 MB

Candidate Block

Mining Attempt b3ae1d1ad7fa0732d01010141778d5feae996c80f83615c79dbf6242890457c2
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root fcc565c30c944e4be1099df5b42d1fe3e411f003ba970edf6a8c11b9fec8c685
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,426
Size: 1.00 vMB
Total Fees: 0.02292258 BTC
Feerates: 106.51 > 2.30 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (442,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,774 472,774 000000000000000001508b85239250f60b8c35e9f9b1c60539505ab3669d3a40 252 0.25/1.00 vMB 107
472,773 472,773 0000000000000000015284a00aeb073a159f51e5596307b7897f3819236f8a61 1,557 0.75/1.00 vMB 251
472,772 472,772 000000000000000000afcfb02d9f6b13e0fc8582294731cc3af29c8efa446805 534 1.00/1.00 vMB 60
472,771 472,771 000000000000000000acc311544946c6d6b193a60aad553dc46c0deb5b3b72e0 388 1.00/1.00 vMB 39
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
Previous 10 blocks ↓
Total Size: 783.06 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: 720.81 GB
    • Received: 18.27 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.