Loading Tool

Explorer IconExplorer

Memory Pool

85,143 transactions
31.91 vMB
0.19907681 BTC
Random Selection Loading Transactions
Max Size: 190.62/200 MB

Candidate Block

Mining Attempt 60ec3c24caf9dcf3dd63b38d02a47354584d6f0418359523592888e2dfe44931
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root 4fd3b5c6136b5a1e9d9c828f29817420e310ddee1ff67d627ed70be8c66f411b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,689
Size: 1.00 vMB
Total Fees: 0.08693517 BTC
Feerates: 444.96 > 8.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (507,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
407,735 407,735 000000000000000000a5b4f83499c43e4014f2efe7ce90702c954d225c21e76e 150 0.56/1.00 vMB 8
407,734 407,734 00000000000000000517acf529c3dc71e8b542e5eea6e05277085a84d375dcc1 2,631 0.97/1.00 vMB 37
407,733 407,733 000000000000000005ea4bd42510f8965610265e549045a0bcca7667d06dacfd 1,507 1.00/1.00 vMB 26
407,732 407,732 0000000000000000060879ab1f46b5b62bcef15edc660f77be9ce819a0832fdd 772 0.38/1.00 vMB 36
407,731 407,731 0000000000000000059ec1d345374bf422f04ffdee1ee4475d9c96b386077fbb 836 1.00/1.00 vMB 16
407,730 407,730 00000000000000000039e5fbcb70b0d47f46d18b7d100b97fbe7c4dfeb0b6d50 2,794 0.99/1.00 vMB 56
407,729 407,729 0000000000000000032029fbc0cc97ea90f04ce920b989f39e943719556fe8b8 1,239 0.86/1.00 vMB 30
407,728 407,728 000000000000000001eba1b3344e65c79658bc0fc1f119c348787501821209f4 2,489 1.00/1.00 vMB 43
407,727 407,727 000000000000000000ff5aac943ed367ef5453e598dbffa8f284512afc6c3515 375 0.41/1.00 vMB 17
407,726 407,726 0000000000000000022f4c16ccc64017ce54757ea96c2fb4e907c7baab58ef75 2,371 1.00/1.00 vMB 40
407,725 407,725 0000000000000000011f3b5ef2f5335cb39217f89f73c7354cdfc2607ec92871 2,812 1.00/1.00 vMB 43
407,724 407,724 0000000000000000021f1d437c4d7f9847cd2a895330037c9df0f9b7aec1405f 1,166 0.45/1.00 vMB 41
407,723 407,723 0000000000000000044ced9eb19675913798e21561dee8f613ed788bb36e50f0 2,411 1.00/1.00 vMB 38
407,722 407,722 000000000000000005b8fedb6b12c225c7596d2a0bbaa6e79187e0fc42f6f9c7 1,349 0.81/1.00 vMB 27
407,721 407,721 000000000000000005032ed0f871a75b3eec3e11ff412ee5d24fd9eb486ae4d0 1,309 1.00/1.00 vMB 34
407,720 407,720 000000000000000003aa0bfb1cc5876431e3e31efebb0ccea5fd0fa33ca24997 2,358 1.00/1.00 vMB 39
407,719 407,719 0000000000000000059db83969f3a2cf3556eb98cb1c355f5ca52335534b3bf3 1,135 0.75/1.00 vMB 23
407,718 407,718 000000000000000002e3032858f92823f8e29cda7ecdb00eed802b46dddc14ee 2,200 1.00/1.00 vMB 53
407,717 407,717 000000000000000004c44f3f85804a66eb91a31b77cab9bd86b0d35a1d3900f1 838 0.77/1.00 vMB 21
407,716 407,716 0000000000000000005e634fd8f36b0f5008feb160a6250933a930cb64cde82e 2,271 0.99/1.00 vMB 41
407,715 407,715 00000000000000000507915e65faf03dae8f00bc1884777eaf7b20ee57940564 2,642 1.00/1.00 vMB 46
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.84 GB
    • Received: 16.32 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.