Loading Tool

Explorer IconExplorer

Memory Pool

78,507 transactions
29.66 vMB
0.11547769 BTC
Random Selection Loading Transactions
Max Size: 178.33/200 MB

Candidate Block

Mining Attempt 164fcd8eac440ae433a0a856d3b4e5d68219571da001ac17164c04ba4015f079
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root b5c2853ec0280f4fdcd1ad96a343d53caf6332b5c72d70c1025bb64d29112eaf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,783
Size: 1.00 vMB
Total Fees: 0.03533179 BTC
Feerates: 526.32 > 3.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (380,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
534,560 534,560 00000000000000000009b286c5b4756d929f4ec9186b64c429aa8d5a0a1e7afd 2,454 1.00/1.00 vMB 11
534,559 534,559 00000000000000000022f72e343f01c4ae59c041e4cfaead1abaa244bbcfca28 2,442 1.00/1.00 vMB 47
534,558 534,558 0000000000000000000221f8adb80ef6fad06f537c5ce205b6d3fedd159cef35 2,433 1.00/1.00 vMB 14
534,557 534,557 00000000000000000026581f3528c8845e6be3a459a86cebfa6f9df1354d5d58 1 0.00/1.00 vMB 0
534,556 534,556 0000000000000000000dcd2e9691d457504b8c5510ed4ab13dd5e46299347141 2,495 1.00/1.00 vMB 15
534,555 534,555 00000000000000000005d7d081478a4c4249a350a210c391313806aa7eb4b455 2,643 1.00/1.00 vMB 15
534,554 534,554 00000000000000000024ea15ac5d2284fedb7955c2f10ca37f354a2e0894399e 2,165 1.00/1.00 vMB 34
534,553 534,553 0000000000000000001c79418b30798a116e6a5e9d370aa9639875ff71ed4af2 2,048 1.00/1.00 vMB 36
534,552 534,552 00000000000000000022194381ecbddf05d639778b941654d19139a3482cee81 2,095 1.00/1.00 vMB 29
534,551 534,551 0000000000000000002972694bbcb339ad198a9a09b3f8c04a2fe0f061edef3c 1,655 1.00/1.00 vMB 39
534,550 534,550 0000000000000000002a2f72786fae4527db5c702b278d109cde34b9c734a2d5 1,962 1.00/1.00 vMB 90
534,549 534,549 000000000000000000052b88a42ed6c234a743adeb4273ede41b0cf21bf6e6f4 2,664 1.00/1.00 vMB 5
534,548 534,548 00000000000000000017b1d05c4b2c5a6429a11a3f8629dcd3c19cac3293f034 1,392 1.00/1.00 vMB 10
534,547 534,547 0000000000000000001bcb0f979b50acf12cfef34b706c2679ab9061889ab9bb 1,431 1.00/1.00 vMB 43
534,546 534,546 000000000000000000252f4bb9658a2591835a7b94792567d753d15367c01fb4 567 1.00/1.00 vMB 49
534,545 534,545 00000000000000000003144347fdb0ef7a1f6afa202ca9c3fa0d442875b5cd4c 499 1.00/1.00 vMB 61
534,544 534,544 00000000000000000004c84a1b07ebce66691e597b0ebcb4214b14e51cd62b0c 1,742 0.70/1.00 vMB 9
534,543 534,543 0000000000000000000bea794d8840c2af84defbe31f3594b26a14e7b1d36dc1 2,545 1.00/1.00 vMB 33
534,542 534,542 000000000000000000236744768a0c8e9013731dc7b20f0567f36f038d6c001c 1,886 0.81/1.00 vMB 9
534,541 534,541 00000000000000000000cd29cb8e343f5fd21470152377e8d471cfc2a539d173 2,204 1.00/1.00 vMB 37
534,540 534,540 00000000000000000008b96f372ca3d7587761dbd159096deab38f3ebc3fb2b8 1,337 0.65/1.00 vMB 8
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.97 GB
    • Received: 17.26 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.