Loading Tool

Explorer IconExplorer

Memory Pool

74,035 transactions
27.38 vMB
0.06813808 BTC
Random Selection Loading Transactions
Max Size: 167.13/200 MB

Candidate Block

Mining Attempt 8b21b5b07ca4ef5e76a73a76ec64e5e4ba11565cb07868e727d408f5c1f89eae
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root 70e578c54e126c60a4d9a432bd9527ac98cd2de05d09ab23888b5d888df40d97
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,144
Size: 1.00 vMB
Total Fees: 0.00994019 BTC
Feerates: 402.60 > 1.00 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (506,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,472 408,472 0000000000000000027c6ce696ebb67a0a34ce4a8d8a21bb6779a92531881a95 91 0.05/1.00 vMB 32
408,471 408,471 000000000000000003de801a2448e6f4f70018869b61eab154a7efe9c998e849 2,432 1.00/1.00 vMB 39
408,470 408,470 000000000000000005007be0b950f8fd19493215c9ae7b6c015673785663929f 1,938 0.99/1.00 vMB 32
408,469 408,469 000000000000000000541c906934258f794a9155c844ddeaa7f0e11e1e8d113e 1,246 1.00/1.00 vMB 25
408,468 408,468 00000000000000000455d03ac82144c272572495957b1599d377808117a134a3 557 0.23/1.00 vMB 43
408,467 408,467 000000000000000005dfe1c8ef9f5c6a24fcb4d6ed0906cbad590f785f65da57 1,210 0.54/1.00 vMB 44
408,466 408,466 00000000000000000460cba14cc013052b2e56b82b1aa4dbdb1876afc78b0e27 1,063 1.00/1.00 vMB 29
408,465 408,465 00000000000000000608b89e339f07b126ace0bba1b632e08def9aed191565e4 686 1.00/1.00 vMB 24
408,464 408,464 0000000000000000018bcdcb51b90f02de3115a95896638b2bd64cd8d3d776dd 1,455 1.00/1.00 vMB 35
408,463 408,463 00000000000000000265b27ee7e5028dac9c11dfc9e859c6a181c5e02fb8cd37 675 1.00/1.00 vMB 23
408,462 408,462 000000000000000003b12c21203e77fec7d99f1dd033d0d610b4bee712e39e96 1,303 1.00/1.00 vMB 31
408,461 408,461 00000000000000000411377b8bcc6ad7de0b2ba6cb661b369f94eb893659e104 1,155 1.00/1.00 vMB 26
408,460 408,460 000000000000000005616f6ab1039d04070921319800e25e5f547e87df0c1f95 2,383 1.00/1.00 vMB 52
408,459 408,459 0000000000000000009fbc5dfbdc54ab7a0fd5f44aea613f2f872483e0d11ed6 2,531 1.00/1.00 vMB 48
408,458 408,458 00000000000000000415388a3560001efb3280127bff877ee84ba0950354c0be 794 1.00/1.00 vMB 21
408,457 408,457 000000000000000003f5f6ad337af11f1cdb3859b2e6653679e2496083b0a4db 1,589 1.00/1.00 vMB 40
408,456 408,456 0000000000000000030bd5f0bf7dcd88a77f58537dcbef0823629b9c3e386664 2,649 1.00/1.00 vMB 44
408,455 408,455 000000000000000003b2b30e061441584cb568fa7b74c37c763558a15cb4368f 3,128 1.00/1.00 vMB 84
408,454 408,454 000000000000000000ee539eab3d7ffd37fce476c35938d478a3f0e80878dd2d 2,012 1.00/1.00 vMB 38
408,453 408,453 000000000000000001d452a7fe0b9c6832b7f15655cb4b5c24117cc1fefea878 3,399 1.00/1.00 vMB 69
408,452 408,452 000000000000000002dcae284e3daaf5f6a55edf4d6808e001935fc9f3279c08 2,051 0.99/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.94 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: 714.86 GB
    • Received: 17.61 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.