Loading Tool

Explorer IconExplorer

Memory Pool

85,782 transactions
33.07 vMB
0.09488006 BTC
Random Selection Loading Transactions
Max Size: 195.85/200 MB

Candidate Block

Mining Attempt 77b2b13692bbf9b017f7e97da13b85d2e49eda6b6cdaa0a49cb9844d96781cf2
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root ab772a823d64b301324f466ff66f61bdb71e2d615d68e9e9593071a96bc77099
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,279
Size: 1.00 vMB
Total Fees: 0.02866194 BTC
Feerates: 150.67 > 2.87 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (498,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,788 416,788 000000000000000000f64ca19df3af36d999c6bbb13104869c5ef787839fa4d4 1,883 1.00/1.00 vMB 59
416,787 416,787 0000000000000000043774bb6f28d47e0d6304d84ab1ff9a1955f1cc79c6ce58 1,268 1.00/1.00 vMB 36
416,786 416,786 000000000000000001a93dc9381870cc47d98346da6f41f1571b55ddecb6f78c 648 1.00/1.00 vMB 24
416,785 416,785 000000000000000004d269bf0e1d358ee51a45ee3b528cd1dd2e29d36b50fc8e 1,626 1.00/1.00 vMB 54
416,784 416,784 0000000000000000008b2cb70cd1dfdccc062ef5193c2c6da3b0db0e79d81dc5 415 1.00/1.00 vMB 18
416,783 416,783 0000000000000000055013b947ad4bcad810e79cb4194c81bc2203e1486b1859 1,767 1.00/1.00 vMB 43
416,782 416,782 00000000000000000246488bf7f59e23294449eb18bda5798722e41d7e035beb 2,571 1.00/1.00 vMB 65
416,781 416,781 000000000000000004646a3f64dfdcd0c54b9a22f6243d0f769eefbff6d34a76 152 0.07/1.00 vMB 50
416,780 416,780 0000000000000000005d66a9e82f8e1431de5aa340d9bee3a270e2ffbcbc1c05 345 0.86/1.00 vMB 28
416,779 416,779 0000000000000000051f90371ad23d7e911393108d142482478cda9709c399d4 2,495 1.00/1.00 vMB 64
416,778 416,778 00000000000000000151346b6037951b301e3d9eab665ed10602a7f2ed69d306 983 0.48/1.00 vMB 56
416,777 416,777 0000000000000000016cb5f8e581d62d14bff8cfbc39f2fea2fe9d08db9ed303 1,033 0.37/1.00 vMB 68
416,776 416,776 0000000000000000044b8396bd0e84825aa4cfbf993c3040f3e1a9af0fef6656 1,535 1.00/1.00 vMB 35
416,775 416,775 000000000000000002bd778a4c2858b7f388ffd42512d87ecc7c3442f3d87b67 2,534 1.00/1.00 vMB 70
416,774 416,774 000000000000000001fcf464bf976988c8ef63ea137762aa97619fc94f1abf0e 1,003 1.00/1.00 vMB 31
416,773 416,773 0000000000000000008ac9131d34bb484472ed4d535ee25dbd3ce7d8113e15d4 2,625 1.00/1.00 vMB 72
416,772 416,772 00000000000000000030136ed3806ed77b224c2fa61dbb7c69a795ff18348b11 2,861 1.00/1.00 vMB 86
416,771 416,771 000000000000000004c978e4cdd70ef8f169600a8e17c2211ec3ef2a0678030d 827 0.58/1.00 vMB 35
416,770 416,770 00000000000000000101866e5eb689febeca1f857d1326bb7ca9a5c92fd16a81 2,396 1.00/1.00 vMB 78
416,769 416,769 0000000000000000049ae8134492217f6503de84801aa95f89f925865cfbc3bc 935 0.50/1.00 vMB 58
416,768 416,768 0000000000000000058b493086fa990dc627ea7540b66512f0c74c6fdb1aee50 378 0.90/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.30 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: 657.40 GB
    • Received: 14.54 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.