Loading Tool

Explorer IconExplorer

Memory Pool

46,208 transactions
28.65 vMB
0.06941264 BTC
Random Selection Loading Transactions
Max Size: 152.69/200 MB

Candidate Block

Mining Attempt 5cea2f4bd029f7908f068c4cf431ed9f911b74e80cb5a56014195373caca4928
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root f4698694f3e43a513968129ad068a66b5a50e2f917b41ed57e289d2137519220
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,474
Size: 1.00 vMB
Total Fees: 0.01498383 BTC
Feerates: 73.20 > 1.50 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (342,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,671 572,671 00000000000000000011ee6e59908631a194a6ca537a686325534ce1239b8997 2,485 1.00/1.00 vMB 37
572,670 572,670 0000000000000000002a04a38e5a815c2088d6d883639bbba9ed811366bc3bd1 3,217 1.00/1.00 vMB 7
572,669 572,669 00000000000000000019778c88fa39d39ee66448b1e65c580781fa4da6c4279d 3,115 1.00/1.00 vMB 35
572,668 572,668 00000000000000000011afb25e0e0abb208d05cccbfe3906a9bd9f375657a490 2,680 1.00/1.00 vMB 38
572,667 572,667 00000000000000000022203c2128e98c4c656d1839a669dd3eacabf527314cd9 3,473 1.00/1.00 vMB 40
572,666 572,666 0000000000000000001c266dad1dcf5420ed4768e6c16ca6ab9d07bc74ff497f 3,381 1.00/1.00 vMB 28
572,665 572,665 0000000000000000000cfa665ba2c17398d88c5723a4bf631d0b1da8b72a4e77 2,132 1.00/1.00 vMB 8
572,664 572,664 0000000000000000001f1da479d9d70ae896f246da159a43119b660a4924a248 2,515 1.00/1.00 vMB 14
572,663 572,663 000000000000000000269b47432f08149a85b51b4393bcb27e388a9606407cf5 3,014 1.00/1.00 vMB 28
572,662 572,662 000000000000000000299bc7e33b8bfc411bf65af4b84a6227850cb20d64245d 3,018 1.00/1.00 vMB 25
572,661 572,661 00000000000000000021eb494d6b0893cf8b6c528ec0b549624e28a0e696fa74 2,331 1.00/1.00 vMB 11
572,660 572,660 0000000000000000001d7bf15a13ffb76a8c1256e5ab778ffcc918d97944e45a 2,382 1.00/1.00 vMB 12
572,659 572,659 00000000000000000009534ae0cd4ef377894a4d7a89b152754656d6bab00248 2,054 1.00/1.00 vMB 11
572,658 572,658 0000000000000000002abab5b828ab4c1c6202fe8f935cd7bfff7217a263c35d 2,547 1.00/1.00 vMB 17
572,657 572,657 00000000000000000013e953b2055edd196080f6cabf5a951b3f4202acd30f64 2,155 1.00/1.00 vMB 27
572,656 572,656 00000000000000000021aca3abca0bc7eadf114415e4cf1e0237fd72448fd0d7 833 1.00/1.00 vMB 6
572,655 572,655 00000000000000000018810943c710e093154fc0a995c131c1d6f98ed2d9585a 1,449 1.00/1.00 vMB 29
572,654 572,654 00000000000000000012ea1eeec1a27b60e753077c50b3cc6b2bbd97e0a4cb94 1,397 1.00/1.00 vMB 24
572,653 572,653 0000000000000000001c7ca0f9243c093fbf31404d395b1b869ebdb18414a441 1,077 1.00/1.00 vMB 9
572,652 572,652 0000000000000000002c2d446bcf2c5447cac27a91619d1237148b78a450de1e 2,424 1.00/1.00 vMB 23
572,651 572,651 0000000000000000001bae05dc9fe16cad7d1e215822d4be1cc185c089f384e7 2,800 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.11 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: 652.01 GB
    • Received: 13.68 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.