Loading Tool

Explorer IconExplorer

Memory Pool

46,852 transactions
28.79 vMB
0.08458040 BTC
Random Selection Loading Transactions
Max Size: 153.13/200 MB

Candidate Block

Mining Attempt c768c51ef89a3ecadcfcf9360b44cfb88e7444bea8c4878f852c2eab9ae9f3a5
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root dff7e946ccd489e1de0b33a82dd67acd49e45baf648cebd9329fdd2924a6cf04
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,160
Size: 1.00 vMB
Total Fees: 0.02908738 BTC
Feerates: 151.16 > 2.91 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (208,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,922 705,922 00000000000000000004013e596aaa58a9228dbf8a70931d2ffa7c762a02b1a3 2,884 1.00/1.00 vMB 25
705,921 705,921 0000000000000000000142e2a7f707506178a0b698385e97527f889dc5b105c9 1,579 1.00/1.00 vMB 14
705,920 705,920 00000000000000000009bf3d30f21e1d96cd3709c8a34cd4e85278eef0110fff 635 1.00/1.00 vMB 9
705,919 705,919 0000000000000000000027ded0c748e2cb9d2b157d76eadc78e73bb5aa06dada 935 1.00/1.00 vMB 11
705,918 705,918 0000000000000000000a14233456b8c986e3fc6515abe45ef04891dec6801054 1,757 1.00/1.00 vMB 10
705,917 705,917 0000000000000000000c533d7954fec3ff497bf0052e1cab46b32856620a4132 3,003 1.00/1.00 vMB 20
705,916 705,916 000000000000000000041fcf890673983bc496d49e6e8f2402a265cbc57ce462 2,726 1.00/1.00 vMB 24
705,915 705,915 0000000000000000000cbb8efdaea933420facd17564f2705dc8efdf272bca2e 1,605 1.00/1.00 vMB 15
705,914 705,914 0000000000000000000ce111ea13d7525ced2f370764f7f05fa8dcdcdcb36df8 4,652 1.00/1.00 vMB 9
705,913 705,913 0000000000000000000cc2281f550cb86216cb5098999fe01b4f76e10a3543cf 2,419 1.00/1.00 vMB 10
705,912 705,912 000000000000000000067a7bde9b1b67c88a2f5dcff298f77f238f8dceb3d702 1,506 1.00/1.00 vMB 12
705,911 705,911 0000000000000000000c012af772e80b86c9df4ca58893f2f256a7f9bdeb860f 1 0.00/1.00 vMB 0
705,910 705,910 00000000000000000009f747d75e2b5cfc8af6e8b588ef70763d87836102e5e2 2,964 1.00/1.00 vMB 17
705,909 705,909 0000000000000000000a7cc4f49635454e7463d705bbdd263f63ed4357dd2066 3,099 1.00/1.00 vMB 26
705,908 705,908 000000000000000000038a7c9bcfcaeb0ca4100d2b5284ceaf860a5a5486dd01 2,705 1.00/1.00 vMB 19
705,907 705,907 0000000000000000000307f14c97d8cdb7bd5d1701abba5db612d26d5aef2d70 1,220 1.00/1.00 vMB 11
705,906 705,906 0000000000000000000d4bcd2e18bbe5ae652c4886b3b59c2a6ad3a8c4452737 2,612 1.00/1.00 vMB 16
705,905 705,905 000000000000000000050ac521bfcecf3823d6cad98773796b82061709a726f0 3,311 1.00/1.00 vMB 29
705,904 705,904 0000000000000000000a86573a2e658e07781a7e45edf8f00a92238137f3c3dc 957 1.00/1.00 vMB 10
705,903 705,903 0000000000000000000dfab814c031be0ca38589daf33c9e94a6da0c56b5bbfc 3,362 1.00/1.00 vMB 22
705,902 705,902 0000000000000000000d424a00840b4a9413c41522794bdbcb690ea390d77665 2,193 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.11 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: 651.99 GB
    • Received: 13.67 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.