Loading Tool

Explorer IconExplorer

Memory Pool

73,892 transactions
27.33 vMB
0.06873609 BTC
Random Selection Loading Transactions
Max Size: 166.63/200 MB

Candidate Block

Mining Attempt 6054c9f5df650f2b3c13d5756b2dc552b2afbcc28101144868488182cb965d2d
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root 37f9b256971084708af420efd3abdd0d558b8c7b56b80569df5bba2989f59373
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,353
Size: 1.00 vMB
Total Fees: 0.01048679 BTC
Feerates: 337.46 > 1.05 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (538,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
376,686 376,686 000000000000000002fe57a73f7b449c3973e037d0ad1e9c0c22224dc12f5eeb 1,195 0.67/1.00 vMB 31
376,685 376,685 00000000000000000584c637fb6f53484e231a63dd37586e77148ed318e0d5a9 1,165 0.58/1.00 vMB 36
376,684 376,684 00000000000000000810f44cbf391d5a8deeba9a7a65599dfc8249d4de6bd7ba 740 0.33/1.00 vMB 33
376,683 376,683 00000000000000000f46c8fb3c6749c79c264ced1a4564475b04f3c86abd5017 1 0.00/1.00 vMB 0
376,682 376,682 00000000000000000398481a93ba1d834aa293f33f9f75b674f7c2bac511fc56 1,093 0.71/1.00 vMB 17
376,681 376,681 00000000000000000dc520ab55b8b1642af799a03842aae4d62dbf060f75d396 2,361 1.00/1.00 vMB 41
376,680 376,680 000000000000000007da5968e566b1f162bfb0f86b50fed405f3381ab98f1878 2,155 1.00/1.00 vMB 35
376,679 376,679 0000000000000000069b383ed385d5ddcf75fc465be45168a093fde547a1c7ef 603 0.40/1.00 vMB 21
376,678 376,678 000000000000000005863bd2f1d59fd6fb19582d202a1b291d7f8145a6690c6f 2,437 1.00/1.00 vMB 45
376,677 376,677 0000000000000000014c82e39be20e3e8cb0452ad2ddea2e9f031d87e482bd26 557 0.46/1.00 vMB 15
376,676 376,676 00000000000000000207c4b0e00db5adc87fd71baca4b02beeda53636873f405 1 0.00/1.00 vMB 0
376,675 376,675 00000000000000000c9d4821cdb0306e383481a80069b9f289fec997f17397ff 1,762 1.00/1.00 vMB 36
376,674 376,674 000000000000000007a91ab38e300a467c367add56669b87719e079fc0a881de 1,700 0.82/1.00 vMB 37
376,673 376,673 00000000000000000fd71b9d0a692f1a802819d0d8837566e2b903769bc62600 1,119 0.73/1.00 vMB 28
376,672 376,672 00000000000000000382219a7ad5e03a28e198ec2b5577d7f87c5bbcafd9166c 663 0.27/1.00 vMB 42
376,671 376,671 000000000000000008b30db657c068ed149bf363d7a8e70eb8d1fae4df67fa83 1,288 0.65/1.00 vMB 32
376,670 376,670 000000000000000006c7688ffa2db69398ed5c5a80c314459e2d5dd7f7e02c7b 931 0.48/1.00 vMB 33
376,669 376,669 000000000000000010e0f43e2c9eb97896e22dc3b09130cf56d98179df8f2407 596 0.29/1.00 vMB 36
376,668 376,668 000000000000000011d592bbdc8bb3fe9038e8f4104f9803719757c2ccac2352 1,514 0.84/1.00 vMB 36
376,667 376,667 00000000000000000b19de903a16ad9b00fbf3c6f07b020205d257ef905fa967 1,048 0.56/1.00 vMB 33
376,666 376,666 000000000000000002ad13e23cdfc69cd2c0e53bf3f41a6c6b18b155ee2c63fb 628 0.55/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.94 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.92 GB
    • Received: 17.62 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.