Loading Tool

Explorer IconExplorer

Memory Pool

87,533 transactions
32.86 vMB
0.13757755 BTC
Random Selection Loading Transactions
Max Size: 199.80/200 MB

Candidate Block

Mining Attempt 118d676b1b2601a97960c1d6da0bd21405083a20e8fd05361252559451ecfa6b
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 6ebe830eae13f823c3b6072cf9b2ea09159d2b94c07f60f6c4bc1a9d2dd858e2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,977
Size: 1.00 vMB
Total Fees: 0.05012351 BTC
Feerates: 300.16 > 5.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (311,827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
603,389 603,389 00000000000000000010b3f3fc8121ffce11483d2d64948b6ae4749110915b0e 1,402 1.00/1.00 vMB 14
603,388 603,388 0000000000000000000319dab6bbe2d943d3dc68920ed20c4dbd51b2318c1e65 2,945 1.00/1.00 vMB 13
603,387 603,387 0000000000000000000b5585f4419155523dc5ff107f06b899eafe0c227d228d 3,059 1.00/1.00 vMB 43
603,386 603,386 000000000000000000110568a868ef879b27eb628c0928d2836174793a2b19a1 1,979 0.66/1.00 vMB 8
603,385 603,385 00000000000000000004a7368c0cc53138a5750569db58b5cc18e18601385201 2,369 1.00/1.00 vMB 23
603,384 603,384 000000000000000000001b897226689d115a8746f221914aa46108260502e6fc 2,215 1.00/1.00 vMB 14
603,383 603,383 0000000000000000000491be9ac0a6b89efff936269eb6ba2059e6f391bff791 2,803 1.00/1.00 vMB 36
603,382 603,382 00000000000000000014349e41fdaf43e663feb6ed8512da5e50181bad51365e 2,197 0.58/1.00 vMB 18
603,381 603,381 000000000000000000038ab7990db28352bc383c10a8a289d80a2579a21b2e04 977 0.30/1.00 vMB 31
603,380 603,380 00000000000000000010a43c928e2398c181e34171e2ffc23d6195ce9e475d9b 2,206 0.69/1.00 vMB 2
603,379 603,379 00000000000000000009f106de0836688c116e603f2d8c86dc0c1050be96981b 2,860 1.00/1.00 vMB 11
603,378 603,378 0000000000000000000b7aa2f5483fdfb5051e97c2e4a89c17c11fdc42addfce 2,858 1.00/1.00 vMB 37
603,377 603,377 0000000000000000000deef2459b0c8e2acdcc5ae389a9b3b35d727881f8ea83 2,814 1.00/1.00 vMB 19
603,376 603,376 00000000000000000015e80b28640b0d7fa46ea0f9a8df94f4a9e04c192e251f 2,938 1.00/1.00 vMB 37
603,375 603,375 0000000000000000000cd4062afa340d1991bffb000aa24046594035ad6e0ff8 1,983 0.62/1.00 vMB 19
603,374 603,374 0000000000000000000cb58b22bf6734581eaf5c4b0a327a5b3ad0f9924cb650 162 0.04/1.00 vMB 20
603,373 603,373 0000000000000000000d90831c1a0c5ac99aaadc04b3ae6f33abff3b2dce74c0 2,007 0.52/1.00 vMB 14
603,372 603,372 0000000000000000000d21b66c8c8d1dc38cada8916d0cd3e9bff63b6ceae8c8 3,052 1.00/1.00 vMB 22
603,371 603,371 00000000000000000010504d612c34e918c5344aff299c6d72bd5405c2c6d530 2,791 0.91/1.00 vMB 16
603,370 603,370 000000000000000000160860a7b21794d1680ab4b9fb8e5f44b592aa1bc7ba32 44 0.01/1.00 vMB 13
603,369 603,369 000000000000000000065a301fd1ed524ec6129b01a5d720ddf2c627e9594ae3 3,309 0.91/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.76 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.03 GB
    • Received: 16.84 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.