Loading Tool

Explorer IconExplorer

Memory Pool

81,847 transactions
30.65 vMB
0.08428727 BTC
Random Selection Loading Transactions
Max Size: 187.54/200 MB

Candidate Block

Mining Attempt 9b264318eedd31c13a8d12af3d93385f6b8cf095ebdd0d96cdf728524e02bbc1
Version 20000000
Previous Block 000000000000000000012b8db8fff0c5a04419eeff4b82e3dbc3d9d67db2980f
Merkle Root dadbcd296739f20f935a6d487cb8a364cd86d40f74d2a808da69345679d620ab
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,768
Size: 1.00 vMB
Total Fees: 0.01521204 BTC
Feerates: 150.61 > 1.52 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,358 (480,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
434,699 434,699 0000000000000000020ce2fffce698caacc1cf8d1e41c8f1753fd4325fbd6c19 1,050 1.00/1.00 vMB 63
434,698 434,698 0000000000000000041571976c543c14e5b210192ed9313b1cdec434f7fe55f6 1,804 1.00/1.00 vMB 74
434,697 434,697 0000000000000000006dfc07d8de87d9adb1102da946861ec8cce58e2d08b063 710 1.00/1.00 vMB 130
434,696 434,696 0000000000000000030a99169823589b11d6115d66bb8ba2715be915677fbb50 1,060 1.00/1.00 vMB 70
434,695 434,695 000000000000000001d5848c8b5c352aca0896d4124ec748ae0393c191143f4a 2,247 1.00/1.00 vMB 64
434,694 434,694 0000000000000000023b66b299c751c79d720fbca24b8f6aa4a63b2b8da72f65 2,380 1.00/1.00 vMB 111
434,693 434,693 000000000000000003207b186b010265c97ed157540b7b983a4ef72e3e9c4122 1,924 1.00/1.00 vMB 65
434,692 434,692 000000000000000000535686890e3747e07e2cd3f7bb70030a455ce29c9698c9 2,519 1.00/1.00 vMB 88
434,691 434,691 000000000000000003b5e67708ef0d9bc14f271c2f51ef6fd159ea0f5350011f 3,134 1.00/1.00 vMB 69
434,690 434,690 00000000000000000289765a21c97312438f263917e3df2dc458b37fcc6428e5 2,477 1.00/1.00 vMB 59
434,689 434,689 00000000000000000404262bd004733b8e6084f82c050180815bd9568240d557 2,794 1.00/1.00 vMB 74
434,688 434,688 000000000000000002482be986c2318b54978ba0b7d6d6a24716070facf52d21 1,440 1.00/1.00 vMB 71
434,687 434,687 0000000000000000029707d33e0d1e642349874dfc0ea9dfca774a8ec5289193 2,120 1.00/1.00 vMB 84
434,686 434,686 000000000000000002d2fdea7e2ae8b2e7fb8255c7dc35165d8ba2a133faca57 700 0.75/1.00 vMB 67
434,685 434,685 000000000000000003ece777fa1df8fdb412a16dd1496f052b01f596809148f2 1,936 1.00/1.00 vMB 68
434,684 434,684 0000000000000000042ca2cf84a9fd921d5de00e590187526e31000d346c9760 2,352 1.00/1.00 vMB 96
434,683 434,683 000000000000000003cb73173cafe67c11b3b5673a5cd83f09ccbdb6c9a7e21d 2,715 1.00/1.00 vMB 68
434,682 434,682 0000000000000000032ef31685c74fdfca7a25e34c121e6ef05ce4863be4a5d4 2,632 1.00/1.00 vMB 65
434,681 434,681 0000000000000000012ea09ad27b0bbdfa004c110cc8c4ea914d75b28a5c8df0 2,446 1.00/1.00 vMB 68
434,680 434,680 00000000000000000077fe1bdf32fa91337fdae902d5d8fb9f20f4e9d01b03dd 2,588 1.00/1.00 vMB 67
434,679 434,679 00000000000000000187c64605c0ad338cc2c8b26b1d20d9e418636f51a5106e 1,099 0.46/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 783.01 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: 718.91 GB
    • Received: 17.99 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.