Loading Tool

Explorer IconExplorer

Memory Pool

78,653 transactions
28.89 vMB
0.11077493 BTC
Random Selection Loading Transactions
Max Size: 175.35/200 MB

Candidate Block

Mining Attempt cf5ef686bcf80e0107dfd2f4c46c8ef4b00cc4d53d7c72c857cc152775d501b9
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 8d5b1c7cb3fb537f4f89dfc7673140b88205e16f6c2a332912046382ec3feabe
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,194
Size: 1.00 vMB
Total Fees: 0.03949329 BTC
Feerates: 602.26 > 3.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (846,136 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
69,169 69,169 0000000000f9a4d4deb85c7b4b698f4968837a79f75af26fb5cc8c1503f0799f 2 0.00/1.00 vMB 0
69,168 69,168 00000000006b81f49701480d0c9544679a16709e72381886b5332f1c212b1756 2 0.00/1.00 vMB 0
69,167 69,167 00000000003f26d02553a046071b3fc6e2dc6c854c3c55dbdf3ea609f354da09 1 0.00/1.00 vMB 0
69,166 69,166 00000000004511e70e8b981368cd88806bcb90f38493758f7df0b231d8973479 1 0.00/1.00 vMB 0
69,165 69,165 0000000000ffe08ab5fbb37f10f735773e09d6ab114f31732266bc6197e7c88b 2 0.00/1.00 vMB 0
69,164 69,164 0000000000fe0fb6845c0b6ffd81b18a8296231ca88880af4a35ebaa00386de6 1 0.00/1.00 vMB 0
69,163 69,163 0000000000a717a9e9bf178f9d047dd7535ffc68907ccc3fcdc0f7f7367f46e1 1 0.00/1.00 vMB 0
69,162 69,162 0000000001420dd32b4bfb0b8a1d020df1cb2a4021d6c3fd3adfc7e8a43b588e 1 0.00/1.00 vMB 0
69,161 69,161 000000000008862879468163de4c83156a612073d0deabeb667c0a2fe6625e29 2 0.00/1.00 vMB 0
69,160 69,160 0000000000fb2bf6a38655e285bf67da01e57989e808033630d420a39df97076 1 0.00/1.00 vMB 0
69,159 69,159 0000000000afcd8f6ce45e50527fdd6e1d5b6be374c31d8ce05df10d9c6d1c0c 4 0.00/1.00 vMB 0
69,158 69,158 0000000000df219c3b185353b54c0c938db4b5562ec47bf3ed72c365d39f22f1 1 0.00/1.00 vMB 0
69,157 69,157 0000000000343ab9af0af6b2b5a45fb643fc3b41990ba24c3454721d0574f446 4 0.00/1.00 vMB 0
69,156 69,156 00000000000ee18fc303d21af75e645271f8d92ad2ce5c813d307786774f6e6a 1 0.00/1.00 vMB 0
69,155 69,155 0000000000d71653d9bd52479d12beb14e9037e2eb3af410297f11574c5aabde 3 0.00/1.00 vMB 0
69,154 69,154 00000000010b1784b4aaff05186639a350cbd9e4140f00dbbf4d05dcabbd0d48 2 0.00/1.00 vMB 0
69,153 69,153 00000000011713496812d4251558687767a627a8d3cefbdc7914f1903d8d10d9 1 0.00/1.00 vMB 0
69,152 69,152 0000000000596d8bc670015ff3243b52c86c861722b2686689879232a6d5f8f9 1 0.00/1.00 vMB 0
69,151 69,151 0000000000134e25ab58a3b72c5daf82315919b6c8523e0df240ade9b3710a8b 4 0.00/1.00 vMB 0
69,150 69,150 00000000004814ed6ce9b6a96405ea1b1b2935a26669048ce5c74219848ecb37 1 0.00/1.00 vMB 0
69,149 69,149 00000000005fc5e6f24bc35a49eff2c5ef6d19b25c134d4d7241324e5dbefb53 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.92 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: 714.40 GB
    • Received: 17.53 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.