Loading Tool

Explorer IconExplorer

Memory Pool

77,184 transactions
28.94 vMB
0.06750790 BTC
Random Selection Loading Transactions
Max Size: 177.47/200 MB

Candidate Block

Mining Attempt a2f40aa754df3e294349c6ac238f4f6fa322b4ed72a84fe2c284b0fba75d5223
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 1e2d9b3d50de8faae04d4964197fd8ee9e90729fddf4ed78e5a2d28c36cb246f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,986
Size: 1.00 vMB
Total Fees: 0.00385173 BTC
Feerates: 40.21 > 0.39 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (192,762 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
722,474 722,474 00000000000000000007e34a33fbdd80f623deb999ce9206baabe3ec34c36a26 2,884 1.00/1.00 vMB 8
722,473 722,473 00000000000000000000a2c0304781843bd7dd6b2c20701936deea35e21bdf87 1,379 1.00/1.00 vMB 9
722,472 722,472 000000000000000000057de1b4b0afbeea67d4631466a740176d5f4b14439dcb 2,746 1.00/1.00 vMB 14
722,471 722,471 00000000000000000006002ca47bce184f662a4311f43f480c56ca0988642cad 2,561 1.00/1.00 vMB 16
722,470 722,470 00000000000000000008efb6431f86807852c95f9200cee461f689162f638aa6 2,769 1.00/1.00 vMB 13
722,469 722,469 00000000000000000006cb5f6472f7b92abd1106ec6479ffe2e8e4efbd307f2d 2,801 1.00/1.00 vMB 21
722,468 722,468 00000000000000000006e1cf7fdd47a0c715358e20edb501afd35339a2c3a7df 3,102 1.00/1.00 vMB 15
722,467 722,467 000000000000000000084cee4e5303c2ad26e7a4047549177a73737d3faa8609 2,301 1.00/1.00 vMB 9
722,466 722,466 0000000000000000000355e112e8e3a96f05a87880797154c422dd7a02d9d027 842 1.00/1.00 vMB 5
722,465 722,465 000000000000000000027c3441f8283aff292cae303192623391afc23d8db701 3,361 1.00/1.00 vMB 13
722,464 722,464 0000000000000000000949aaa1bd9b206e5cb3cd1e1ae37a0885c66c74ca9ccf 2,253 1.00/1.00 vMB 7
722,463 722,463 00000000000000000005faa9888d271e54c1b2504b846eedab8fb9419a0ed48c 1,656 1.00/1.00 vMB 9
722,462 722,462 000000000000000000062b613a683cac00e4af9c433cabb53007b8cf65e77cb7 3,361 1.00/1.00 vMB 17
722,461 722,461 0000000000000000000a6bf48e80b7b873998e9b8e7c4ced6ec85d559bce72df 2,824 1.00/1.00 vMB 11
722,460 722,460 00000000000000000002b73f69e81b8b5e98dff0f2b7632fcb83c050c3b099a1 3,371 1.00/1.00 vMB 21
722,459 722,459 00000000000000000009d54a110cc122960d31567d3ee84a1f18a98f50591046 1,568 1.00/1.00 vMB 11
722,458 722,458 00000000000000000006943e6d65afaff340fbfbe53a5b6b6bba01ff491a1c7c 2,226 0.95/1.00 vMB 9
722,457 722,457 000000000000000000014a05082ffeb127a15ba0b2bfee6600c6e34ce669752b 303 0.99/1.00 vMB 1
722,456 722,456 0000000000000000000666b36588d758cf01e464c2c8036a6179cb4b84e32c58 1,854 1.00/1.00 vMB 7
722,455 722,455 000000000000000000050d5becc5bc0e410e6e785b76b3c211aca8bdfd879437 2,842 1.00/1.00 vMB 4
722,454 722,454 00000000000000000008fee80c64bb0d9a86290eac968d6879771a6c2819116a 2,729 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.80 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: 710.00 GB
    • Received: 17.01 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.