Loading Tool

Explorer IconExplorer

Memory Pool

42,218 transactions
27.60 vMB
0.08718067 BTC
Random Selection Loading Transactions
Max Size: 142.75/200 MB

Candidate Block

Mining Attempt a26e04427bdce8babe6ad6c22392e521458eb6e29181be6a2428fe7b9cb2cbee
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root e602bbde6f46e950839e460c5cb2334c88928f94b57f63882683e8905d04a50d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,008
Size: 1.00 vMB
Total Fees: 0.03188344 BTC
Feerates: 144.55 > 3.19 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (246,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,004 668,004 0000000000000000000142d834ff1d589572b84d9b0c13f3b6640d3b46fb51ae 510 1.00/1.00 vMB 19
668,003 668,003 00000000000000000001e87db8e0d61bb619897a9296afd2dc099da1b267bcab 1,021 1.00/1.00 vMB 42
668,002 668,002 00000000000000000005afbf5da7899d2486cd9bfef86c9e7793015d6f11f793 1,361 1.00/1.00 vMB 36
668,001 668,001 0000000000000000000a5a880ea55a35c2e4ee4425fa888eb714f6a7ed0a70ed 495 1.00/1.00 vMB 12
668,000 668,000 00000000000000000000f608724d1e152a875384e5ed06ae4a889c5a6c19c2f1 2,341 1.00/1.00 vMB 19
667,999 667,999 00000000000000000006c8bd8f7ef2b5f792ad2cc1dd7c3ad654db82edd62de0 2,605 1.00/1.00 vMB 57
667,998 667,998 0000000000000000000ad56e99255768d19b1910fd6273a7efd8ee7092f5f080 2,421 1.00/1.00 vMB 29
667,997 667,997 00000000000000000009560c0033a9a79ce1b6e52e691db89dc7ef4332c2ec65 2,348 1.00/1.00 vMB 69
667,996 667,996 0000000000000000000b0483c24692437bf47295bc937c6005cbfaf4d10a3a0f 1,824 1.00/1.00 vMB 81
667,995 667,995 0000000000000000000184ce26a093d6427b998e04b395e2d5d720a7c8903eb6 1,817 1.00/1.00 vMB 40
667,994 667,994 0000000000000000000541381e227584988d7c1550e14e9adb9f229f36804031 2,489 1.00/1.00 vMB 85
667,993 667,993 000000000000000000011c945a1b9a8378463cb6d491a3f4f4a449f519e79b37 1,292 1.00/1.00 vMB 36
667,992 667,992 00000000000000000004b3835952e30039dcbccb1b0ba59e16edfefe9c17bcf9 1,200 1.00/1.00 vMB 7
667,991 667,991 0000000000000000000ccb17db2c9ca1a649d3cde47cc2fa39e28ecde29d4e71 1,502 1.00/1.00 vMB 14
667,990 667,990 000000000000000000007f4152c5b7e46f728f248b913a2814d7b2c527100f13 516 1.00/1.00 vMB 9
667,989 667,989 0000000000000000000c3e6cf44917763b8ee2c0b194463d98e9b6ef10225ac8 1,191 1.00/1.00 vMB 75
667,988 667,988 000000000000000000057eae22aba16926e8dd347e4946aeb5db93ef23155cc4 1,343 1.00/1.00 vMB 20
667,987 667,987 00000000000000000000cc82e92fa5e4ba7322715845fe23bf365428aa6f0319 1,511 1.00/1.00 vMB 16
667,986 667,986 000000000000000000073fd5f2e3b4f6c718b6c554561175dd2112bd39f68df9 1,951 1.00/1.00 vMB 10
667,985 667,985 000000000000000000057662c868ab9371d89eb4992bcc84f5902284f08fec27 2,128 1.00/1.00 vMB 56
667,984 667,984 0000000000000000000906559bd5508992a2ba219d27443398e5aa72ca4dfa05 2,343 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 781.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: 633.83 GB
    • Received: 12.21 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.