Loading Tool

Explorer IconExplorer

Memory Pool

27,717 transactions
27.62 vMB
0.07180403 BTC
Random Selection Loading Transactions
Max Size: 132.67/200 MB

Candidate Block

Mining Attempt 8625ecdc72eeaf41da6b86c6245e5cd6358bb446cfbb189ced306b5f2c5c4833
Version 20000000
Previous Block 000000000000000000014e79d01dbb2c534e8fbebfd9b049c29481e4f0d4235d
Merkle Root a05b39a65ae2917653ec8436b1d8c5fde0ce0b81d9a0b790d1318fb26d2fbbd8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,025
Size: 1.00 vMB
Total Fees: 0.01930666 BTC
Feerates: 151.12 > 1.93 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,502 (822,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
92,388 92,388 000000000003eb9722d57eaca9c123269ea22e8f4fa591c2899e202091a70a2a 3 0.00/1.00 vMB 0
92,387 92,387 00000000000bb29cecbcd66374c75b5bc74970a640d566a6e78b24af378ce2d0 1 0.00/1.00 vMB 0
92,386 92,386 00000000000097be25a7b3e40d05ca389e90a7fd662c27704cf049704486ebfd 1 0.00/1.00 vMB 0
92,385 92,385 00000000000ce51b8f1ee77caa08a3b92e719f900c2c16c05417cc648e5119ad 2 0.00/1.00 vMB 0
92,384 92,384 0000000000037c9d300077fffecadcbdf228cf07ed543a4044e577da6cffa140 1 0.00/1.00 vMB 0
92,383 92,383 00000000000210ed6d42e9147f1a142ec7d24b5724c5a2aa5317e264af2fec1f 1 0.00/1.00 vMB 0
92,382 92,382 00000000000d86d5f775fb558de3de856c80441b2fc8fd835844ff86fa2a1af2 5 0.00/1.00 vMB 0
92,381 92,381 00000000000b81022344183d3559803966d5b2932d3fe3ad7031d05af8a9b07f 1 0.00/1.00 vMB 0
92,380 92,380 00000000000dbbf810bd0add84ede5b44a501a594d67a321015d9d904d7c24c2 6 0.00/1.00 vMB 0
92,379 92,379 0000000000084ef9026d4897ba4fce8b3a5de562068ba792b96621bbd43090ca 4 0.00/1.00 vMB 0
92,378 92,378 0000000000015027aa3a2f01fcda1df0520411b48212f82e8382beceb8d0be71 1 0.00/1.00 vMB 0
92,377 92,377 000000000005d4e6c8caf2079ef455ffaf5109d8b3715e7e7577f8ac75485c4a 2 0.00/1.00 vMB 0
92,376 92,376 0000000000038ef7f6a3b64f32994b5902289c0d46cbd4a86afc83b19f767c21 2 0.00/1.00 vMB 0
92,375 92,375 0000000000063ae1ffe1b2c5430969c46c2e9d34a2d6673de8006d758afcc11a 3 0.01/1.00 vMB 0
92,374 92,374 00000000000186a9a416a00cd9b5558f6d49329a329cb0509ee6a393b0f176da 1 0.00/1.00 vMB 0
92,373 92,373 0000000000037090e52a6dd8b9d9594f399cf146b1ddaa81b8ce498738fe560e 1 0.00/1.00 vMB 0
92,372 92,372 000000000002d6bd7f26a665ef2ec6233691de2ea7b0cb3915bfaf97d43c0be2 3 0.00/1.00 vMB 0
92,371 92,371 000000000001242d86a3aa59bc46bb246b548d85a56f84e2afe56ec8c4d29ad7 2 0.00/1.00 vMB 0
92,370 92,370 000000000007cf08e70c1a107024616450440c69053a7af482b4662c2a6e7032 1 0.00/1.00 vMB 0
92,369 92,369 000000000008e26a5d96c90324be4c0bd5dca9fef2d4c39c05483608913bd5b4 2 0.00/1.00 vMB 0
92,368 92,368 00000000000a2e3ccbfe19db78b55c1ea8e758ac0d4e9672f95b213096fa2dba 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.50 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 612.39 GB
    • Received: 10.99 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.