Loading Tool

Explorer IconExplorer

Memory Pool

79,350 transactions
29.48 vMB
0.06479670 BTC
Random Selection Loading Transactions
Max Size: 177.66/200 MB

Candidate Block

Mining Attempt f661fad554b47968d2f4da15788a38acca11e4a7ddfdef1bc8e3f0a65ec01c9d
Version 20000000
Previous Block 00000000000000000000a977f5834d7fca1f1b6b8e70ee339ba59bcdbf03c5f4
Merkle Root 3191df77efa6f6e65b3b949bd7db87d7d00900f3826c69855b71fae77131aa2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,542
Size: 1.00 vMB
Total Fees: 0.00495873 BTC
Feerates: 50.48 > 0.50 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,984 (422,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,723 492,723 0000000000000000001ac8cdf292de41188900cae8241939502445511bbb19b5 2,134 1.00/1.00 vMB 57
492,722 492,722 00000000000000000091698467554e9c28e8d47f1895a25008d9f2727b68b1ce 2,508 1.00/1.00 vMB 182
492,721 492,721 000000000000000000173a078809f4e0b05a8915b8b8183886df8543a0994642 3,162 1.00/1.00 vMB 274
492,720 492,720 000000000000000000aebd1db2695c95688c0846070a589c27a4472c9e9f3e82 2,298 0.95/1.00 vMB 120
492,719 492,719 0000000000000000005778dc1ae151e4465063e62165c3c20d093ce7e2a56cd5 1,863 1.00/1.00 vMB 98
492,718 492,718 00000000000000000023f189661de325c95c99a4a85af7e09ccd45846f9b1a72 2,404 1.00/1.00 vMB 203
492,717 492,717 00000000000000000017296c76d186d39725ee3b4bc01343ac983f2f90a5e855 2,744 1.00/1.00 vMB 230
492,716 492,716 000000000000000000169ed45e7d6d17dd05bd6bf29f59b6edf124f1c4f012b1 2,567 0.92/1.00 vMB 227
492,715 492,715 00000000000000000010b45aabc81820399b08dd69b9260057bca70c7233160a 2,442 1.00/1.00 vMB 125
492,714 492,714 00000000000000000022c260cedc32fbe8ffc9b3ca7e774df2efe8bccad7b0bf 2,550 1.00/1.00 vMB 207
492,713 492,713 0000000000000000009ea22737d4b0444b1d6aef943b0b015ac56f7f1b7486e1 2,299 1.00/1.00 vMB 99
492,712 492,712 00000000000000000038fd60a5216e94ed79ff412875719d8dfe36c70ba1c055 2,633 1.00/1.00 vMB 189
492,711 492,711 00000000000000000015aa57038f45913f363e677cf57904dcf091eb868c59cc 2,436 1.00/1.00 vMB 100
492,710 492,710 000000000000000000599fcbcaa90f373e3f0fcbfd85b5166502255df77fa44a 3,692 1.00/1.00 vMB 25
492,709 492,709 0000000000000000002c6a0cd5e42fd14522f05726864371b7321d07ca879002 2,245 0.96/1.00 vMB 81
492,708 492,708 0000000000000000000630d33672c9fa65bab4362d3d51994f720f3e99e52cd1 2,926 1.00/1.00 vMB 224
492,707 492,707 0000000000000000009a5e36e304ea423f2b1891f0f7333b7178b204c4699600 2,531 1.00/1.00 vMB 125
492,706 492,706 000000000000000000728c6a4c657230d54b16d73239d934e30a337bce8d63db 2,685 1.00/1.00 vMB 237
492,705 492,705 0000000000000000004ba8279ff78bb6331916b5c26adcf6530e554f2c67207b 2,242 1.00/1.00 vMB 189
492,704 492,704 0000000000000000002ad9d0a1b526756e47e2eb3de2ec465f0a4dd9272b9af8 1,671 1.00/1.00 vMB 120
492,703 492,703 0000000000000000009aa1ea9891b7ba057b8be7ea8cb20347ac9b2c4b000ca3 1,847 0.96/1.00 vMB 206
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: 663.00 GB
    • Received: 14.89 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.