Loading Tool

Explorer IconExplorer

Memory Pool

42,379 transactions
16.91 vMB
0.14304757 BTC
  • 1 sats/vbyte = 5 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 97.90/200 MB

Candidate Block

Mining Attempt 82d11217b4329b74dd1ac61ebfec6e92015a450cfa76c9c6896c769113c2c690
Version 20000000
Previous Block 00000000000000000001ae72154b22862419307a132384746352ae1d74cab25b
Merkle Root c207a72919ee4549c3605009b4580c28ed9eb0bb99813a042ff7f5733bf0f09a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,659
Size: 1.00 vMB
Total Fees: 0.04538218 BTC
Median Feerate: 4.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,315 (772,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
140,619 140,619 00000000000002023442ce24882e7d5da60eae7bcc03784507da3d3f222112dd 11 0.01 vMB 91
140,618 140,618 00000000000005bb31fd4bc7ede1e9839f4fd61825bbf6f92ce934cdce7c6a48 48 0.02 vMB 6
140,617 140,617 00000000000004fac039bbee263351193815e94443a1d448ecee9296d38101b7 42 0.01 vMB 1,190
140,616 140,616 00000000000007f5aae349fc2fc90f8a9845efc0008cf611c21773a64386ef51 105 0.05 vMB 234
140,615 140,615 000000000000087aa7d653bf3301629c13327715e2167eaa1d573857b3370e62 7 0.00 vMB 918
140,614 140,614 000000000000036d244266b11eb4c5495fe616a5acda830666ae799658c9c213 39 0.01 vMB 199
140,613 140,613 000000000000023e0183dae17468af2d47dce54cdb482e2e1a9702356221830b 59 0.03 vMB 257
140,612 140,612 000000000000024dc492dd49351b3d7c3954e2c64889d26daec8379718930602 2 0.00 vMB 0
140,611 140,611 00000000000008294224c39266cb302e91ccb0a999fc806627acbf2b8117c479 135 0.05 vMB 73
140,610 140,610 000000000000009e5b53969bf6937b99f70cee1fdc0050aa96267b8da598e65f 30 0.01 vMB 88
140,609 140,609 000000000000053e6947d2f64abe344f5671d256cadc2aa6914fe95abe080509 55 0.02 vMB 76
140,608 140,608 00000000000005b368ed20cff9356c7fcf89f14f27f421664c03aa4d8ce76c0c 144 0.07 vMB 289
140,607 140,607 00000000000002d2e3c012249a526685a3e3a988e244a7b244d6011c0ccaec1e 66 0.02 vMB 205
140,606 140,606 000000000000026e8a27e4aa40e2f605976b66953e7aa8816e4fd652eaba5065 130 0.05 vMB 120
140,605 140,605 00000000000002b60c6b8ebaabb310d2df0cffd29f680e79ed6b1fd29623aaa1 116 0.04 vMB 338
140,604 140,604 00000000000003613c6a5801db095b8967544510a60b71a47dcb3803ce10ff4d 26 0.01 vMB 240
140,603 140,603 00000000000000fee7935de35709428d075d7075f8d759549790ef39d03ff05e 18 0.01 vMB 412
140,602 140,602 0000000000000207b5d1a279afb48734391d6e612958b5f54a7342cd41fb1991 22 0.01 vMB 158
140,601 140,601 00000000000002b14668fc071793bdcac63ed7e73f9a09dea3f598d147965acf 127 0.04 vMB 256
140,600 140,600 0000000000000375143a36aacbccc7b1ea0b975a6206bed28fe13ac3c446d42c 35 0.01 vMB 84
140,599 140,599 00000000000001ae036bb9eb777030bdc0ef8c2174e9d56f0a8535363e7fed23 43 0.02 vMB 203
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

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