Loading Tool

Explorer IconExplorer

Memory Pool

78,272 transactions
29.56 vMB
0.09344667 BTC
Random Selection Loading Transactions
Max Size: 180.33/200 MB

Candidate Block

Mining Attempt 62a03126040e6290c157f105d2782484d7d24cc9e0f08e6350753b1861169823
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root 2ddf98ca03f6ca147bce3c91a69acc02b75d593a8ac88e25333e6a898260b159
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,901
Size: 1.00 vMB
Total Fees: 0.02842563 BTC
Feerates: 301.35 > 2.85 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (323,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
591,983 591,983 0000000000000000000a59f05807a44285a28b1256dfd5993b3e9a133ecb5dff 1,990 1.00/1.00 vMB 22
591,982 591,982 0000000000000000000c11125bc6ac1ee62b2f2e5dd30d973c60e746e09c21f8 1,786 1.00/1.00 vMB 21
591,981 591,981 0000000000000000000d91f8ac4879e92b0007541d581b00308cc6b3fbbfb1ba 2,478 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.81 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 710.29 GB
    • Received: 17.06 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.