Loading Tool

Explorer IconExplorer

Memory Pool

21,192 transactions
16.87 vMB
0.05165920 BTC
Random Selection Loading Transactions
Max Size: 95.49/200 MB

Candidate Block

Mining Attempt c684de053ca4c4e5ec9f7f815c903b77daf0df77a1abf08c7714a2a289a69463
Version 20000000
Previous Block 00000000000000000001a52cda6f5de9b6448ba6eeb4b31b371e499f4c211430
Merkle Root d6a4a2b1af1ad53efc1e362c6a8cb25fec44005ce5d45b30bc7066d412d5ee2d
Time (UTC) ( ago)
Target 00000000000000000001d9360000000000000000000000000000000000000000
Nonce 0
Transactions: 2,779
Size: 1.00 vMB
Total Fees: 0.02715719 BTC
Feerates: 150.86 > 2.72 > 0.18 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 924,785 (199,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
724,881 724,881 0000000000000000000321c00eaf4906e29bf6eb9a9b74cb4a7d554c40902ebe 1,052 0.57/1.00 vMB 1
724,880 724,880 00000000000000000005bb714a80650f49ad68a7484d8a4980d1f7a58b44b7cc 2,526 1.00/1.00 vMB 11
724,879 724,879 00000000000000000005fbaa3498b41333831e5e4d55d418088df84c5ae10124 196 0.06/1.00 vMB 8
724,878 724,878 0000000000000000000489448a6c5ae2784de41daae4475ea710c6875beea194 650 0.35/1.00 vMB 5
724,877 724,877 00000000000000000005e84d77064fd5c1da3f1ae40502584196c2eb7b825a2f 2,257 1.00/1.00 vMB 7
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
Previous 10 blocks ↓
Total Size: 799.40 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: 2,407.86 GB
    • Received: 103.46 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.