Loading Tool

Explorer IconExplorer

Memory Pool

81,239 transactions
30.63 vMB
0.07444645 BTC
Random Selection Loading Transactions
Max Size: 187.92/200 MB

Candidate Block

Mining Attempt 413a60057d28c90885efa889ed9e7ddf2777ce09a2bd891c74f14baf9d6d111c
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root 141666b389c1aa138dc09ee052d58f85041af9e36a3ec42b4c6d32134dcfb00e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,968
Size: 1.00 vMB
Total Fees: 0.00587053 BTC
Feerates: 151.12 > 0.59 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (349,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,322 565,322 000000000000000000173f0e797dcee00e3a9c8e05277765db3a6880be6879b4 2,812 1.00/1.00 vMB 17
565,321 565,321 000000000000000000213e183541f7ba6908bc6ec1d1e4ed6c6c75d1fef308fa 2,979 1.00/1.00 vMB 21
565,320 565,320 0000000000000000002af68ba391a77dfad77079b13225bc928c19fa4e6bd07b 2,638 1.00/1.00 vMB 27
565,319 565,319 000000000000000000268fffce26d7982dfee34ae9e3803f9c399aa0e0ff516e 2,776 1.00/1.00 vMB 24
565,318 565,318 0000000000000000000c531f2c97bd63ab1973396b4f6508bf1bbd14d59590dc 2,219 1.00/1.00 vMB 5
565,317 565,317 0000000000000000001c7c7f7d333c6c34c076a64380b7e2b17466ff25823deb 2,351 1.00/1.00 vMB 33
565,316 565,316 0000000000000000001baf0b1e0e120866301972ccf394453b6513003126351c 2,844 1.00/1.00 vMB 14
565,315 565,315 0000000000000000001f902fe8d444f36f21e285b1580970a531d4e33cb4a327 693 0.22/1.00 vMB 10
565,314 565,314 0000000000000000000008b666578322e2be0c639944b03468017ffab8f4507f 1,693 0.53/1.00 vMB 8
565,313 565,313 00000000000000000012f40962a46a0fa06dae692d029d63f165e8c910d27b3d 1 0.00/1.00 vMB 0
565,312 565,312 0000000000000000001fef9a82cefb8dcbd02899212e9cc96bc3aa8b78b0c095 2,016 0.76/1.00 vMB 13
565,311 565,311 0000000000000000000ca73116d88a15f73b1b461e6a3c8b3a2ae1e0e1d9445a 2,934 1.00/1.00 vMB 4
565,310 565,310 0000000000000000002cd418b3cab54ad6736eac61cce47678f571fd1503690e 2,762 1.00/1.00 vMB 17
565,309 565,309 0000000000000000001285be5f4cd93e5da1163a586c3351406dcfa9f97bc23f 2,909 1.00/1.00 vMB 10
565,308 565,308 0000000000000000001264dd8d41f4cfd26cf9930e90bad773b16dd82449b9fd 2,535 1.00/1.00 vMB 16
565,307 565,307 0000000000000000001a6c42bb415c1ffd22c1a06ae93cde6106e3ae3c5d962b 2,446 1.00/1.00 vMB 32
565,306 565,306 0000000000000000001d4ae07040240093439286621659cacee748aa25d6d90a 2,487 1.00/1.00 vMB 37
565,305 565,305 0000000000000000000f6eb3e71ba0843f31450e4ad171ece82568f1bc27e3b6 1,469 0.53/1.00 vMB 10
565,304 565,304 00000000000000000004c9cc32ea93152ceefc781f9e5b7c247b988476552ec5 3,062 1.00/1.00 vMB 10
565,303 565,303 0000000000000000000151340f25d2cf3f01997ad9a1bd3e02aac39dbf3c2181 3,139 1.00/1.00 vMB 11
565,302 565,302 0000000000000000001064693273a726d89606afb3745745cf65c8cf09fcf396 3,109 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.79 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: 709.75 GB
    • Received: 16.98 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.