Loading Tool

Explorer IconExplorer

Memory Pool

36,390 transactions
25.84 vMB
0.08526338 BTC
Random Selection Loading Transactions
Max Size: 132.33/200 MB

Candidate Block

Mining Attempt e263b9037dde565dd5a6d4c1b1e621e2460988e687a49e930008236f334a7b19
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root 1d28ecf0d93c7e1ce53faa32062a52f384f363d752abbdcc8e27e5bab81ddb1d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,965
Size: 1.00 vMB
Total Fees: 0.03796228 BTC
Feerates: 171.09 > 3.80 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (514,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
399,909 399,909 000000000000000004a9de9ebca502987ffd5068c390ecc1ceb5f20373e2c841 2,380 0.93/1.00 vMB 44
399,908 399,908 00000000000000000536216bf2a0042dd52c8abd827b4a977c8c13255b4a5150 2,424 0.93/1.00 vMB 58
399,907 399,907 0000000000000000061950d893dbe7a0988303611991540f4eceea1b187cac46 1,628 1.00/1.00 vMB 28
399,906 399,906 00000000000000000568ac586619e175ff71f8928ae082ed80e89ae5419aa879 2,666 0.93/1.00 vMB 50
399,905 399,905 0000000000000000013908bd7701e6d3c0cc84e108425b2b2bb3601d55fa7d88 1,437 0.75/1.00 vMB 91
399,904 399,904 00000000000000000312d47b826d5da1b4433047d58a7f5664d23a8bf679f7c8 2,545 0.98/1.00 vMB 52
399,903 399,903 000000000000000006289baa6ae22aec9cd0ba3daeecdcc9c560b91e2ce83844 2,592 1.00/1.00 vMB 47
399,902 399,902 00000000000000000503761c8d2eb0bd1793fa838b63173fde07a01e19faa7a5 1,080 0.99/1.00 vMB 22
399,901 399,901 000000000000000002327e752e9ebb2e25936753bb8e1a9beb6424d7f6d2ba56 1,213 0.93/1.00 vMB 29
399,900 399,900 000000000000000003863fc0e1f681ee116bc1969d83c6fd79b7236f461b3dc8 807 0.93/1.00 vMB 21
399,899 399,899 00000000000000000690d528d96cc7a0e9e4edc183d04c5d052486e91bc06c56 1,337 0.93/1.00 vMB 28
399,898 399,898 0000000000000000042d43a2aeaa51b02ebe2d2c4abe285a280632900849f5a0 1,485 0.93/1.00 vMB 31
399,897 399,897 000000000000000000fd35f77a4de281c39b259ef7e5c1b740948720c74877fd 1,159 0.93/1.00 vMB 24
399,896 399,896 000000000000000004d22eed0363ec7c34a0d6203baecb73f2f221e36b7fcb04 1,789 0.93/1.00 vMB 35
399,895 399,895 000000000000000005ba3166c53010dd2f001baaddee1b087f35e14d7dc9e2fa 1,278 1.00/1.00 vMB 17
399,894 399,894 0000000000000000053046b0f197842130ada9af6311a5dbdda079ce500dafac 2,441 0.93/1.00 vMB 53
399,893 399,893 000000000000000004e00939db4a11c5ae6d1c85e36d73039722a965f50fbf70 1,672 0.99/1.00 vMB 42
399,892 399,892 0000000000000000047417efa0b3be41cba5a9327b4ca581c5eb638477274aa0 1,848 1.00/1.00 vMB 51
399,891 399,891 000000000000000006a6dd69c52209c45a6feaec4491f788c040d9605bebf4a7 1,324 0.98/1.00 vMB 29
399,890 399,890 00000000000000000692060eae20b9742cafa6a6f387bb283ad29028f57e7202 1,580 1.00/1.00 vMB 28
399,889 399,889 00000000000000000461da51c23980b856a62548aadb9104e7d904aa0e3050ea 2,046 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 781.82 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: 635.74 GB
    • Received: 12.33 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.