Loading Tool

Explorer IconExplorer

Memory Pool

35,592 transactions
25.98 vMB
0.06689747 BTC
Random Selection Loading Transactions
Max Size: 132.53/200 MB

Candidate Block

Mining Attempt 26eac95952e3941a2735277ec4e52477e71d04b091d9f5e6854dd699fccfec13
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 01e653261e30e16bff5ce2e46ddc6db6ce39b4ff2dee021a32f6af1dc1ace6af
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,717
Size: 1.00 vMB
Total Fees: 0.01922465 BTC
Feerates: 713.01 > 1.93 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (338,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,099 576,099 0000000000000000000dde1996feafa5fa71e774fb21cad400b0fc11b61d2784 1,866 1.00/1.00 vMB 69
576,098 576,098 000000000000000000028d4057124987a30df66e93f0cc0a2bad2520639edc8c 2,188 1.00/1.00 vMB 106
576,097 576,097 0000000000000000000edc3cccbe15764ac4dfb4e057171b9b1a41f5f4277be3 2,440 1.00/1.00 vMB 91
576,096 576,096 0000000000000000000202f5490962671f3d21046970cb319afbebec73308587 1,743 1.00/1.00 vMB 97
576,095 576,095 0000000000000000000e937473141eaead2393b28cbb03f280fa26a63974b681 1,157 1.00/1.00 vMB 113
576,094 576,094 00000000000000000008121dabeeb6a67c42e403eebfac4cdb36859e8f79be4b 2,661 1.00/1.00 vMB 130
576,093 576,093 00000000000000000010c15b9dd19e12564302d69b667a4a844b24d4a5a867f5 2,015 1.00/1.00 vMB 129
576,092 576,092 0000000000000000000a43272d7251044e244308c0fa5176b96e1732f41f5cc9 2,117 1.00/1.00 vMB 86
576,091 576,091 000000000000000000237e58ec952d1092536aa2fb55cfad8905cae2a78bb942 2,111 1.00/1.00 vMB 111
576,090 576,090 0000000000000000000dcd67abd5eea6ed21fafedaa58871110133eda676ae27 2,754 1.00/1.00 vMB 138
576,089 576,089 000000000000000000174669aaee52acd068acdc4b1afce6f011ed31e2b6d758 2,545 1.00/1.00 vMB 101
576,088 576,088 0000000000000000001579bae335c3bb1c2b354ac5b0750ad82265e9357c88c9 1,082 1.00/1.00 vMB 75
576,087 576,087 0000000000000000001a4883df773126d8ff4a33fe957e72f050d642eecc6daf 2,011 1.00/1.00 vMB 88
576,086 576,086 000000000000000000127c69765aa60a146d296b587699700fb7d13073a9da6a 1,640 1.00/1.00 vMB 79
576,085 576,085 00000000000000000024f8ef8afa025e87def3d4d2a36221c17c76d451b2daac 1,962 1.00/1.00 vMB 91
576,084 576,084 00000000000000000005cefded9ce483b0c7f3db625bc33e26f802f97e8b5d56 2,037 1.00/1.00 vMB 78
576,083 576,083 000000000000000000057ea8d711e7f917d85c940788f5ff762e8baedb3e7dcf 2,767 1.00/1.00 vMB 124
576,082 576,082 00000000000000000012fce3d6641a3ab04d0020d4a9e3d0e5d2abcf95dfcf2a 1,571 1.00/1.00 vMB 86
576,081 576,081 000000000000000000162d5f544983811dcc23b854502cefda77813c366f32e5 2,202 1.00/1.00 vMB 80
576,080 576,080 00000000000000000012b99f72fa60d1727203e00edeb59fca01edd6c9940324 2,649 1.00/1.00 vMB 81
576,079 576,079 0000000000000000001fc5051fb363f9ddda0da5df856b63199b79cf2ddf8dff 3,071 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 781.82 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: 635.99 GB
    • Received: 12.34 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.