Loading Tool

Explorer IconExplorer

Memory Pool

82,688 transactions
30.46 vMB
0.09921295 BTC
Random Selection Loading Transactions
Max Size: 183.46/200 MB

Candidate Block

Mining Attempt 2247ca63eee1bfe3c80b833e8aacb798141d60f6a9bffb8e669531597ccdfef3
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 5d242ba84334ec43edab69dc867be61f3c6556f1b215fad7900ae6fe9e461d95
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,815
Size: 1.00 vMB
Total Fees: 0.03538789 BTC
Feerates: 454.44 > 3.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (115,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
799,697 799,697 00000000000000000004055e4f431016e2e3cdfdc962e9fe22308e0e15a6b416 3,211 1.00/1.00 vMB 12
799,696 799,696 00000000000000000000b012c7ec1f77f068bb36c65dab225f90c156143aa3bb 3,412 1.00/1.00 vMB 10
799,695 799,695 000000000000000000003d6f1e3a7c53df6095417898a28ab32406ebd0528845 2,397 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.37 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: 663.36 GB
    • Received: 14.90 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.