Loading Tool

Explorer IconExplorer

Memory Pool

42,346 transactions
30.63 vMB
0.07714823 BTC
Random Selection Loading Transactions
Max Size: 155.19/200 MB

Candidate Block

Mining Attempt dbcc42a9f4089e8cf13af27af5fbff043f3ae1737c0c22a3178132c69b2862d5
Version 20000000
Previous Block 0000000000000000000008b137b94d1c399cc6a54ab56028a9c3f70d292faea0
Merkle Root e3a6d7442e955c659b72332dafb1a45d05fd6b6596f298f16e935a8ed2c64a5c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,379
Size: 1.00 vMB
Total Fees: 0.01568219 BTC
Feerates: 100.53 > 1.57 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,463 (805,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
108,539 108,539 0000000000008aea5a737683780b7f797dc63eea8711d8d5df565bd7317a5aa8 1 0.00/1.00 vMB 0
108,538 108,538 000000000001ab9202e7f02553f153f7dab945f6ea698f0be66b59f19912a8a6 5 0.00/1.00 vMB 0
108,537 108,537 000000000000a57e24847d33821233ff39348a2804ad7db8a95d81e4b5375489 3 0.00/1.00 vMB 0
108,536 108,536 0000000000001d2bf20a5b352b82ff6f4d12cb8fa4d34520d0d4e33c0e0335d0 1 0.00/1.00 vMB 0
108,535 108,535 000000000001b67e57e83e93ef4a343f082a3ad0ae502e2a404463949b5b4b24 4 0.00/1.00 vMB 0
108,534 108,534 000000000002224b30d66ad3d26e0663da7d34e18286a8b352be30ded8f355ae 1 0.00/1.00 vMB 0
108,533 108,533 0000000000001ec1d377cea8c7c2569f417d3dcfb52d900a65ded7c8c26b6424 5 0.00/1.00 vMB 0
108,532 108,532 0000000000007ade483645861af1a209a745f2ae42df21b80c089069ee505cd5 3 0.00/1.00 vMB 0
108,531 108,531 0000000000022b95102d8962492d153a04e4ffc4a06953b9c3d160f7670f726b 2 0.00/1.00 vMB 0
108,530 108,530 000000000000ac183635b62c497139c3b38b691ff0e03eb06615a291222829fb 2 0.00/1.00 vMB 0
108,529 108,529 0000000000007b23e67377daa78342d45a1006e2c01ce16605586232b891071f 1 0.00/1.00 vMB 0
108,528 108,528 000000000001869933cb8840f6b79325fd9e8a85c9c4a1466d9b7c5f4dc1251f 4 0.00/1.00 vMB 0
108,527 108,527 000000000000ca583ec1f2993f5e642cf6c8d20afd0a783ebeb9706cbf464357 40 0.01/1.00 vMB 0
108,526 108,526 00000000000003f6b29f7e3de9b16a23a933e9d6888b921899825d67ab7182ea 2 0.00/1.00 vMB 0
108,525 108,525 000000000000e42c02b4fd72e7fd7744cce7103d0d44a6e45198292faec86493 2 0.00/1.00 vMB 0
108,524 108,524 000000000000090bc81e19fedec248ace70dede411b6f666e198918596eaa8d7 1 0.00/1.00 vMB 0
108,523 108,523 000000000001057e3604ec0ad24849b64c1cfb9a82b62ed04724d25bf6845884 1 0.00/1.00 vMB 0
108,522 108,522 0000000000013c3477e89c7cd7c0df6aa875a40a6ffe037b30b223b42da84c69 7 0.00/1.00 vMB 0
108,521 108,521 000000000001aa1c01f7019c1053f20167a8868d71ea180d44c25bc8257650ee 2 0.00/1.00 vMB 0
108,520 108,520 0000000000027f1461f1003276ed4b51ae52f7fe5d46ce3fcd3746a508e1b9cb 3 0.00/1.00 vMB 0
108,519 108,519 0000000000005e1bfdf104e47bc333cad03d8c39357e6c4603b90d5e1f19449e 35 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.43 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: 609.08 GB
    • Received: 10.67 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.