Loading Tool

Explorer IconExplorer

Memory Pool

53,699 transactions
31.96 vMB
0.13486049 BTC
Random Selection Loading Transactions
Max Size: 170.86/200 MB

Candidate Block

Mining Attempt dd105b8c6d1a2ae8e902cd4f907aaa92b1839ab27dc54fbbf1715fd350c0b45c
Version 20000000
Previous Block 0000000000000000000009fd3786a9cab5b58d654ad3894ab8146e5cf82088d1
Merkle Root 536c0f168679d2b3fc9683d3c19c8eb8a4bf40ae54db12f74b7a56dab7b397b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,570
Size: 1.00 vMB
Total Fees: 0.03653468 BTC
Feerates: 368.10 > 3.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,820 (392,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
522,599 522,599 000000000000000000088286267974c51bf4b193d7b2a3507c805a8348b0ca7e 1,319 0.72/1.00 vMB 8
522,598 522,598 0000000000000000001c2b3148b7197647de3dd3b958aa368593062e76ab0cb4 2,355 1.00/1.00 vMB 17
522,597 522,597 0000000000000000000a11faba5b03a078abba06cadd92a6079fc60e4a989f97 1,814 1.00/1.00 vMB 33
522,596 522,596 0000000000000000000044d9748c919788da7d2a80dd7edc20e8575ae6d75e15 1,743 1.00/1.00 vMB 17
522,595 522,595 0000000000000000001c7d83a67152265e2ce3b17446c96a056ebae63b0551fa 2,952 1.00/1.00 vMB 69
522,594 522,594 0000000000000000001e29fce1976d6427dcb92f03c500c544dccd1f4605541b 2,354 1.00/1.00 vMB 62
522,593 522,593 000000000000000000324307f199ed2e0b3e15bcb9a5ea67c47cfec1100cfa0a 1,875 1.00/1.00 vMB 36
522,592 522,592 00000000000000000016023fe36b9048d621a632580e8f0f63b05c42ea0154da 2,062 1.00/1.00 vMB 38
522,591 522,591 00000000000000000032d6187e6082b7fcf3d4f4de5807ee0460c365ce9cf506 1,673 0.93/1.00 vMB 27
522,590 522,590 0000000000000000001ca6db259f8c0b392adf7545941cbb2604ae3b50ca037b 449 0.33/1.00 vMB 28
522,589 522,589 0000000000000000002e1cc529e1b6509585e3d57581299b48098520e94f4dfd 1,530 0.94/1.00 vMB 30
522,588 522,588 0000000000000000001f91596c3d560c9c11a82a888e7374673954ab1d78469e 27 0.01/1.00 vMB 20
522,587 522,587 000000000000000000187a1c2085554543627b4be8c32389e5bc9145c9ff7c30 1,991 0.99/1.00 vMB 38
522,586 522,586 0000000000000000002f670445bd76ef3d209b13b063175bae3a94d4dd622e7c 258 0.26/1.00 vMB 16
522,585 522,585 0000000000000000001493c2093c94e6c945ea1a9a134b4c5a6654f5ad09f32d 1,281 0.52/1.00 vMB 43
522,584 522,584 00000000000000000008f717aadc167617ab960bcfd48d0989bcea0d8a53eeb2 1,822 0.98/1.00 vMB 30
522,583 522,583 0000000000000000000b769c45aa1dcaff5f26928682863647bbe2b7d1517491 1,167 0.54/1.00 vMB 24
522,582 522,582 000000000000000000213b794006966b5175cb923b6512288c99fc03866bc2f8 442 0.22/1.00 vMB 35
522,581 522,581 00000000000000000008bd2570fb45b7bc956672502487d283d077fdb3371cb5 1,042 0.42/1.00 vMB 31
522,580 522,580 0000000000000000002cc7ae8cc762f23483f72bbf1600fb2feca37eec478bcd 414 0.18/1.00 vMB 44
522,579 522,579 0000000000000000002c311c7f5631cfcc23dfa2a8f524c0b720fd652f7ff7be 1,957 0.79/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.07 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: 651.24 GB
    • Received: 13.50 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.