Loading Tool

Explorer IconExplorer

Memory Pool

23,642 transactions
24.97 vMB
0.06543471 BTC
Random Selection Loading Transactions
Max Size: 120.13/200 MB

Candidate Block

Mining Attempt eff1f2a1b39b19b6a2e0a8f6403566f31637ef3ef08ab12e9b8f6511e4adec6c
Version 20000000
Previous Block 00000000000000000001149b849a74fdefdbffa02a8df3d8c14ace862c6b5686
Merkle Root c54ac2eff63565bd2e8bd9dc4b283f68bb715d0f40b66a64f8579f55ae0df129
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,645
Size: 1.00 vMB
Total Fees: 0.02024154 BTC
Feerates: 100.84 > 2.03 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,291 (787,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,613 126,613 00000000000017f9b13133482e5fa0747375e5ba729f4a8eac0cc66d5bfa4c38 19 0.01/1.00 vMB 1,233
126,612 126,612 0000000000001e8b0416744d3cf4e985e58b3ef9068978d1bebbb368dd25e094 3 0.00/1.00 vMB 0
126,611 126,611 0000000000001c18d7a17c877157a384a565d162b6439da9bd946d4a4c0a72ad 6 0.01/1.00 vMB 378
126,610 126,610 0000000000003229aa8412143324631edce8c843abe68ffe54fe91b1d4c9689c 3 0.00/1.00 vMB 2,030
126,609 126,609 00000000000010444c1fd26dec699f1fed8685626215a64595ec57fe096969aa 69 0.02/1.00 vMB 451
126,608 126,608 00000000000034d99cbe2abba4addb88234fbe34a8ba9e6e916c1f06b46a9f1e 6 0.00/1.00 vMB 16
126,607 126,607 0000000000001c80b140b97111874415d955ed00c8250d491c4015c242430dc9 13 0.01/1.00 vMB 1,116
126,606 126,606 0000000000003b5dd02037375fac8ccc64454b11ae5e0396b3dcd3e19a3461bd 45 0.02/1.00 vMB 897
126,605 126,605 0000000000001234b9af8397144bd927848ac7b96eddd48a958ba90c788f1d5b 42 0.01/1.00 vMB 2,522
126,604 126,604 00000000000014a4e494305f45f16f65b0f69579144bbc7e2acaa5c61f52bc3f 7 0.00/1.00 vMB 614
126,603 126,603 00000000000030ebbcc8e53bdb7f611e78555748e414dd57436e0c231c570704 3 0.00/1.00 vMB 1,937
126,602 126,602 0000000000001ce7b349f8c241eb0ee134a4be8ca5325cdee31098e3a46feb66 35 0.01/1.00 vMB 393
126,601 126,601 000000000000020ceb92f8772990decc3484d92c1b1321d12aa0b33870424243 10 0.01/1.00 vMB 1,146
126,600 126,600 00000000000002411e38f987a8c45a64548943ec9b4e87077f4db1788bae40bb 20 0.01/1.00 vMB 764
126,599 126,599 0000000000000f1ab6918edf907f0300412364caf171d28dd7a0a8f80836b31a 26 0.01/1.00 vMB 586
126,598 126,598 00000000000035bec7a912d301c2759f8dc894a0297d89285e32e0735b8123f6 18 0.01/1.00 vMB 918
126,597 126,597 0000000000002dbee5b7c1eb8212673f5c5289c9fab77b974d0a4d244eee1346 12 0.00/1.00 vMB 301
126,596 126,596 0000000000002b6c97a49959eea86bd90de9f4f606887a3f82f2e156b6334311 10 0.01/1.00 vMB 0
126,595 126,595 00000000000013590c1ab31af171bac408c421d1b40beb32a787e65fcd9942cf 37 0.02/1.00 vMB 260
126,594 126,594 0000000000001ed391217f749b1e1ea204de18ee2a7400fb1914d6951b4513b1 10 0.00/1.00 vMB 20
126,593 126,593 000000000000387c67abe6d76cda2f53dc2ccfdf24c633013187483c9e1193bd 14 0.00/1.00 vMB 403
Previous 10 blocks ↓
Total Size: 781.11 GB

Node Details:

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