Loading Tool

Explorer IconExplorer

Memory Pool

79,012 transactions
30.16 vMB
0.11923708 BTC
Random Selection Loading Transactions
Max Size: 179.54/200 MB

Candidate Block

Mining Attempt 859dbcb77c321ab25c3458ec74898df29a8014debd55a25dc6a8ded8d5751a60
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root dc5c39e17a1d4f3e6e767b52f8904053d1c19d3fbc80f4b69517f8b40bd8f10b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,320
Size: 1.00 vMB
Total Fees: 0.02885182 BTC
Feerates: 109.82 > 2.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (256,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
658,546 658,546 000000000000000000077f1c4763d2f4be5a511f1f0a5cb502f76ea30d1274ca 1,765 1.00/1.00 vMB 45
658,545 658,545 0000000000000000000c19a9a0d3a244e40f48d2548dae379e9899a8f75b38d1 2,694 1.00/1.00 vMB 64
658,544 658,544 000000000000000000087c8acc821fbd1491af72b9064fd5f210cb8899675c84 2,546 1.00/1.00 vMB 45
658,543 658,543 0000000000000000000b5524fbe58a4bce2b19b6127ab3cb4cc1fd8aa52408c2 2,412 1.00/1.00 vMB 82
658,542 658,542 0000000000000000000d11fce795e2ee35c917c7bd6226173ac3f184af59812d 1 0.00/1.00 vMB 0
658,541 658,541 0000000000000000000666b80cd4ddf64ff98580d411a988ef94a728c860198d 2,790 1.00/1.00 vMB 91
658,540 658,540 000000000000000000059402d47e7a3a3f16a802c72d6d5afc6ac52ed64ab488 2,600 1.00/1.00 vMB 79
658,539 658,539 0000000000000000000950cc6126b77acab63041f817ce685f90b3a2514b7db0 1,027 1.00/1.00 vMB 69
658,538 658,538 00000000000000000000b59e914a8df4dc3fcc957f6386ef9e4108dd7ac515f6 1,050 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.91 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.20 GB
    • Received: 17.52 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.