Loading Tool

Explorer IconExplorer

Memory Pool

81,043 transactions
29.83 vMB
0.15048619 BTC
Random Selection Loading Transactions
Max Size: 179.80/200 MB

Candidate Block

Mining Attempt 838682f4551ff627905b8d1a9f091b0d25a6b4921e71d0cee6e14fe25dad02c3
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 01c62fe72a2c8cceea39902cd3bf684147164e81ffbf4c5e4164573d9a255084
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,410
Size: 1.00 vMB
Total Fees: 0.05699053 BTC
Feerates: 1,002.91 > 5.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (131,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
783,568 783,568 00000000000000000003db02ec195dbbc5e0c2e56a8b2adf1ed1d9251ff32b8f 891 1.00/1.00 vMB 3
783,567 783,567 000000000000000000004feef4872cc4987736cd773c2b5546ddb698f28381a3 2,164 1.00/1.00 vMB 11
783,566 783,566 0000000000000000000167f4f923b5c3a91c6c376bb4a9ec253d5ffca9dbc3ef 2,809 1.00/1.00 vMB 19
783,565 783,565 000000000000000000039508b65cc92533534496d6335bd3883a6090b4fedf25 650 1.00/1.00 vMB 4
783,564 783,564 00000000000000000003092d57d9f38bcfdb00b02dffe73b702706ebeeb1c371 1,685 1.00/1.00 vMB 12
783,563 783,563 0000000000000000000586ba8fcbd2fc582c9ccacf07b8913667a5102f6dd208 2,339 1.00/1.00 vMB 13
783,562 783,562 00000000000000000005cc534d9150889b3c8339af5c3c28dde29fda3eec3165 1,949 1.00/1.00 vMB 12
783,561 783,561 00000000000000000003b921c28d4a6d8d4a24bd15738e8e96b72ecbec4c5dcc 1,631 1.00/1.00 vMB 10
783,560 783,560 000000000000000000014900ad319338b626d1065004f02f4f6be9ad8f3f1c3a 3,024 1.00/1.00 vMB 18
783,559 783,559 00000000000000000000bc1d7049d99331540f33be5a7abd64dd2002a04a9ab6 2,481 1.00/1.00 vMB 18
783,558 783,558 0000000000000000000440d9872b3d9dc1cdb6a9d32a9e11de4e58258bfdbbb6 2,526 1.00/1.00 vMB 12
783,557 783,557 0000000000000000000128e605d69221efccc352fb8379d5c12b846ce5124555 3,056 1.00/1.00 vMB 26
783,556 783,556 00000000000000000003036e263874410b6298d0da783565230716450fd1836f 2,978 1.00/1.00 vMB 16
783,555 783,555 00000000000000000003998df8bb2c597f651beb4dc6e36d55f953c4515bd7dc 1,889 1.00/1.00 vMB 25
783,554 783,554 00000000000000000000f29912dff12a5603aa737d69e7f2fcca11858de858c5 2,067 1.00/1.00 vMB 27
783,553 783,553 000000000000000000024a493e7eacad6d444ad3e7cd8afb275429a6e5439cf3 2,448 1.00/1.00 vMB 30
783,552 783,552 00000000000000000004b9e3b646266504dcf8207b14c3f4f90484f3aabc0b86 1,614 1.00/1.00 vMB 33
783,551 783,551 000000000000000000011f6265da4136e76e06d4f72115d5729ab9ec3582507e 2,421 1.00/1.00 vMB 6
783,550 783,550 00000000000000000005e6f64dbdaa3f74ad9ef50dfee5edc6df3196c5934966 2,287 1.00/1.00 vMB 27
783,549 783,549 000000000000000000004c42bba649972ea8b59d29c00e87cde6261da822dd9b 1,507 1.00/1.00 vMB 6
783,548 783,548 00000000000000000004312202ee9ca49d65b0522e7b4070dac19e0727f61f92 1,431 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.92 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: 714.47 GB
    • Received: 17.54 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.