Loading Tool

Explorer IconExplorer

Memory Pool

76,892 transactions
30.69 vMB
0.13490221 BTC
Random Selection Loading Transactions
Max Size: 176.50/200 MB

Candidate Block

Mining Attempt ad304782e6eb3b159efd8448e48cecb30fb506f069a0b0c27787a3899f6d1ca1
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 7cda5e644df8f5fc998ff16833b44ac9e2309d439306aecdaabfff4658c2179e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,402
Size: 1.00 vMB
Total Fees: 0.04909597 BTC
Feerates: 150.36 > 4.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (343,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,922 571,922 00000000000000000023ea685972ac4262a9bcea4e6a20d9a2cbdc16db4ce2c3 969 1.00/1.00 vMB 54
571,921 571,921 000000000000000000003d2e345b666bb3ff32723986e354eea10bfe540b58cd 2,842 1.00/1.00 vMB 69
571,920 571,920 00000000000000000028aebf78ce06ad476af9f32f6f0bae96f88e1213766efc 1,073 1.00/1.00 vMB 52
571,919 571,919 000000000000000000083612e34e76e9e76341ef499bd67ab7cfe08e2250e30e 2,070 1.00/1.00 vMB 49
571,918 571,918 00000000000000000001f6d534be5017e0fd038f752923019519b72cb252d105 3,080 1.00/1.00 vMB 73
571,917 571,917 00000000000000000028f971ec986aba03fd4f03ccc532b79efb950c8a582989 2,996 1.00/1.00 vMB 71
571,916 571,916 00000000000000000023b6890c7cd3a82797bb73274e1e5a63357ac99e8f5d4c 2,038 1.00/1.00 vMB 57
571,915 571,915 0000000000000000001eaf146b4275b9a1bfdd6ea04578ea4501109d6c0f4d4b 2,888 1.00/1.00 vMB 65
571,914 571,914 00000000000000000013669dd33465460e1541a7eb13082ade300f80c87471db 2,614 1.00/1.00 vMB 63
571,913 571,913 0000000000000000002be038bb41d55a65b31d74eeb267ab1a7e2c42bcda26f4 2,759 1.00/1.00 vMB 91
571,912 571,912 00000000000000000000c2732a9df9e7fecbe46d92cbdb3d47e4e72f7a380fe0 2,564 1.00/1.00 vMB 62
571,911 571,911 00000000000000000005d83330c0d3c7bf4df3c502cc42f03cc602340d34cb39 2,539 1.00/1.00 vMB 76
571,910 571,910 0000000000000000002aea373d173fe32ef8a8d9088076303ce3524fd8e78529 2,888 1.00/1.00 vMB 84
571,909 571,909 0000000000000000001423c54480a0c40225650a06c7e40ea2c197e4aac62542 3,048 1.00/1.00 vMB 92
571,908 571,908 000000000000000000061f9b2d181925fd26312e21e8f83fd1b9ddf6e57fc89e 3,238 1.00/1.00 vMB 65
571,907 571,907 00000000000000000009cb3c3058ff4968d393e2ab75787ceb97b7568956efcd 2,904 1.00/1.00 vMB 81
571,906 571,906 000000000000000000239ae4a9ca20a77b25702f76adf117e616bc884ce34d7b 3,055 1.00/1.00 vMB 61
571,905 571,905 0000000000000000001cac5e4e780fbe2a2b92b127978ff6d05abfee62165f15 2,968 1.00/1.00 vMB 83
571,904 571,904 0000000000000000001cd8a1fbc6d96bb2b6f6dd88762740fa781bfe04b4d9fe 3,164 1.00/1.00 vMB 70
571,903 571,903 00000000000000000025639c97bebaf7a8f99ef542f086b9b7b1dd19bbbf5e6d 3,329 1.00/1.00 vMB 69
571,902 571,902 0000000000000000000737a5b3f670c2ca4220ed3d1c53a5b1528e6ed89b706b 2,857 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.