Loading Tool

Explorer IconExplorer

Memory Pool

80,345 transactions
30.89 vMB
0.09061818 BTC
Random Selection Loading Transactions
Max Size: 187.06/200 MB

Candidate Block

Mining Attempt c9e305af6b3f23e2daf9b0419dafe5b450fb088d65d3472dd01b947b37caaf06
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root 2fc923971f50ddcf43d1a0e3a4f50784948fc428fc17527ab44209649f53d8b8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,003
Size: 1.00 vMB
Total Fees: 0.01729891 BTC
Feerates: 106.51 > 1.73 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (121,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,595 793,595 000000000000000000015eac01b4284b33cee5dfd3c2edb27a6b9a007591c9f5 2,283 1.00/1.00 vMB 53
793,594 793,594 00000000000000000004fe7ee5a08b0c02badda361fc929479ee5eea9d0009e1 2,462 1.00/1.00 vMB 52
793,593 793,593 00000000000000000001475c7a364baca7fd31e6206466f31db0d31700698860 2,170 1.00/1.00 vMB 42
793,592 793,592 00000000000000000000b1dc0c3c125d14b3757661ce66fa8bc9ce45ed64dc38 2,770 1.00/1.00 vMB 35
793,591 793,591 000000000000000000000e79fde642bdbc38559e721933f956a62b3f5c5c814b 2,436 1.00/1.00 vMB 33
793,590 793,590 000000000000000000043eb2df681e23ffc4affc17e0e9c53c369a8ad7fc30ee 3,461 1.00/1.00 vMB 31
793,589 793,589 00000000000000000001420b47a724dc9aa29e5bc96dfec39f1815f489989a5e 2,931 1.00/1.00 vMB 25
793,588 793,588 00000000000000000002b6aa6d63d05b1a951fa09b7d6867672c8a3bda54ad0e 2,601 1.00/1.00 vMB 54
793,587 793,587 00000000000000000002b076300c50ac251e6091ce55cd02e706b076741cfb91 3,621 1.00/1.00 vMB 35
793,586 793,586 0000000000000000000509dad04f2e16fc502968f730117f3f3af293f50f2f85 3,250 1.00/1.00 vMB 35
793,585 793,585 00000000000000000001caef97b8bfbc3c3bf8361f9d8e71813ef1eb2fb75050 3,675 1.00/1.00 vMB 51
793,584 793,584 000000000000000000005083b6f71c349a5f572ce3bc243b8dce480d2bba1807 3,739 1.00/1.00 vMB 49
793,583 793,583 000000000000000000006809dba9ccb54e054d2a7d5441963945f18120897f2b 3,121 1.00/1.00 vMB 94
793,582 793,582 00000000000000000000faf91ff055ea91199bbb7c70166f1e4c5db85d4b1966 2,377 1.00/1.00 vMB 53
793,581 793,581 000000000000000000025cefaa0453b3b671cd2560de2bc0c85339265c1a68f3 3,042 1.00/1.00 vMB 66
793,580 793,580 0000000000000000000248a7a8b1e81125f8d49b5dc542e274b4bd3c6d2bbfa5 3,670 1.00/1.00 vMB 68
793,579 793,579 00000000000000000003a22edbc3912907d944e0177912223d08be4a1b716cbc 2,645 1.00/1.00 vMB 34
793,578 793,578 0000000000000000000158c2f28dcb1f02afb5702fc6e47ea4c20c06affe57d5 3,542 1.00/1.00 vMB 55
793,577 793,577 00000000000000000001e1c6a34bd2e4ffd90c808d650956ef227cf5b2c0569a 3,211 1.00/1.00 vMB 34
793,576 793,576 000000000000000000010c47cf8edb3b18674614a2876e7a3b4d11d42c82c3b9 2,535 1.00/1.00 vMB 44
793,575 793,575 00000000000000000003c1b2c020c80de5355107f73f5aebffea7426d725bda8 2,370 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 783.06 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: 720.81 GB
    • Received: 18.27 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.