Loading Tool

Explorer IconExplorer

Memory Pool

76,899 transactions
28.61 vMB
0.07650439 BTC
Random Selection Loading Transactions
Max Size: 173.38/200 MB

Candidate Block

Mining Attempt be627aad2d7e83ffc8fe397b56bb635a20060fa6d8b520822374cae2dbbf0f49
Version 20000000
Previous Block 00000000000000000001f67781d6f05084986ab017640c91344eae66a915cd1b
Merkle Root c74a66b1dad9c3264576db8a29add280f02eec2732b3fae105ca5f8b475b6fda
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,541
Size: 1.00 vMB
Total Fees: 0.01710072 BTC
Feerates: 130.38 > 1.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,134 (282,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,554 632,554 0000000000000000000898c72115ba7644bbaa83e6d5626d4c9ce56e7099626d 1,492 1.00/1.00 vMB 52
632,553 632,553 00000000000000000001f7d03c9bef8eaba4cb8f055a1bb10d568186ffe757af 1,968 1.00/1.00 vMB 59
632,552 632,552 000000000000000000090888b2a17017caa81e2e19a6b3ca9b81e813817a35b1 2,610 1.00/1.00 vMB 110
632,551 632,551 0000000000000000000099db87bd7be762e686baef7a33dfe1736eae892f58a6 2,228 1.00/1.00 vMB 22
632,550 632,550 00000000000000000009d1a0adf4656f57278f8da7010fb2015e7ca5f522e8e1 1,581 1.00/1.00 vMB 60
632,549 632,549 00000000000000000001bae1b2b73ec3fde475c1ed7fdd382c2c49860ec19920 2,204 1.00/1.00 vMB 97
632,548 632,548 000000000000000000052c5dcee8f3bacc159dc8467b2ba1681c0c495ebd3720 1,837 1.00/1.00 vMB 27
632,547 632,547 000000000000000000065acb3ff67ad4f7b6a1301fe47f3b56338e794be76e89 2,565 1.00/1.00 vMB 11
632,546 632,546 0000000000000000000c3b5767fc640e3a392877b17977c556b5e4b43040ae6a 2,375 1.00/1.00 vMB 66
632,545 632,545 00000000000000000006bdb842ed2e1078fc385092f73f217a54ed36e1a3880a 2,422 1.00/1.00 vMB 61
632,544 632,544 0000000000000000000cde9932d1d4f4b824cf47eb14eebc51009bffb440801e 1,808 1.00/1.00 vMB 43
632,543 632,543 0000000000000000000b5257e3421e3a659c775da63560a16b751b3f577c204f 2,662 1.00/1.00 vMB 84
632,542 632,542 00000000000000000006f97744fdc9b29cadcb6df0a8ac92cbc732304c96a455 2,760 1.00/1.00 vMB 123
632,541 632,541 00000000000000000008fa85777195a7b9fa8462cf4f1b99a91c239051fa3002 1,507 0.48/1.00 vMB 4
632,540 632,540 000000000000000000126235eb560e9dbd5e8e0663c29886dd0c72d0e278b1e5 2,753 1.00/1.00 vMB 68
632,539 632,539 0000000000000000000be247a6d7541d487c48762b98a80ac4cdb28af73d61cd 2,067 0.86/1.00 vMB 14
632,538 632,538 000000000000000000072d3f4f1919378c0b5440c36fa60fda0b9f7590a72032 2,786 1.00/1.00 vMB 19
632,537 632,537 0000000000000000000082d89e19cf7626fcdd5a5f7794c1152755806eadd9a5 1,677 1.00/1.00 vMB 54
632,536 632,536 0000000000000000000b675488539cee0e2298a66c70f5b61d8e986f41835a6b 2,622 1.00/1.00 vMB 81
632,535 632,535 0000000000000000000bab5a9f867f368685750427e1b97bed6921680f8a8187 2,319 1.00/1.00 vMB 102
632,534 632,534 0000000000000000000e06d7af3b2c3e4dedce5592d2f17fad2661707e89f5ce 17 0.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.62 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: 672.08 GB
    • Received: 16.13 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.