Loading Tool

Explorer IconExplorer

Memory Pool

78,047 transactions
29.29 vMB
0.06350564 BTC
Random Selection Loading Transactions
Max Size: 176.02/200 MB

Candidate Block

Mining Attempt f30ec70593ca61542ab5083bff4a08ad80ee6fefdd7a27154f080f8050ae4d41
Version 20000000
Previous Block 0000000000000000000005fed7a2e04e0d65382f9c5d2d0085aa4ef4f390cc19
Merkle Root 17cf604269fefea3187aeb3fe4c6710a0c8e9442a08c25c5f188dca0d62f5fae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,838
Size: 1.00 vMB
Total Fees: 0.00421762 BTC
Feerates: 21.09 > 0.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,013 (364,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,740 550,740 00000000000000000010f3d92ade8b0c67147195349839a4e92321ae75430413 2,435 1.00/1.00 vMB 64
550,739 550,739 00000000000000000004315f96c9d3ca57c37d867fe2aed157026ef5d3acc03c 2,322 1.00/1.00 vMB 53
550,738 550,738 00000000000000000015e2d231f5721d6da0bfa2834e4ecc56c59e15a24538c8 2,523 1.00/1.00 vMB 59
550,737 550,737 0000000000000000000f039282c94307da6b5fc6f11af22d77377a22fd647aef 2,548 1.00/1.00 vMB 50
550,736 550,736 00000000000000000011923fee46e381bdd8f1338c8db955b579c5080aa90770 3,170 1.00/1.00 vMB 64
550,735 550,735 0000000000000000001c7311fe96d63e4eb5829820212182970ae200282bc6b5 2,946 1.00/1.00 vMB 69
550,734 550,734 00000000000000000017be79415b149ad501d3ead082ce84965c909550b8f560 2,891 1.00/1.00 vMB 51
550,733 550,733 00000000000000000015bab636b3ca8618501c38e8c10e2a46c1ace9bfce17d4 2,127 1.00/1.00 vMB 51
550,732 550,732 00000000000000000002ca3d9ff958db694d078a2bb3ab4bbfe702d5ee9949bb 2,035 1.00/1.00 vMB 55
550,731 550,731 00000000000000000028c313b488d7db4e8b0194dc9e4977428aab466c555b81 1,818 1.00/1.00 vMB 55
550,730 550,730 00000000000000000019fc6a26c266cad5fe50d7fad9b0d91e6b0f416c40eb9c 2,716 1.00/1.00 vMB 68
550,729 550,729 0000000000000000001f1d8b18e757b1fa0b27ed923c31e15f1274c8a5d59266 2,323 1.00/1.00 vMB 52
550,728 550,728 0000000000000000000bca0b471c62be71fdfeec98b02b8191477104f114003a 2,555 1.00/1.00 vMB 57
550,727 550,727 0000000000000000000ff8801d99aefb047b94ac4d89ef3d1751975bad69d146 2,565 1.00/1.00 vMB 63
550,726 550,726 000000000000000000299acf3efa3b384069bf5a9e3ca5f0490cf20759ab2089 2,295 1.00/1.00 vMB 82
550,725 550,725 0000000000000000001efef664e8261caab7c25202ef74218cbc052a62a4ff9b 2,437 1.00/1.00 vMB 43
550,724 550,724 0000000000000000000236a0f1c007667d05fcde3e3fa4e9be5e208fcb9e91e7 2,319 1.00/1.00 vMB 41
550,723 550,723 0000000000000000000a6368b2dc381f1dc295610053d7d3151865c8011b28c3 2,547 1.00/1.00 vMB 44
550,722 550,722 00000000000000000024c61bcd0fdc4603388bd505c4727d0dc7bcb839b5080b 3,060 1.00/1.00 vMB 61
550,721 550,721 00000000000000000012317cde7cd894758e4bb097d5cf6fd48800c3a0146ff9 2,186 1.00/1.00 vMB 56
550,720 550,720 00000000000000000004b2533c77fa6f0bba50fe9f90266c47cf67fc633ead53 1,478 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.