Loading Tool

Explorer IconExplorer

Memory Pool

44,832 transactions
26.82 vMB
0.06630496 BTC
Random Selection Loading Transactions
Max Size: 141.60/200 MB

Candidate Block

Mining Attempt ec836eeda0e161ba8ee577b6a471b79b81f41aa9cd7262509cc62882beae0d91
Version 20000000
Previous Block 000000000000000000020dec92be5b66055ed2368df5e48e27f67c41dcd290ec
Merkle Root 4f63d6571b6cb7573c5579b5cf0d983f9f0b98c7bec2c2d953d75f0d59066dfc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,323
Size: 1.00 vMB
Total Fees: 0.01684446 BTC
Feerates: 100.36 > 1.69 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,724 (453,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,707 461,707 000000000000000000dbc50d2c2ffd5fbf1dff90f1c4e67b342ae54c8eb1a3d1 2,031 1.00/1.00 vMB 107
461,706 461,706 000000000000000001281f5e366301cbf424c00e48a91b70eb7974e66443dd20 2,376 1.00/1.00 vMB 124
461,705 461,705 000000000000000001ff949955ecd42c5a27639b02a9f4047ad587707ee83e0f 2,100 1.00/1.00 vMB 128
461,704 461,704 0000000000000000004ca2232cdccb65f7b4381fb3d703dfa55907a9469b011c 2,357 1.00/1.00 vMB 155
461,703 461,703 000000000000000001ae6ad332ed4d17e5cd378ea1af567fdf4b1bcc83510747 2,045 1.00/1.00 vMB 170
461,702 461,702 0000000000000000004cfb50b200cecb1052ebc48c03540ba1b8d0319a5ecbea 2,366 1.00/1.00 vMB 167
461,701 461,701 000000000000000000fee30944974665daa5f6430eff1636973a07f349716c17 2,295 1.00/1.00 vMB 179
461,700 461,700 00000000000000000046c6ebac24742c87399549331e2c96e87ae9bba57caca8 2,476 1.00/1.00 vMB 150
461,699 461,699 000000000000000001be4dd998fb28a448cf978ceb148783dcb7a0a92b9c8b36 2,300 1.00/1.00 vMB 141
461,698 461,698 000000000000000000c81300945ce616770779c51f2b73bb5074dccf7f00dc11 2,286 1.00/1.00 vMB 121
461,697 461,697 000000000000000001479e8876ef757e6881e48f6b38cb4aca35ee6b4ec17c0d 2,160 1.00/1.00 vMB 124
461,696 461,696 000000000000000000bf3f4159a93a582def1f0ac4960f198de3974e9f17d160 2,215 1.00/1.00 vMB 144
461,695 461,695 00000000000000000070486a3fb6dcdcc71f3ecbfdbdfd645e6c8aa9646a7b19 2,335 1.00/1.00 vMB 132
461,694 461,694 0000000000000000003a035ccb4d4a344068c2afa06f56b5a8918c83f3c9db58 2,072 1.00/1.00 vMB 160
461,693 461,693 000000000000000001b5e39c2f497c0be09997890fc06fc589b34384c7ca3953 1,169 1.00/1.00 vMB 111
461,692 461,692 00000000000000000161a9f6b822a7a4da6affece0219fd862f6c4e28616df14 1,454 1.00/1.00 vMB 147
461,691 461,691 0000000000000000010b6cc4241b0ff24e5e2ad9705b9d61052bc1f9f98a62ea 1,388 1.00/1.00 vMB 184
461,690 461,690 00000000000000000200af3b62df5540a05ff4673e2ed66a5f1d8dbd7932995f 1,896 1.00/1.00 vMB 198
461,689 461,689 000000000000000002048980d485a88bcc199fad227709037647637f42d18001 1,721 1.00/1.00 vMB 150
461,688 461,688 000000000000000000b60839e94bfa52c15532810e4484784f1e5f115793a597 1,565 1.00/1.00 vMB 191
461,687 461,687 00000000000000000045273455b0a0222fff3f7476cbb906f7dbc8f1669b4e42 895 1.00/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 781.91 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: 645.67 GB
    • Received: 12.76 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.