Loading Tool

Explorer IconExplorer

Memory Pool

82,360 transactions
31.12 vMB
0.15009877 BTC
Random Selection Loading Transactions
Max Size: 185.09/200 MB

Candidate Block

Mining Attempt 9eff1e481cfc4b51c9c3bccb2c596c00440d9c06f541c16f8b58c79722743372
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root a17de9a5ed6ce775e95a04debfdb8a4ab2331771a8232ec649696fa90a5b1b3a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,888
Size: 1.00 vMB
Total Fees: 0.05689766 BTC
Feerates: 269.69 > 5.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (176,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
738,762 738,762 000000000000000000085b9a18c5e11d560b8e810e83f8a2fc75d35d61142506 2,697 1.00/1.00 vMB 12
738,761 738,761 00000000000000000007f5d66247f2d7b65b6c1be663accc022f5eb830cb0da1 824 1.00/1.00 vMB 18
738,760 738,760 00000000000000000000a08f5afdc0b36ec3fa21c300d12a6c0fb3d4060f83ec 3,009 1.00/1.00 vMB 19
738,759 738,759 00000000000000000006db76c09f42edfc99e37bbfe071f7219a313ab447da6c 3,425 1.00/1.00 vMB 19
738,758 738,758 00000000000000000007d9819b8e6da25acdbd4f04fa8276b2a13ee1cd2165bc 3,157 1.00/1.00 vMB 23
738,757 738,757 00000000000000000008949ece172b367c39b00aced7a01dfa8ec739de6dcabe 2,447 1.00/1.00 vMB 10
738,756 738,756 000000000000000000013e161774997f183e1fdbab8a8e8437d75420d4eacd67 2,780 1.00/1.00 vMB 12
738,755 738,755 00000000000000000007537af3a267635bace7d553a04133fd67a059cd52bc34 3,187 1.00/1.00 vMB 19
738,754 738,754 00000000000000000006cc1a1f8559cbb4c00bf8b151a76e8b2ba5525281c6fc 2,301 1.00/1.00 vMB 14
738,753 738,753 00000000000000000008fa65e5f917ad3bc5f846155a2e5d34e46c861746b470 1,761 1.00/1.00 vMB 10
738,752 738,752 0000000000000000000107a352159c2975a423d42b3225c80464ee6fb00a4b50 581 1.00/1.00 vMB 13
738,751 738,751 00000000000000000005eb70bdfce53f765ce2fe074b0d65f15d5680ea498b7c 2,597 1.00/1.00 vMB 13
738,750 738,750 00000000000000000002efe1afe2e67835ed21cc94ce2b1a0c8f05ba1ad764f0 3,297 1.00/1.00 vMB 21
738,749 738,749 000000000000000000017a3ee9f80e9ca802051d05eaa5fde4d8763765f08c23 2,736 1.00/1.00 vMB 15
738,748 738,748 0000000000000000000652274b20b9e434414f5f06a4b5e86de4a6397169bb62 3,156 1.00/1.00 vMB 13
738,747 738,747 000000000000000000040bd39a32eef19d557e8af2b1e57e5039cb813d5302cd 2,736 1.00/1.00 vMB 28
738,746 738,746 00000000000000000002ab8d47354cb86371a03e45acd96a8c7086b444adc1b5 2,457 1.00/1.00 vMB 10
738,745 738,745 00000000000000000000c0fbd59b0846df32bb742fa5eb01428ba5da09baccc0 2,634 1.00/1.00 vMB 18
738,744 738,744 00000000000000000001bacf9da7b19ca7d851d919c4703caa365f3d31fd7382 2,564 1.00/1.00 vMB 19
738,743 738,743 00000000000000000007f8eeffc2765d034e5774858320b66a66c8892806863f 2,664 1.00/1.00 vMB 22
738,742 738,742 00000000000000000003456f2853df5d9a80235f0e98a0b30dcbf313286a618f 2,955 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.65 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: 672.55 GB
    • Received: 16.27 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.