Loading Tool

Explorer IconExplorer

Memory Pool

25,002 transactions
6.96 vMB
0.02038754 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 6 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.01/200 MB

Candidate Block

Mining Attempt f133149828cc414bfd5cf0ba29e3f65ad69a6997c0b63d266e493e70246bf74b
Version 20000000
Previous Block 0000000000000000000147fa251f1e591277ef663d09d69e8a0f8361280ac8e8
Merkle Root cb3f65ab0e314f3f26f8bef35ba9074278c3d8d1d67b1be53cf71e3c026dbb5d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 88
Size: 0.02 vMB
Total Fees: 0.00082769 BTC
Avg Feerate: 2.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,097 (768,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,785 144,785 0000000000000091f177c961d0388300dbfa491bf5e787b2d22515099cca23f5 0.05 MB 131 52
144,784 144,784 0000000000000532c1e241ea53f7398de7dd15d53aa29284ac25d8579ab73afb 0.04 MB 92 342
144,783 144,783 000000000000004dcebd02ecc696f5e47ab3beb9a74cf88536f884d2d525c836 0.01 MB 13 133
144,782 144,782 0000000000000277e79939821924c65633d40e514677e9602e2132e824cac5e9 0.01 MB 18 49
144,781 144,781 0000000000000859044ecac338262fc908dc72151f801aa3bef50020497b16b8 0.01 MB 24 144
144,780 144,780 000000000000046da1e9ad9af3c860e5c119ec7c570d16c1d640ae2c9eb452bf 0.01 MB 33 153
144,779 144,779 000000000000083ab0774b6d10cb0db97c1f63e0fed09af931cb97564877db95 0.04 MB 112 36
144,778 144,778 00000000000000be762e704bc3869d91a6a26c1fe33dd6c14c2848681a666b49 0.15 MB 89 82
144,777 144,777 00000000000006eedcb74f95c570e4c2d1f832b0517911377759946b9039e8a7 0.05 MB 55 87
144,776 144,776 000000000000022c8f934754267887d0258d8ea022ddee25985bf0f7aff7f59c 0.05 MB 16 256
144,775 144,775 00000000000005d3cc8c3e31ab050a746fe48f69e7ee00c29ef3a12115eb48a5 0.05 MB 99 106
144,774 144,774 000000000000008683bc70f9a968483bda05a8382c04ffecbf36c64ce1081352 0.02 MB 37 95
144,773 144,773 0000000000000582a48dde0d94bc519edbb201b5f3b6d6315debdad7fbf3a99e 0.03 MB 65 279
144,772 144,772 00000000000008107e509ba94333146cff094ee516eaa8a3ea8915f895c35b84 0.01 MB 31 225
144,771 144,771 0000000000000305b52650a093511c25645a6226e799ffc000e22d04a16c33e8 0.04 MB 94 452
144,770 144,770 000000000000051ce6a204827687dde889be30d57a32b1971d7d177d02e5eb79 0.02 MB 37 333
144,769 144,769 000000000000009d46f2c78f8bc720a4ea2390b2c3382d88f1f2a36d7ad1128a 0.01 MB 17 620
144,768 144,768 000000000000083fe7e3378732ed7f001e5fd99495de9a31f3f70d2c395913bc 0.00 MB 2 0
144,767 144,767 000000000000017404140e3e68d3105839da3c3ceab8b1e3d197dee9745a5659 0.02 MB 20 56
144,766 144,766 00000000000000b65a7bd1dc0ce1cc363c0c9f7d52424b42822a4d6abedb6e26 0.02 MB 51 40
144,765 144,765 0000000000000273a7227a3ba260644a7c5c27610486fe40c4d754404ccef0e7 0.03 MB 12 385
Previous 10 blocks ↓
Total Size: 779.02 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 62
    • Outgoing: 10
  • Data Transfer:
    • Sent: 110.72 GB
    • Received: 0.37 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.