Loading Tool

Explorer IconExplorer

Memory Pool

28,161 transactions
24.62 vMB
0.05300196 BTC
Random Selection Loading Transactions
Max Size: 132.23/200 MB

Candidate Block

Mining Attempt 642c133e446d3a604ab05dac0b246a8951c55c2ac8c773b35ff257791810df33
Version 20000000
Previous Block 0000000000000000000030a45a8bbd6641d173d493eb48cef6a498f24f465c2e
Merkle Root d8e0f0ff66a6d4cbb471d4cbcafb0992683e92f2dbb7e6ac30641b7de707fabb
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,821
Size: 1.00 vMB
Total Fees: 0.02556493 BTC
Feerates: 301.60 > 2.56 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,005 (291,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,837 648,837 0000000000000000000b69e22e12303d8bb29d3fa6ab91de9a38fdc13f7d2311 2,059 0.98/1.00 vMB 40
648,836 648,836 0000000000000000000772ee0a6048cad6134c7955b462b6359866fe77a75889 141 0.05/1.00 vMB 52
648,835 648,835 0000000000000000000a34fb7816747e8d0e09b535e5d07f70f60c690a64c17b 1,972 0.83/1.00 vMB 40
648,834 648,834 0000000000000000000907b21a586f47e65c9325fdb28f5e722fc29521c34c38 3,146 0.99/1.00 vMB 26
648,833 648,833 00000000000000000003d8c52e678132e9a813d1ee98552fddb26907a60343d4 2,516 1.00/1.00 vMB 48
648,832 648,832 00000000000000000007c67d73a1aea61c009b4e41cb8c971c634b367e33b209 2,261 1.00/1.00 vMB 37
648,831 648,831 00000000000000000000a08e0888ae0de9410e291bc9f3f1dc58fa63b048dab8 1,671 1.00/1.00 vMB 46
648,830 648,830 000000000000000000000e88568fde1c96c489d513cf90314e4bae244ad1100b 958 0.40/1.00 vMB 53
648,829 648,829 00000000000000000007cf837d6ff7286619b86dd8ad7f2290540b5ae022b7e9 1,905 0.72/1.00 vMB 17
648,828 648,828 0000000000000000000ab327ef453bc46de85195119398191162fceddc5b096b 2,172 1.00/1.00 vMB 12
648,827 648,827 0000000000000000000a091550053512518c0857323466ed77a3ffe8a7a34a64 1,829 1.00/1.00 vMB 55
648,826 648,826 0000000000000000000e5f2e352bff8e848a47f7fb27d51eb0f6ff78bfa1e2a7 2,449 1.00/1.00 vMB 71
648,825 648,825 00000000000000000002bae63840238ff0d067f05ccbec8cc9c7400cdc2a58ac 1,163 1.00/1.00 vMB 6
648,824 648,824 000000000000000000075dcc3eebfe77a239cabfc7a0bd08844abd06f5b75278 2,566 1.00/1.00 vMB 19
648,823 648,823 00000000000000000005ba976465a81ba25507b52dafb4c35ddf4b50946e55d5 2,114 1.00/1.00 vMB 62
648,822 648,822 0000000000000000000100f8ea861134b609c6686c220a54066e3cf1e40149b1 2,417 1.00/1.00 vMB 59
648,821 648,821 0000000000000000000f574506526f0ea5294c1b7cb00e98214b65d49a59889f 1,949 1.00/1.00 vMB 5
648,820 648,820 00000000000000000005248c0a7972bad222ea8e8d2f5b5230c15f2707cfbe1a 2,770 1.00/1.00 vMB 39
648,819 648,819 0000000000000000000fc1db628c90a68f9faf76830787abcbec2ba6b9524db1 2,661 1.00/1.00 vMB 8
648,818 648,818 00000000000000000002578193ba28618ca22ba474682c0aab005b965c6ec6a1 2,500 1.00/1.00 vMB 56
648,817 648,817 000000000000000000041559a0ef0147e89903fed3544adcf1b50e0fc3f0dd69 2,641 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 826.72 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: 4,419.69 GB
    • Received: 239.47 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.