Loading Tool

Explorer IconExplorer

Memory Pool

70,912 transactions
27.51 vMB
0.06451904 BTC
Random Selection Loading Transactions
Max Size: 166.17/200 MB

Candidate Block

Mining Attempt 3d698aea09a9558921908af0277ef7ff462de4ffc288fe965959cf8e80ad5174
Version 20000000
Previous Block 000000000000000000015c541e6e58d16d6bfbb76ad399ae7916b4db8032e0fc
Merkle Root 28a99e3e560f8f0cdbd5603a810e87e0368af3d97ad5b5d34fcce89717ab9f87
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 554
Size: 1.00 vMB
Total Fees: 0.00487251 BTC
Feerates: 19.98 > 0.49 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,454 (49,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
865,808 865,808 000000000000000000020366e3b47405424f51c5e7a90e5ce68a55367daf59c9 6,459 1.00/1.00 vMB 64
865,807 865,807 00000000000000000001a53b505881022d57ab83d7cff4bf05d44501351f43bd 6,849 1.00/1.00 vMB 71
865,806 865,806 000000000000000000022c91f850187feba09e25d0962e62623b3a82c4feae54 6,493 1.00/1.00 vMB 51
865,805 865,805 000000000000000000003ff7876b9521c263fe85e633b304bf32ec4f161ea620 6,524 1.00/1.00 vMB 33
865,804 865,804 000000000000000000002cc3dcc42b29fa73411fc2cda9e3ecb1229d2af1c3dc 5,855 1.00/1.00 vMB 21
865,803 865,803 00000000000000000002d6534649d791972ba4c149e559a7f8d638a78ffd723a 5,704 1.00/1.00 vMB 24
865,802 865,802 00000000000000000001c86ad03f781031ae73b7f6245b2e2ec36cf342cfffbf 6,508 1.00/1.00 vMB 28
865,801 865,801 00000000000000000001a36276a6e00fb9b9c3993ec6f6a46f0874a8d6d9db86 5,718 1.00/1.00 vMB 26
865,800 865,800 0000000000000000000282f1b0de8ba923d6e245d0d790b33d78209ac70b01ac 2,682 1.00/1.00 vMB 12
865,799 865,799 00000000000000000000314da0cc2933528b4d6699d7fe792f351b6a11d359bd 3,209 1.00/1.00 vMB 14
865,798 865,798 00000000000000000000eed160408e710361813fa169ea492f85a21a8ab815f5 3,487 1.00/1.00 vMB 21
865,797 865,797 00000000000000000001424067259a4cf12dc80266c7dbf943d5168062bfa6d4 4,875 1.00/1.00 vMB 15
865,796 865,796 00000000000000000002d0e3a2d926e788831cf0b6a60235bc54f83777ce9949 2,003 1.00/1.00 vMB 18
865,795 865,795 00000000000000000000bd52e9de6998a008532a8ccd65c483e69936e65c268a 3,830 1.00/1.00 vMB 30
865,794 865,794 00000000000000000002c2ab6cf80aa2bb20c4587231fb693791c0b3477b68df 6,249 1.00/1.00 vMB 33
865,793 865,793 0000000000000000000084c0a7b2a1defcb82daa417f57a1497fcd4bcc2af012 5,905 1.00/1.00 vMB 19
865,792 865,792 000000000000000000024eb4de9335ff9d2048892c7cb59fef4b09ede84309eb 6,057 1.00/1.00 vMB 28
865,791 865,791 00000000000000000001eee32cb1673889d7e8a81240fa6550234a29e80929ba 6,673 1.00/1.00 vMB 40
865,790 865,790 000000000000000000028ed3ff68aa9c1ff09f2adc1e55aa2cc45ef54e881f72 7,231 1.00/1.00 vMB 49
865,789 865,789 0000000000000000000295b4fd0aef85c0c594e26c6e91db8985c99f8baceaea 6,022 1.00/1.00 vMB 10
865,788 865,788 000000000000000000009eec8fdd61f717e3b62f587657cd89991a8718c0d611 6,345 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 783.18 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: 750.77 GB
    • Received: 18.86 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.