Loading Tool

Explorer IconExplorer

Memory Pool

27,574 transactions
16.75 vMB
0.03040588 BTC
Random Selection Loading Transactions
Max Size: 98.22/200 MB

Candidate Block

Mining Attempt 792533e2172ccdaa799ffaf1992a786125510124010520e7d4e7fc0c309b0e71
Version 20000000
Previous Block 00000000000000000001183783134fc039979438f02ca75eed5fb9e48dbc9b00
Merkle Root 9e00765cbe01612d9acee62c581f02aba160b7a494d10a0a6209042e6d4c4613
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,880
Size: 1.00 vMB
Total Fees: 0.01320318 BTC
Feerates: 316.62 > 1.32 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,839 (126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,713 938,713 00000000000000000001600d3ef5c3bc57c637662f242dbe5d517b2225a955db 2,242 0.90/1.00 vMB 1
938,712 938,712 00000000000000000000878ef3b97f11493c22d5c81f6c64aec18ab3cfa0e425 2,670 1.00/1.00 vMB 4
938,711 938,711 00000000000000000001ab687961313716805543cc31b92174c508a9ec144725 1,012 0.54/1.00 vMB 1
938,710 938,710 000000000000000000003cd1a33bf6c3f799f32ebc9e9720156374b56de24255 3,262 1.00/1.00 vMB 2
938,709 938,709 000000000000000000006f42c2650e8b77317a320af267954285e470db2a12a2 2,683 1.00/1.00 vMB 3
938,708 938,708 000000000000000000018f5ad5625d43356136c2e50c6dc18967a90a18f0af2e 5,581 1.00/1.00 vMB 0
938,707 938,707 000000000000000000001339992cc62f9a77fdd5cf941d72040711dcf1a5e616 4,431 1.00/1.00 vMB 0
938,706 938,706 00000000000000000000752c9ca41d31c1b2b688e93b1ba382ba95b937c493bf 5,028 1.00/1.00 vMB 0
938,705 938,705 00000000000000000001295a23dd9dc72a1a6fc8e06898d0fb14cd9e0abd5d42 1,379 0.37/1.00 vMB 2
938,704 938,704 00000000000000000001639e89d40d39bace8e8c92222f1586e6a631829d2fa4 4,603 1.00/1.00 vMB 1
938,703 938,703 000000000000000000013c9b054e6d8eb5b6540bf0729478f8ad9d9409aee84e 4,951 1.00/1.00 vMB 0
938,702 938,702 00000000000000000000ebc903113f0c6c2cb5691da5c2b8222c2cf73c0229d4 2,449 1.00/1.00 vMB 0
938,701 938,701 0000000000000000000131fd6adb6c21d0d2970bf013685c8e61bd516bc75d2a 3,651 1.00/1.00 vMB 2
938,700 938,700 000000000000000000002d2d7ea13f90fa57510a960c3eed68a90b5dab09839d 1,326 0.29/1.00 vMB 3
938,699 938,699 00000000000000000001653c49fd9494fc0fe5afff1bbfb6fd3b6a80eb5eab46 3,404 1.00/1.00 vMB 3
938,698 938,698 00000000000000000001976b2202ff92bee756134a875e8fa73703f4047ac9fa 1,936 0.94/1.00 vMB 2
938,697 938,697 0000000000000000000100ee5c478850d8f9d62ac1c0b92edfad7470b9ffaf3b 645 1.00/1.00 vMB 1
938,696 938,696 00000000000000000000733647ba5b9b25c13b75a5f47a71c4b69c033ec2103e 5,032 1.00/1.00 vMB 0
938,695 938,695 0000000000000000000107dce80dae5f53fbb0044d51510a7dac9ecfe74f6da6 4,659 1.00/1.00 vMB 0
938,694 938,694 000000000000000000009ed7519e0e5775f574dba56423bf68979bb3ea852c3a 2,397 1.00/1.00 vMB 2
938,693 938,693 000000000000000000003cfe3164d8cfd5de0c4e3eced7414f30d67d5aa94561 2,122 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 824.60 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: 4,204.85 GB
    • Received: 229.69 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.