Loading Tool

Explorer IconExplorer

Memory Pool

80,414 transactions
29.69 vMB
0.07018708 BTC
Random Selection Loading Transactions
Max Size: 179.14/200 MB

Candidate Block

Mining Attempt 8f9185459281d6e2821ffebf0d1de1897eef84eb317327cf1435da7d920c381d
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 1656a2046269a416e039b7c99185391fecd51b05668e2c237180d3ce9aa6056f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,130
Size: 1.00 vMB
Total Fees: 0.00951819 BTC
Feerates: 502.67 > 0.95 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (283,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,728 631,728 0000000000000000000127a2db03e9acafae2bbce3ab66e899bdc3649ba51a4c 2,339 1.00/1.00 vMB 53
631,727 631,727 00000000000000000003e39be08213d1df731c85db968bd5bd6f74eb0505a36f 2,602 1.00/1.00 vMB 32
631,726 631,726 0000000000000000000bca14672fb4c02ab44dc34d4364cc5c8b1b720e3fe765 2,337 1.00/1.00 vMB 64
631,725 631,725 0000000000000000000954b97f42e5c77e51834b9e369baf5540a09f9e357789 2,842 1.00/1.00 vMB 22
631,724 631,724 0000000000000000000a32d1e9905637c1b8d6e3faad23597ef39f85b6768b3c 2,130 1.00/1.00 vMB 13
631,723 631,723 000000000000000000124481cfc43a59fcc659d9964001f355b5b629ab6d05ff 2,475 1.00/1.00 vMB 87
631,722 631,722 0000000000000000000956596d4259886b5224c6c405799e92c12fdedf3f5563 2,350 1.00/1.00 vMB 21
631,721 631,721 0000000000000000000f1855f25beecfe372a25f202638e068e86f0b84dcbee8 3,153 1.00/1.00 vMB 51
631,720 631,720 000000000000000000082d0f74b2246fad033ba974477224a0d9924a41f13b00 3,067 1.00/1.00 vMB 135
631,719 631,719 0000000000000000000578828816b3d4ae869418f15f92f604432aa9f5e81abf 2,442 1.00/1.00 vMB 54
631,718 631,718 0000000000000000000063112aa04e7f3b943486d0714d0a9858c7498e52aa07 3,123 1.00/1.00 vMB 126
631,717 631,717 0000000000000000000d7a6af3251d85e7ff6e3f55630d7c1ce95efea8a6b29b 2,379 1.00/1.00 vMB 62
631,716 631,716 00000000000000000004b39d5af9263525d2f84f7d2aaf1b0ee59261a649a02a 3,017 1.00/1.00 vMB 137
631,715 631,715 000000000000000000059f1a023e0f86852cf15858a361c218f6d5d39b5f7a09 2,117 1.00/1.00 vMB 76
631,714 631,714 000000000000000000076d7feb676863044b18c08836a823b93f3d5c60d5568d 2,424 1.00/1.00 vMB 107
631,713 631,713 00000000000000000001217432a0778b05fe6ac99603013810f3dfabf93cde83 2,979 1.00/1.00 vMB 136
631,712 631,712 000000000000000000015393362bf2728561b6105139b6312bcd6f837d7b42f7 2,906 1.00/1.00 vMB 153
631,711 631,711 0000000000000000000e445a717faf589828f05f0ebc8513302127bc8a911fe5 102 1.00/1.00 vMB 3
631,710 631,710 000000000000000000114d8912c15d68f969d9fb6ce7df3205242e390520fed1 2,123 1.00/1.00 vMB 45
631,709 631,709 00000000000000000002d7db9a5e1ddf5f4a23208b5f2f1ddf22cdfb04580b35 1,385 1.00/1.00 vMB 30
631,708 631,708 0000000000000000000fa8b88d451d27bd63c465dd450f835a112c6f729d58d1 1,907 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.