Loading Tool

Explorer IconExplorer

Memory Pool

32,995 transactions
6.98 vMB
0.03183729 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.37/200 MB

Candidate Block

Mining Attempt f3a0853b79c39ce243f10a15e2ab7b64eb64f95df859a8eeb97f7eb2b544514c
Version 20000000
Previous Block 00000000000000000001ab9c7117b5724609b0ce0768ad83beb72674f107b35a
Merkle Root 4c330dd10262ed00bb10e00bd9e455d67b95994ddbc77e5ff60aa54d6fe12c70
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,016
Size: 0.62 vMB
Total Fees: 0.01401035 BTC
Avg Feerate: 1.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,973 (756,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,836 156,836 00000000000006d3b06f920fe77ca48b6ee05e1574b85c6fc35fb9731ea9bf3d 0.00 MB 5 193
156,835 156,835 0000000000000554eb91a0573eb3650cd8a218b2873f779c3969e4665e9ba9b1 0.00 MB 7 74
156,834 156,834 0000000000000c55089a797a5d2622f99f4413762094243d81ba1c90c9621065 0.01 MB 54 133
156,833 156,833 0000000000000e571e6755e4e333475eeb697d5aee9f294fe5e17b9c5e001f10 0.01 MB 19 192
156,832 156,832 000000000000097019e7c91b1f2fb5dbf1f2dbfa713ecf8a5ba716acb12d46bd 0.01 MB 29 9
156,831 156,831 00000000000005c7b7e941a070c7dd32e8e6198caec2024b049579420262e699 0.04 MB 110 71
156,830 156,830 0000000000000e87ead75154a224de4d01214dbe2c1c52e12892d9c5d7b3814b 0.00 MB 15 12
156,829 156,829 00000000000006e395f6ef28c16c80f7a536a90ec0cd66cb4501f9642f384e27 0.03 MB 75 40
156,828 156,828 00000000000002ffd1802dc2c9e98d17898a7a9971da90bbf30dcfeaec381fd9 0.02 MB 17 69
156,827 156,827 000000000000066f434820ecf1fe70760d4a28c8eb900e17c0f127eec20ca745 0.01 MB 19 207
156,826 156,826 000000000000073ea9a8307caa55455db17c60a335ebb1ce32bde9e1875b7add 0.01 MB 33 187
156,825 156,825 0000000000000d3ba28465b3a5370fdc51cae5f8e11596e02f7d029b37dfa74f 0.02 MB 80 171
156,824 156,824 0000000000000e2ef89a162fcbf7047517094526be14cf2c9f2ae799ad99966b 0.01 MB 37 111
156,823 156,823 0000000000000630efcd5f006242769e24a5158a862bd19cf114317cce233bd3 0.04 MB 63 47
156,822 156,822 0000000000000028323439b27e9787e428d7bcb47ad9143841d082d06a8c227a 0.01 MB 39 97
156,821 156,821 0000000000000e5404a30e2b8f355ac8964fed3f1cb17f2bcf43e844855939d7 0.00 MB 13 87
156,820 156,820 0000000000000106f3f026f325b92f2de27c560d8ae2324951a909c962bbbdd5 0.02 MB 10 43
156,819 156,819 0000000000000607309132e5a7fb8dbf9ef3ab6fa90612d7b0add6ed30db5f01 0.03 MB 81 87
156,818 156,818 0000000000000d4de15513042cf06f767850e959094b34061790e6ffb4b716c3 0.04 MB 84 34
156,817 156,817 0000000000000568f0bd6c53c2e64331a36c495c205e3d0006f7466f186c9d04 0.00 MB 9 16
156,816 156,816 000000000000064be45206e9d1033ac0898b169142a7844d395d49d1d31516b0 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 778.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: 357.97 GB
    • Received: 3.20 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.