Loading Tool

Explorer IconExplorer

Memory Pool

83,445 transactions
31.02 vMB
0.09343834 BTC
Random Selection Loading Transactions
Max Size: 187.05/200 MB

Candidate Block

Mining Attempt 0a69c2c5cd756a20de3a886791cdce3c7b8822d4acb2ab19ef68a9479ef515d5
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 27fa2cfa4108d18b73df3d548bcdcbfbb197322ab1dea49eaa0e2f97b1688d48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,689
Size: 1.00 vMB
Total Fees: 0.02525860 BTC
Feerates: 100.80 > 2.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (190,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
724,876 724,876 000000000000000000032c66cb71b7b5e85ad565482bcf14454916b62d85f89a 2,009 1.00/1.00 vMB 5
724,875 724,875 000000000000000000077ac50a914ba425c78ef35ea823c9bf544c932e22cd8a 1,707 1.00/1.00 vMB 26
724,874 724,874 000000000000000000002dac77a28c568cdd4af3d1d67a675f891b51dab7d1f6 1,055 0.40/1.00 vMB 3
724,873 724,873 000000000000000000019388c0ede4d672e3b8cc7123db48f9f19d7766d166d7 2,302 1.00/1.00 vMB 9
724,872 724,872 0000000000000000000944f4d02531c2a386435483c53ec556c2e36e8f90667f 1,435 0.52/1.00 vMB 8
724,871 724,871 00000000000000000001d97b4f3224e561fa9395874f7f9e4622393aae55739b 891 0.54/1.00 vMB 6
724,870 724,870 0000000000000000000042ca50c2c4febcef70ab937e7e4d616d86be725fcf24 1,605 0.97/1.00 vMB 103
724,869 724,869 000000000000000000091e080c5178d212f797e0942bff963e970fd3260bd4f9 1,199 0.96/1.00 vMB 59
724,868 724,868 00000000000000000001cef82f6a289f2fd20c5e1589e9134eeb1c3163f256b4 1,172 1.00/1.00 vMB 16
724,867 724,867 00000000000000000005fcceb744ad83794cd706e296105d25edfd166ad8fe3b 1,802 0.68/1.00 vMB 8
724,866 724,866 00000000000000000001d3ebfe6b6255d05f19a141161db01c3d3e93d172cafc 261 0.07/1.00 vMB 7
724,865 724,865 000000000000000000096e8efb11d786c98ceab244c4b3b4826977670e687d38 2,261 0.70/1.00 vMB 8
724,864 724,864 0000000000000000000957851a441d2047f99f3ff70a8284532ae7bd2d8ed32e 2,407 0.94/1.00 vMB 6
724,863 724,863 00000000000000000006c2d5e440fd30dae19e776ca3af9cf9ba1ffd1ad133ec 3,095 1.00/1.00 vMB 10
724,862 724,862 0000000000000000000521a9c16fdebace08f612340e64a5596ad83a080763c4 309 0.12/1.00 vMB 3
724,861 724,861 0000000000000000000252a790066344e896652d4ec159e46b65ac0bf280f842 2,225 1.00/1.00 vMB 4
724,860 724,860 00000000000000000006211b5813d4212bcc83a57527b5da09c70b214a0a0440 3,375 1.00/1.00 vMB 9
724,859 724,859 0000000000000000000872988d4cd02949acbb43358bfcab07d49e667f6fdb22 2,712 1.00/1.00 vMB 14
724,858 724,858 00000000000000000009298758e4c9ce86ea753188a613d96c372ab035d5e785 1,874 1.00/1.00 vMB 5
724,857 724,857 00000000000000000003eb58c1e354e4a16f032db2dd7683a715a6edd5d558e8 3,006 1.00/1.00 vMB 11
724,856 724,856 00000000000000000005c4df5778eef2a853388148e00a6c30f7bd5aaf0c1e21 1,267 0.54/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.35 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: 661.85 GB
    • Received: 14.83 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.