Loading Tool

Explorer IconExplorer

Memory Pool

48,331 transactions
22.97 vMB
0.13037291 BTC
Random Selection Loading Transactions
Max Size: 128.44/200 MB

Candidate Block

Mining Attempt 3d6245196380f25170f29da7804b1aaf61a24b9f630ddf632c9c9a08bf465fe9
Version 20000000
Previous Block 00000000000000000000d451218953608884fdf06a7d0218542220f2352919d8
Merkle Root aeb62ded52f8b57922b887a571cc25485b1d069aea41376c323e4e77b4a686f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,370
Size: 1.00 vMB
Total Fees: 0.05435174 BTC
Feerates: 192.68 > 5.45 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,093 (911,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,868 2,868 000000001c65bd4a07dd7f2bd18344aa40b92f360f3d73f6deb1444b3501814f 1 0.00/1.00 vMB 0
2,867 2,867 000000006d6af482c12555a44bed3a0d4bbadf0fa27274225a1ed808b8a7d405 1 0.00/1.00 vMB 0
2,866 2,866 00000000350d428dc508d91c1716809c27bc9172d133608afdf00ffc8d7cefff 1 0.00/1.00 vMB 0
2,865 2,865 000000003224cd84d58e47966554a3799799cf2b46ff22e63ab1c106ee4c6e85 1 0.00/1.00 vMB 0
2,864 2,864 00000000c8ef57c5b6e2186198e6a94bec3b6cd3d3b77b380611ef8c665f0429 1 0.00/1.00 vMB 0
2,863 2,863 000000007c9a0b63a06defb999a89e020ec34c3b6374f042fdf6b3c3e51d13a0 1 0.00/1.00 vMB 0
2,862 2,862 00000000b310aa0dbb70363ae1410d92575d8eaddc91a581391e357ed50b2e42 1 0.00/1.00 vMB 0
2,861 2,861 00000000ec36c8bedef9062c8ede8ce0141f364dad2204f1d88a63ba94809288 1 0.00/1.00 vMB 0
2,860 2,860 000000008d84d3d671ef1d7b3996427f6ce578098708074647d002bc8a118a36 1 0.00/1.00 vMB 0
2,859 2,859 000000008f7acf8bcd700f8e96e31a2d6a7b2e002f9fa9fbf559b520b1bd5e00 1 0.00/1.00 vMB 0
2,858 2,858 00000000f26567b514e19d504b4ab552193273bb96cc8e4fef34ec5e4c970a47 1 0.00/1.00 vMB 0
2,857 2,857 00000000d7e6c1c27ea335a4014b54f51b2805cae5d4f1c19ce59a4a27e607e3 1 0.00/1.00 vMB 0
2,856 2,856 000000004c1085c45f772ff34d4e894e74290c25435103786e7355e4799e61ee 1 0.00/1.00 vMB 0
2,855 2,855 00000000e75be357ad65995aadcbc94ac72cd5138f3f81b40a79d482696c43f2 1 0.00/1.00 vMB 0
2,854 2,854 0000000026f0a9b16c3618be61c180e02ff89b95556251dcbee6ced796fdefba 1 0.00/1.00 vMB 0
2,853 2,853 00000000d46e3caa6128566282612b8dfad7870abe77395bfe183a8b570f1a86 1 0.00/1.00 vMB 0
2,852 2,852 00000000109b9ebab7924f0bb110dda99b3ef399e33dd4975cf2f69e03592726 1 0.00/1.00 vMB 0
2,851 2,851 000000005d468ff89f544ccc58cba53493cb818815455742034837091c6ad473 1 0.00/1.00 vMB 0
2,850 2,850 0000000082fe6107593d074303ab3b17996ee50ed8faa3a0faf96b736d697c34 1 0.00/1.00 vMB 0
2,849 2,849 0000000029600c3b2f4e109f98875b0a14d8aaad028f7ad6e48621c8d565351b 1 0.00/1.00 vMB 0
2,848 2,848 00000000f7542ee63bae3104312e1e5569b7244fd7b3c0d9189df10964110956 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.76 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 558.01 GB
    • Received: 7.10 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.