Loading Tool

Explorer IconExplorer

Memory Pool

51,297 transactions
30.91 vMB
0.15875814 BTC
Random Selection Loading Transactions
Max Size: 165.71/200 MB

Candidate Block

Mining Attempt 01ced6255b7315bf5a8585bc270b8f8cbf5f58e90568b5ff5117cebe60e6860f
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 7486a648f0690fdfe3eb624c52ae79f069a29c6c703fe8351f4e0919b598caa5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,908
Size: 1.00 vMB
Total Fees: 0.08278817 BTC
Feerates: 200.91 > 8.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (224,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,729 690,729 00000000000000000007dd3dfd182531cca4f325d1f50614e594e3e148f586b2 1,466 1.00/1.00 vMB 33
690,728 690,728 0000000000000000000ab518912656661e80f2f1824423d3469fd106de437dce 1,289 1.00/1.00 vMB 44
690,727 690,727 00000000000000000001ab0e6d325c398bb6dd34de11416ac375d6057bd34719 2,292 1.00/1.00 vMB 12
690,726 690,726 00000000000000000004bdc023d0517cb4c17d70063d3e4251a9c76a4c83b332 3,099 1.00/1.00 vMB 32
690,725 690,725 00000000000000000012954c0983ee4244cf438a26ab3b5ff7f9ebaea7d3bc00 2,438 1.00/1.00 vMB 58
690,724 690,724 00000000000000000003f664aba487ba4e8ca0164a326026aa7608e0afcee937 2,253 1.00/1.00 vMB 36
690,723 690,723 000000000000000000004096f0d0e4842f397a60982f2f4bffe31a894ddb3240 2,350 1.00/1.00 vMB 12
690,722 690,722 000000000000000000062500cb65c0a9ff2d09a3c89be02f8fad8e8e599d4c37 2,591 1.00/1.00 vMB 27
690,721 690,721 0000000000000000000ac7dc4b8eae02dc2a8a4c77ba9cab82689234971e4362 2,690 1.00/1.00 vMB 24
690,720 690,720 00000000000000000007ab2ca90cb144f1b95a928dafe92d12cd15ffbcc9fccc 3,010 1.00/1.00 vMB 47
690,719 690,719 000000000000000000127fd2d07474c568731dae7c9106d9ae21d9743f0a5a76 1,325 1.00/1.00 vMB 29
690,718 690,718 000000000000000000020016c25a230c68c65b13fea8a0cefff58e7aa6f602a8 2,722 1.00/1.00 vMB 33
690,717 690,717 0000000000000000000311037414e4f163390e8b312bd5e75040a159dd4d87a3 2,844 1.00/1.00 vMB 31
690,716 690,716 0000000000000000000f5e3db79cde95486222170f071652b02ed18ca389888b 2,505 1.00/1.00 vMB 40
690,715 690,715 0000000000000000000d96c617747cc9e1eea35c994c3b2f6f67f0942e04cb90 2,298 1.00/1.00 vMB 12
690,714 690,714 00000000000000000008d1fa3519482540510e3604908e4332c0d3d5b1468d64 2,557 1.00/1.00 vMB 38
690,713 690,713 000000000000000000006e251b109201a0025e72b71e3dae6a597d5f004d2072 2,442 1.00/1.00 vMB 29
690,712 690,712 0000000000000000001321680f8d4cc3d140659f9eb1b68ff1d0f19ca6db6aba 2,410 1.00/1.00 vMB 40
690,711 690,711 0000000000000000000ef7852c6b6b5402042e4f5faa0e0d9bdda84cc31381c4 825 1.00/1.00 vMB 22
690,710 690,710 0000000000000000000d3e4f0f870e238b7b9f2b98123c790704f03e5eed910b 1,958 1.00/1.00 vMB 40
690,709 690,709 00000000000000000004fb790c4c5662974cadd226b308b5860547cd5502574e 1,574 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.08 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.31 GB
    • Received: 13.53 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.