Loading Tool

Explorer IconExplorer

Memory Pool

76,349 transactions
27.40 vMB
0.06668134 BTC
Random Selection Loading Transactions
Max Size: 168.04/200 MB

Candidate Block

Mining Attempt c513b00f1c01c7eedc9125117cc37de2b0702e30162f9cea8e7b1f4c98a756a4
Version 20000000
Previous Block 00000000000000000000689f5aac8f3b2931b26ac31fa880ea1b747dd3d324e4
Merkle Root 6bda39386a850293a54d65f7f548d3eee721ffeb7e6640a3a9f2fae03cd77384
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,333
Size: 1.00 vMB
Total Fees: 0.00837615 BTC
Feerates: 59.19 > 0.84 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,321 (96,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
818,793 818,793 000000000000000000035b59abec19549a932cc9c525bde78ac642eebe829f09 4,448 1.00/1.00 vMB 48
818,792 818,792 00000000000000000003da1d5c7470c3e086299665b6e4add66bfd8f07b4c9ed 6,114 1.00/1.00 vMB 47
818,791 818,791 0000000000000000000128854f38d6d72fdb116d5261d9dc9789ac686db24037 3,420 1.00/1.00 vMB 54
818,790 818,790 00000000000000000002ffd1b763904696ba3191af838edb94fd982267453bc3 4,315 1.00/1.00 vMB 53
818,789 818,789 00000000000000000001e5ff46cd6b5e07137d83aa6287d4bf0a6baeb0ef8a42 3,853 1.00/1.00 vMB 57
818,788 818,788 000000000000000000036f4c5e503d50bc305b0cdcf850580eeaf5d58aef5bd4 3,926 1.00/1.00 vMB 60
818,787 818,787 00000000000000000000dea3e329eeb2d336a0d3dfd366f91100a68fd6143df7 3,248 1.00/1.00 vMB 55
818,786 818,786 00000000000000000003f9662dc9f7ac9dc241bf158d7624fcbe495e6642e266 4,096 1.00/1.00 vMB 59
818,785 818,785 0000000000000000000049daa7f6a236f15c14dbe829b0b6bbb73334e4703107 3,301 1.00/1.00 vMB 73
818,784 818,784 0000000000000000000116bf8d4a42d957d8244e1ce43d806425987314b413c3 4,328 1.00/1.00 vMB 57
818,783 818,783 00000000000000000000c7ae1a63dd0e26b5fde509d7b82e97c60d39ca7c733b 3,407 1.00/1.00 vMB 49
818,782 818,782 00000000000000000002d511899b4ca21a0d98011f3ede1f915152312b67b129 3,694 1.00/1.00 vMB 62
818,781 818,781 0000000000000000000283a1d802e2cdf0f324019fff9de5a1a7479ed2cfa556 3,941 1.00/1.00 vMB 58
818,780 818,780 00000000000000000000e59ca4ca01b8c003366092d19e1c1f61b71ab8c5caed 3,676 1.00/1.00 vMB 72
818,779 818,779 00000000000000000001d9e5f94cabd0b7c4193776c56b1acedb47e48929c014 3,678 1.00/1.00 vMB 57
818,778 818,778 00000000000000000003018c5c99032a2471da1733fdce341067f4ed732f921e 4,141 1.00/1.00 vMB 63
818,777 818,777 00000000000000000001733b22e6db92da6f53e9a2aa59c63d4d6e83d4c269eb 4,400 1.00/1.00 vMB 65
818,776 818,776 0000000000000000000004a884b325942e40b2e58a62fd32a9c3627e6f8091e1 3,568 1.00/1.00 vMB 64
818,775 818,775 00000000000000000001772321e4be68798584cb52ce74c11d7001248f5d5f73 3,561 1.00/1.00 vMB 72
818,774 818,774 000000000000000000021a494b0905290bc1bd7a1a5f1e32b52e280f34fb476c 3,727 1.00/1.00 vMB 70
818,773 818,773 00000000000000000003d4b6098a277bbf4ddfb8bba055e1c154df5aab0fff12 2,474 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.95 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: 715.04 GB
    • Received: 17.64 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.