Loading Tool

Explorer IconExplorer

Memory Pool

82,765 transactions
30.49 vMB
0.12436005 BTC
Random Selection Loading Transactions
Max Size: 184.42/200 MB

Candidate Block

Mining Attempt 05d2d7523ec3f024abfc0444e16732346ad74f1e384ba0af5b61e50ecd831f01
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 04437cb1b92b6bda4ef7effd1f5e0a4c2b7ab019f6e92795353ad3db062943c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,080
Size: 1.00 vMB
Total Fees: 0.04424824 BTC
Feerates: 150.85 > 4.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (430,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
484,879 484,879 00000000000000000016f585f1010d636e6239ce1f55e15e15543fef674a2cc3 2,172 1.00/1.00 vMB 187
484,878 484,878 00000000000000000061c99801de0efc0d536fb3b7d4cf55e9dcbb011a98bc80 2,332 0.99/1.00 vMB 192
484,877 484,877 000000000000000001157fa36f688035630560b5170f01dedc6f5ccf8a8dafca 1,807 1.00/1.00 vMB 225
484,876 484,876 000000000000000000dc352cdff7e1b903374b52bb2791e510ffc0df62e58fc2 2,309 0.98/1.00 vMB 105
484,875 484,875 0000000000000000003f25bc09521805a8f68ac93e47daae8bfebd604efde0b3 1,160 0.52/1.00 vMB 95
484,874 484,874 00000000000000000111a160ce481e5dd1f1db584a1b7a188365e13461f336f3 265 0.17/1.00 vMB 76
484,873 484,873 0000000000000000007af598f41dacb9b4d51496a7c34b10d7cb4b048f51c5e5 826 0.36/1.00 vMB 49
484,872 484,872 00000000000000000121dded4aaa2a14fdf3f0d1fa305a06f137adc44e0c547c 2,049 0.98/1.00 vMB 124
484,871 484,871 0000000000000000004be09cdac61dae31da3173fc3d593f01f4130fc78f97c9 821 0.32/1.00 vMB 106
484,870 484,870 0000000000000000011fe7ae6af5e5a3bfb70eadb30a3d62b74961a9b11e6ab3 283 0.11/1.00 vMB 112
484,869 484,869 00000000000000000096e8aeab7f1a75598ee9bd1bed76d6e794703c5bb4784c 442 0.20/1.00 vMB 101
484,868 484,868 000000000000000000cfded27808a7463df3384958e6f940d96d5a4032318a38 631 0.26/1.00 vMB 70
484,867 484,867 0000000000000000001f29007c1a7adb17810f5e86ebde112fed691834b6874c 1,681 0.99/1.00 vMB 50
484,866 484,866 000000000000000000139b099c657efe0ee54452d03593d4155addcfe9566b19 768 1.00/1.00 vMB 85
484,865 484,865 000000000000000000778cde730699357a35993c5c3fa4b9c8e50de95008604e 1,056 1.00/1.00 vMB 66
484,864 484,864 000000000000000000d033faf32aa36f9395ff642a93e0ff9794fe0b3d064c64 1,013 0.99/1.00 vMB 76
484,863 484,863 00000000000000000033b4eba3e9bb7af4b2288a6f60cb7c7160a5a4cc6b39b2 1,808 1.00/1.00 vMB 122
484,862 484,862 000000000000000000a631ebae1eca6e29a3aa3fa675e6b97e42c3bd3e0411d9 202 0.11/1.00 vMB 166
484,861 484,861 00000000000000000056def9dd5a4d9bd86d6c3770a6846024891b78d1fe6093 337 0.14/1.00 vMB 96
484,860 484,860 0000000000000000008dff60f7d14c0ff983cc3329b78b4ed9c0697696276cf5 1,213 0.52/1.00 vMB 116
484,859 484,859 000000000000000000b0c30798da4f597245ace3069ee56294356bb0bd0e0365 2,148 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.63 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: 672.37 GB
    • Received: 16.21 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.