Loading Tool

Explorer IconExplorer

Memory Pool

77,280 transactions
29.17 vMB
0.10060383 BTC
Random Selection Loading Transactions
Max Size: 174.62/200 MB

Candidate Block

Mining Attempt 3608c0cf050ab07a06e352e72489fbdfa83e4910ecf770d54923251a1a42c36a
Version 20000000
Previous Block 000000000000000000011ccb04a71db94d4a97a5529cf2542b397830e1144127
Merkle Root 69eaa2b03987e453f3a7bf74e5c530f07af19762efcff106853eea814eab4212
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,913
Size: 1.00 vMB
Total Fees: 0.02781332 BTC
Feerates: 150.77 > 2.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,268 (256,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,567 658,567 000000000000000000032d6d9344af7b92519af5841138e9cbcc86805d8e6358 2,448 1.00/1.00 vMB 45
658,566 658,566 0000000000000000000e3864c7d6af5112f49a109bb66ed8672d91787ff5c1d2 3,024 1.00/1.00 vMB 95
658,565 658,565 000000000000000000087a8fea8c66369e6ccc7aa1db9849f43530dd9479956f 2,535 1.00/1.00 vMB 91
658,564 658,564 0000000000000000000fc7f2f5e7f0f0e729914b60dc2b598d401fd362e28cff 2,387 1.00/1.00 vMB 112
658,563 658,563 0000000000000000000c0bfc08ea3bbe692516a62e8b0ac86a250c8f6d346f5f 2,666 1.00/1.00 vMB 75
658,562 658,562 00000000000000000004aac4946a6c90b946ba7b5f5338f978ce04a631ba2905 2,093 1.00/1.00 vMB 56
658,561 658,561 0000000000000000000e69bb2747a3a3b645a825481c80769f0c11159b213a1b 1,586 1.00/1.00 vMB 48
658,560 658,560 0000000000000000000679f3135aa0fde5c42e84fa4381a64b7c72639439b4e8 2,097 1.00/1.00 vMB 39
658,559 658,559 00000000000000000003f1b90ec23d522bdbaf8e1db2d66574488456cea29ecb 1,891 1.00/1.00 vMB 34
658,558 658,558 0000000000000000000cc4911a06bb44bdbff7f78ad9500167203bdaccacd33d 2,748 1.00/1.00 vMB 68
658,557 658,557 0000000000000000000d12fc60e144b471636b446f6a920c7a30625fc163dd10 1,719 1.00/1.00 vMB 32
658,556 658,556 000000000000000000033f33f856a309eb3172b20f8cda1661b943d2fc548fad 2,095 1.00/1.00 vMB 33
658,555 658,555 000000000000000000024995c3f0a9763339e04d0fce0ebafc970be16fdf703d 2,207 1.00/1.00 vMB 60
658,554 658,554 0000000000000000000c4bda89a1ce58a91ea5ea6ea53a40ae936b1b23a811ba 2,506 1.00/1.00 vMB 81
658,553 658,553 00000000000000000006efc73440ddb1b95bb99176613cfee66a84fe49096573 2,038 1.00/1.00 vMB 45
658,552 658,552 00000000000000000009a01bdc4a0dc8d3d7f4854038afaa2b9a571e95eff13b 2,449 1.00/1.00 vMB 58
658,551 658,551 00000000000000000000f964f1423e3ae18358857161b22d00aeca062cec24d3 2,631 1.00/1.00 vMB 89
658,550 658,550 0000000000000000000898b8946eef61db4ad8685fd5c03c1949d75d7920c840 1,543 1.00/1.00 vMB 66
658,549 658,549 0000000000000000000c92aeb20123ebe5b81e490120e10fad76658f55ee1ea2 1,775 1.00/1.00 vMB 77
658,548 658,548 00000000000000000002730ef5ab9a4b038d40c6d02f901812eec1aa8b3332bd 2,709 1.00/1.00 vMB 68
658,547 658,547 00000000000000000002827214492b87a393044c08541370c8606c8d6b9c53da 2,275 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.86 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: 712.83 GB
    • Received: 17.23 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.