Loading Tool

Explorer IconExplorer

Memory Pool

87,123 transactions
32.38 vMB
0.23497535 BTC
Random Selection Loading Transactions
Max Size: 193.51/200 MB

Candidate Block

Mining Attempt fab1d9f4186c02fa091b6905d30023e147a92bb7c8b31def5728fed62bf6d8d3
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root c169fa844b1ee790b7a02dbfac19303b69c50d48df8cc3a238f65c50b5891682
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,279
Size: 1.00 vMB
Total Fees: 0.10398537 BTC
Feerates: 529.10 > 10.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (323,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
592,004 592,004 00000000000000000003fba507143103c3621555a681f8a487066c732f9dc273 2,669 1.00/1.00 vMB 34
592,003 592,003 0000000000000000000919cc22af382ead360cd7a27572e19a2b6ac42baa6745 2,779 1.00/1.00 vMB 30
592,002 592,002 00000000000000000014a9d8c9c34164bb588d92fecf3cbb2c0e38460f8cf0e1 2,926 1.00/1.00 vMB 31
592,001 592,001 0000000000000000001ae4b639ec8636a2cb765ba198a1a7f8b9d22195df43bc 3,000 1.00/1.00 vMB 44
592,000 592,000 000000000000000000156a2df5ee2b65f7d1684d74ee750219d2e0a83d095da2 2,739 1.00/1.00 vMB 34
591,999 591,999 0000000000000000001414164d4fe3a5fcd25644c91588ab803500095ceabb10 2,882 0.99/1.00 vMB 21
591,998 591,998 0000000000000000000147dec108d52704a64b6e389459753c0e2440689d9471 3,106 1.00/1.00 vMB 34
591,997 591,997 00000000000000000007fd981e64ff6ed5744859fa951ab9ba515c0dc2a97ca2 2,442 1.00/1.00 vMB 20
591,996 591,996 00000000000000000007b7fea0489fc81abaf802b3c16f21966e84c58024a690 1,749 1.00/1.00 vMB 24
591,995 591,995 00000000000000000010d8ee7e8e177fe41df0e68b8574d46450d8bb1179a0bf 2,707 1.00/1.00 vMB 32
591,994 591,994 00000000000000000011ad1a732210d247d7f4229eaf777a536cec7bd3eef8a0 1,961 1.00/1.00 vMB 30
591,993 591,993 00000000000000000004d4609cd060bef8608ca71f601c378655d2e00c4cbaf9 2,853 1.00/1.00 vMB 31
591,992 591,992 0000000000000000000ef6cfa598a60cfa69c12044382bf909b3eced92d7bc80 3,061 1.00/1.00 vMB 51
591,991 591,991 000000000000000000190a8566b0fce37646ccee1b3e87f5265232c6f1f83db2 2,887 1.00/1.00 vMB 57
591,990 591,990 00000000000000000002e19f31933bdb6dcb8722abcb4bae282ed08f6c8fd14f 3,313 1.00/1.00 vMB 33
591,989 591,989 000000000000000000135099aff910dc138ae7131c56409c96d433cd32495f0f 2,912 1.00/1.00 vMB 49
591,988 591,988 000000000000000000014e7c215de30988f76a35bd34623fac906aabad3ac6cd 2,631 1.00/1.00 vMB 20
591,987 591,987 0000000000000000000dca84b47ec3993085b2897edf3ea7b75769bd95ac2dcc 3,030 1.00/1.00 vMB 32
591,986 591,986 000000000000000000029935c2664445cc7d088cd2311c2e39aef8ee5dda5299 2,627 1.00/1.00 vMB 34
591,985 591,985 0000000000000000000346e79017b49043b9bb328abe0073d23d6b4f96f094f8 1,655 1.00/1.00 vMB 23
591,984 591,984 00000000000000000010690a00d2429a2c9a68d518cf09235af118cdddd4f60c 1,891 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.32 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.