Loading Tool

Explorer IconExplorer

Memory Pool

77,517 transactions
28.94 vMB
0.08283678 BTC
Random Selection Loading Transactions
Max Size: 174.96/200 MB

Candidate Block

Mining Attempt 52570bb810bac65ddb131a09a2c397b9da938b093256811b60b4d474a88ed79d
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 754a80da80b54df85971a12b5510d61eafa21bd651127c9575abb0c889ce09a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,960
Size: 1.00 vMB
Total Fees: 0.02245398 BTC
Feerates: 150.93 > 2.25 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (381,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
533,672 533,672 0000000000000000001e1ec54b8186224fdccbfcdd52e5c404ec7da7f63f4780 136 1.00/1.00 vMB 1
533,671 533,671 0000000000000000001da6863a758ff6bebe26dc534a7deea5e13a458afb35a0 716 1.00/1.00 vMB 2
533,670 533,670 0000000000000000001a9c074d369d3614c48574a228240e36357ad750257841 289 0.18/1.00 vMB 39
533,669 533,669 0000000000000000000efa78694d575f3f3a7b61295c5e9abcee182f5a25614c 307 1.00/1.00 vMB 2
533,668 533,668 00000000000000000003f5d1f62bb4de36bab0d5ff81498e8384eaf6f5da8e3e 961 1.00/1.00 vMB 5
533,667 533,667 000000000000000000056a9bcb87b437afe7bc42aa2c2078f6532071dcbaf40e 3,069 1.00/1.00 vMB 22
533,666 533,666 0000000000000000001b65cc396bfdd8cff3a712f2f31b5ee7feb963314a5acd 684 1.00/1.00 vMB 11
533,665 533,665 00000000000000000004c6640ab391bc3d68f2d1f3d57ab6131326c6e4fbcd9c 84 1.00/1.00 vMB 1
533,664 533,664 0000000000000000001c801dd2ed308794813594a07c66aa2d788d019e0e4fbf 2,865 1.00/1.00 vMB 18
533,663 533,663 00000000000000000013c095b382a2ad6a230addf54f179bac40c08cad9e1d03 757 1.00/1.00 vMB 5
533,662 533,662 0000000000000000001f72844fe94aec76f80f2506df57a34d9618e730536712 1,572 1.00/1.00 vMB 21
533,661 533,661 00000000000000000006265c5065f2affa82165e716b2e87a60797b7169eba7d 1,635 1.00/1.00 vMB 13
533,660 533,660 00000000000000000033e6bdc73cb8f0ff2e4788f5697a80334d68bf3b826b59 2,072 1.00/1.00 vMB 3
533,659 533,659 00000000000000000020e7a1a4fb7257de1f3be052fbc148c8d491e17b9977bc 3,650 1.00/1.00 vMB 10
533,658 533,658 0000000000000000000e9bd9616d63db7277d5254070049129236f0d48a0b9ec 2,344 1.00/1.00 vMB 54
533,657 533,657 000000000000000000288c2c0211fd27928b1f8460f3d8fb679ce14fff5213f6 1,359 1.00/1.00 vMB 11
533,656 533,656 0000000000000000001a581f31fa2c185a9e7da2136f43de2fe55efc6596343f 2,985 1.00/1.00 vMB 22
533,655 533,655 00000000000000000019e4028b2dc6a0e7dd725d8f1cda78af39e6d4f53957d8 438 1.00/1.00 vMB 2
533,654 533,654 0000000000000000002f7edb281fe43085cf33f37415dcbc9b58b707335d43a8 1,271 1.00/1.00 vMB 11
533,653 533,653 00000000000000000011ac352aa0e55a27b1939a95ed01fd668b5d3e94672ec6 1,090 1.00/1.00 vMB 13
533,652 533,652 0000000000000000000af0cfd693e171be1d6eea3d6d392ec8513f12a3b850e8 2,976 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.40 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.