Loading Tool

Explorer IconExplorer

Memory Pool

46,693 transactions
30.72 vMB
0.10209526 BTC
Random Selection Loading Transactions
Max Size: 158.18/200 MB

Candidate Block

Mining Attempt 89974b8e888e1c2a1fc404e63d4e59f1bda4f4d1d95e3303a32cee1a3da5611b
Version 20000000
Previous Block 00000000000000000001b8dfc38ed945729f501b3f188a3d0e55173d56b3de81
Merkle Root 263c543501d37c52d2f8e9e6b0cd498a382c0a8316994177dcb49baf79c24118
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,552
Size: 1.00 vMB
Total Fees: 0.03390245 BTC
Feerates: 149.20 > 3.40 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,579 (732,862 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
181,717 181,717 00000000000003241c58ec4f854777c0c83e7f01c9036d3542d0b400d2b313f8 67 0.03/1.00 vMB 108
181,716 181,716 000000000000043725fe25a02a93287c1580970644cfe5fb5e433f1c0f9a95ac 11 0.00/1.00 vMB 376
181,715 181,715 00000000000005902e7ab77c66d230c79a3fc8e41a1ce967590ba5bc07695e26 156 0.08/1.00 vMB 108
181,714 181,714 0000000000000380e4b6fcad7a18d1b3dbb300d2520df4ff4f95421389cf36f6 106 0.05/1.00 vMB 114
181,713 181,713 00000000000006443600dc8aac6bf749fff0d60cb47425c7a93637b58ccbd457 128 0.06/1.00 vMB 84
181,712 181,712 00000000000000e84644511529f2279d012ec613a6bce4729a1f5f99f59ce758 19 0.01/1.00 vMB 73
181,711 181,711 0000000000000565e8b242f7b339631a5bc456353cf93b588fc9912ee1af6f97 381 0.15/1.00 vMB 156
181,710 181,710 000000000000081b219bf38b5cbe67be735ed4ba25fc870656f63534973bfc62 11 0.00/1.00 vMB 141
181,709 181,709 0000000000000a79c24d3eb09efc4ab86c6284f22b10b090e7edb8923de85475 125 0.05/1.00 vMB 160
181,708 181,708 000000000000005716eca0fb265eb132fae0c6e2720b1807c60112b876c3af68 22 0.02/1.00 vMB 64
181,707 181,707 00000000000009a5b7c5c41e0f09c09f323f3f91451d197317280d6f2e67cc9a 119 0.05/1.00 vMB 137
181,706 181,706 0000000000000501a3ff46fe285803632cabf8bd7b4aa2d9a6ec4bb3268e31d4 220 0.11/1.00 vMB 104
181,705 181,705 00000000000003716dc3a742d8ee8fc63bafcd05b67d182d89e396c94274291e 1 0.00/1.00 vMB 0
181,704 181,704 0000000000000915556c4109f00d1dc3df9d3de707598a5aeaedb814561c37df 14 0.00/1.00 vMB 14
181,703 181,703 00000000000004d2a84f5296e4ba29abde7f7c34a4ee7f0f0a6137d292a7d915 7 0.00/1.00 vMB 88
181,702 181,702 00000000000006349802f7785b3fae785cfd3089d1f7eff27230754fdb60d9eb 64 0.03/1.00 vMB 110
181,701 181,701 000000000000015f0e9a0519fb95bd19658604404e74512c0a3e2c3870cd7fdc 13 0.00/1.00 vMB 52
181,700 181,700 000000000000033572ac81c051953dd62aa791552f05412a5d3c06d57c8cc78a 154 0.07/1.00 vMB 104
181,699 181,699 000000000000095a09a274da71e201dacbca58f3524b45732a7fb170aaa69599 14 0.01/1.00 vMB 73
181,698 181,698 0000000000000a5a7a917dffd5a5107c84651c728da1ee95c8c0037256a28e03 199 0.08/1.00 vMB 154
181,697 181,697 00000000000008f267bc1bd5bb19d70a749230b3c8579d2e2f0fa20e2df9d003 118 0.05/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 781.64 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: 626.64 GB
    • Received: 11.69 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.