Loading Tool

Explorer IconExplorer

Memory Pool

78,854 transactions
29.11 vMB
0.09977482 BTC
Random Selection Loading Transactions
Max Size: 176.56/200 MB

Candidate Block

Mining Attempt 822c8db86afb5f88576fc18616fbfec9c69e77d21c4722a7103ae0f7a116f981
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root 25c46aa89753a9c4f8557d0c8a460c90a73b9b7c59add811ccf8b30246899005
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,395
Size: 1.00 vMB
Total Fees: 0.03896654 BTC
Feerates: 137.15 > 3.90 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (475,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,624 439,624 000000000000000002b46fc8ceaacbcdc742ad7c7853d769d9488247e34dacba 1 0.00/1.00 vMB 0
439,623 439,623 0000000000000000012ecb0a0b8f28ee434841410d0c04ae14faa20cb5102635 1,985 1.00/1.00 vMB 59
439,622 439,622 000000000000000000c687014d1c6b88d26a2af658fea4598bbf9d36ae5a987c 2,471 1.00/1.00 vMB 57
439,621 439,621 000000000000000003471118592e5dbfe39d557bdebd60d4bd3b242d5495c00c 2,519 1.00/1.00 vMB 83
439,620 439,620 000000000000000002ab918087ab1c6229c10fa685625fda031d5858d58c0655 1,999 1.00/1.00 vMB 60
439,619 439,619 000000000000000001d7a81b6e52b6380dffb277ca68c947ffbbe1e544f0d3c7 2,422 1.00/1.00 vMB 69
439,618 439,618 0000000000000000013ebc83498c1eef05ce9573c0c3770f66ee586e9384a39f 2,204 1.00/1.00 vMB 69
439,617 439,617 0000000000000000016b8aae6a554c454b9570eeda93dcc7cb5c4c6b3ae08d11 2,233 1.00/1.00 vMB 76
439,616 439,616 000000000000000000c93d001cd62f5a3b3d3d85aa470974452c4869a7951ee7 2,368 1.00/1.00 vMB 87
439,615 439,615 000000000000000002894e1eb07b158ebf276c1378ecd167d7b4ba25fb1efec5 1,267 0.94/1.00 vMB 32
439,614 439,614 000000000000000001347e995c1b5cd71080cf2c63b516093098928b68f8b1af 2,372 1.00/1.00 vMB 58
439,613 439,613 000000000000000000ca0a0bacb30f1f336239d5780fffee9989892a8709fc50 2,158 1.00/1.00 vMB 72
439,612 439,612 000000000000000001080f4c4743d16396bafbb3f2c00eb3d18c19ec7a8d455a 2,019 1.00/1.00 vMB 58
439,611 439,611 00000000000000000030273b754c2adfbb88df15fb239f420290b13ba46ab297 2,299 1.00/1.00 vMB 72
439,610 439,610 000000000000000002f6fd02967b5a21a1a7b11eb687aee7a6bbcf59154ff49b 2,144 1.00/1.00 vMB 61
439,609 439,609 00000000000000000221dca78826bb3c0d7e1d0b8bb8768762cfbde2bf1f472b 2,806 1.00/1.00 vMB 94
439,608 439,608 0000000000000000039fbc90e1108706d32088ee7ce1be422e528141d8660a6d 1,545 0.86/1.00 vMB 57
439,607 439,607 0000000000000000017e423572574ebe2017705a1c411870506fb08a791d3859 898 0.35/1.00 vMB 73
439,606 439,606 0000000000000000020ac7a7d7687dcb7c19b04f0e6dd8d2a3df60bd01612c72 2,223 1.00/1.00 vMB 60
439,605 439,605 00000000000000000256fd863921b5994c561ef4bf14ded4712f1c13199771b4 2,550 1.00/1.00 vMB 72
439,604 439,604 000000000000000000e345eaa7e3205de020d5d35729d44d879cfa4c463d95e3 2,088 0.97/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.59 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: 671.40 GB
    • Received: 15.93 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.