Loading Tool

Explorer IconExplorer

Memory Pool

88,432 transactions
32.21 vMB
0.13887816 BTC
Random Selection Loading Transactions
Max Size: 195.16/200 MB

Candidate Block

Mining Attempt 0deb7b72c2e7f3649d5bdd3cf4889d833fc99e9362f71c47bcd5d5e6118c0a2e
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root bd2f9d5cc57f4e55d53fc82952f80e4f96e7a9c6a045293b8c14d42ca9484f57
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,979
Size: 1.00 vMB
Total Fees: 0.05192837 BTC
Feerates: 101.65 > 5.20 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (115,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
799,718 799,718 000000000000000000044f6d4829ca6ac899efbab0c8a90ba19baec87e5ad714 6,108 1.00/1.00 vMB 7
799,717 799,717 00000000000000000001b61ebab8f01fca1c922d4fb52d8bef9ec14bba10d6de 3,280 1.00/1.00 vMB 16
799,716 799,716 00000000000000000003bd414563c87a19fd4d9913761847b794fada4a680cc3 4,448 1.00/1.00 vMB 11
799,715 799,715 0000000000000000000357dc10d1d19554f434b0837eae4207e65ac5a5df26f8 3,997 1.00/1.00 vMB 9
799,714 799,714 00000000000000000003364d8bdc9ed08c88a7d0847a65ec14eb978690f8dece 2,457 1.00/1.00 vMB 7
799,713 799,713 00000000000000000000d6cc3c28735e0bd94c89d03016358b5764048a74866f 1,700 1.00/1.00 vMB 15
799,712 799,712 000000000000000000044a2a87176522bcd1c385bbe8caef7aa3a301fdb39072 3,028 1.00/1.00 vMB 30
799,711 799,711 0000000000000000000417117b9b90a0e33dae22ece5c0fabe62f201efb373b4 1,922 1.00/1.00 vMB 24
799,710 799,710 000000000000000000021c3b5b1f8be4a378affc904487ce378d4f0743b9690b 4,952 1.00/1.00 vMB 8
799,709 799,709 00000000000000000002d96e109965f8446dee393f03ecfb8fc640c6d28151aa 3,619 1.00/1.00 vMB 12
799,708 799,708 000000000000000000045237a4d8e0511105eb7fe1918926741cbad93f858a11 3,328 1.00/1.00 vMB 13
799,707 799,707 000000000000000000045d105d247bf89d708565a82fc66d4b2c9c5c963cab7a 3,753 1.00/1.00 vMB 8
799,706 799,706 0000000000000000000350ca4d27c45a19b6581cf961ff8cebb15200eaeb39e8 2,763 1.00/1.00 vMB 15
799,705 799,705 0000000000000000000191dea2556ccf1ce88c94db970183bfac8617a7efd5c0 4,486 1.00/1.00 vMB 10
799,704 799,704 0000000000000000000375233acb0847841fb02390cd3fa08cd1f294d96be070 1,881 1.00/1.00 vMB 6
799,703 799,703 0000000000000000000363756ee8e3aec856f6324bbc1b85fa6c80557f28736b 2,687 1.00/1.00 vMB 12
799,702 799,702 0000000000000000000398d3242911f8d2fa16b6b6b19d8c4e88593089e2ae79 1,462 1.00/1.00 vMB 10
799,701 799,701 00000000000000000002617a800a234a04bc2caf05216d8d2411888de77c28b0 2,557 1.00/1.00 vMB 27
799,700 799,700 000000000000000000041cb7600c15187e34bfacd2789c57a820755c91e0c2b7 1,937 1.00/1.00 vMB 16
799,699 799,699 00000000000000000003ee259a88e12401ea7e0909b124897df98e9be4126ab9 2,017 1.00/1.00 vMB 24
799,698 799,698 00000000000000000001c7965369be2a11ce5a002bc4ceed3b1b57b9d0f27303 1,779 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.52 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: 668.91 GB
    • Received: 15.64 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.