Loading Tool

Explorer IconExplorer

Memory Pool

80,691 transactions
30.02 vMB
0.12383600 BTC
Random Selection Loading Transactions
Max Size: 180.62/200 MB

Candidate Block

Mining Attempt 2484a7426a9c04c3b339b8fa05f8ffd42908edb50f1f0435f584b17e52da7632
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root cd76ea4e81747af49f004ddbc4c6f0a21931c5b1d1e600371af7997660181352
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,641
Size: 1.00 vMB
Total Fees: 0.05113173 BTC
Feerates: 242.90 > 5.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (292,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,647 622,647 00000000000000000001aee062a09c55dd77012b523fc0b2adae8e1916ff3076 2,213 1.00/1.00 vMB 97
622,646 622,646 00000000000000000010d04168f0bad09523cb7363a5e5c52493fe0c46d8e42f 2,444 1.00/1.00 vMB 41
622,645 622,645 0000000000000000000f4d8480625fb9664c1481fe95d2b869ca89d29c94fdf6 1,961 1.00/1.00 vMB 48
622,644 622,644 0000000000000000000f0f442c821acc23e86cc5d5113069c104422e965fac88 2,864 1.00/1.00 vMB 78
622,643 622,643 0000000000000000000e48b13699cfa4f34a0cd400e6f30dee4cc8544125630f 1,992 1.00/1.00 vMB 87
622,642 622,642 00000000000000000007ab42a0f1c53a855025ae0ad7f70defff6033dbac5ccc 2,832 1.00/1.00 vMB 79
622,641 622,641 0000000000000000000ff8e26a355323eb1a5dff1508ac803cf9e1c70d7e5d86 2,824 1.00/1.00 vMB 63
622,640 622,640 0000000000000000000abf77b01cd982d18c0c1bc5590de868717833a626bb25 2,205 1.00/1.00 vMB 60
622,639 622,639 0000000000000000000093a115f987b922b42833e34a0c79dc3c12527ee223f4 2,434 1.00/1.00 vMB 74
622,638 622,638 000000000000000000071f3783b1acf7b896a26d736a4d6e3b8fada8abf43bd6 3,163 1.00/1.00 vMB 69
622,637 622,637 0000000000000000000e9c75f5809965003930e52facd3545c982e45274f6ad5 2,828 1.00/1.00 vMB 94
622,636 622,636 0000000000000000000c4a3a6156e54c50ad8dfc2d40ecc5533d9fcf3621953b 800 0.44/1.00 vMB 26
622,635 622,635 0000000000000000000fd25037354d2f4766e0d4b1645e9a14897adf55158099 2,375 0.97/1.00 vMB 37
622,634 622,634 000000000000000000018592f6c6f660e2b4f67cfa05da69b2ff56a4a487712b 2,375 0.99/1.00 vMB 37
622,633 622,633 000000000000000000106c1ad3eb250cc1bf1172fed90003fcc1fe6d71430e54 2,561 1.00/1.00 vMB 18
622,632 622,632 0000000000000000000797e2ae1f620b378dadc80ec237f5ba4e41848480d590 2,719 1.00/1.00 vMB 58
622,631 622,631 000000000000000000086744d8e44da942d2c7c2cae1a84e94da3186a279e206 804 0.38/1.00 vMB 32
622,630 622,630 0000000000000000000bd2b1f849f117079ba045cdb2be403b0057206f27f0df 2,041 0.81/1.00 vMB 33
622,629 622,629 00000000000000000005124e3bb974d3dfe959ea15e26d8ee1e6c7d1ac7bf89a 1,859 0.86/1.00 vMB 37
622,628 622,628 0000000000000000000fab60b7cb4642387a5dd280bbb5bbc56cc0f2dabc2e91 2,052 0.75/1.00 vMB 33
622,627 622,627 0000000000000000000911077088c08ebe15cf5363c18a5b2425ab9ff6d79096 1,662 0.67/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.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.