Loading Tool

Explorer IconExplorer

Memory Pool

80,766 transactions
30.94 vMB
0.07082320 BTC
Random Selection Loading Transactions
Max Size: 188.31/200 MB

Candidate Block

Mining Attempt 2191d1ff1168325833a97c358c5b06b22779d9bbe39ed49b27f984387319d642
Version 20000000
Previous Block 00000000000000000000e6b6d7770bd2fe9564667081eb588a4ee37f4db3b6f3
Merkle Root d633d714375c7c7c3efead1bfc37408dadca20d2bc9b8c8f9859c656175cc2ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,896
Size: 1.00 vMB
Total Fees: 0.00426557 BTC
Feerates: 70.37 > 0.43 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,213 (417,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,021 498,021 0000000000000000008726ee5cc3f769d2219880991f99d20658ff5dc98d1c21 2,821 1.00/1.00 vMB 169
498,020 498,020 0000000000000000009cfba130777b8a5c139037a5633e684c125432a5677311 1 0.00/1.00 vMB 0
498,019 498,019 000000000000000000167a5e4307df6631d3f033087724fe89c35392fca07903 1,877 1.00/1.00 vMB 150
498,018 498,018 0000000000000000003e14beadafd6bae0d71dfc556ddbf79d62af57dcb63da6 2,949 1.00/1.00 vMB 164
498,017 498,017 0000000000000000004e56631a90571a9322f9e5e1e98cf383572ea86e6224f7 3,058 1.00/1.00 vMB 177
498,016 498,016 000000000000000000b0354da4dafe86201acd2c745bf22d7541960a47a1ea7d 2,745 1.00/1.00 vMB 190
498,015 498,015 00000000000000000003ec78da433179858a78854e829e90f35475a4c4e535e1 2,850 1.00/1.00 vMB 166
498,014 498,014 000000000000000000354da8b3e976228680d44ae0be80a9e1db11e9ac83c43d 2,622 1.00/1.00 vMB 191
498,013 498,013 0000000000000000000f59f7a87e9cf383503b89c3868ffb8164c4c0741abf1a 2,309 1.00/1.00 vMB 213
498,012 498,012 00000000000000000044e859a307b60d66ae586528fcc6d4df8a7c3eff132456 2,844 1.00/1.00 vMB 159
498,011 498,011 00000000000000000076a6ac08ed994388187321729db2e2eade4090cb1a8b3d 2,926 1.00/1.00 vMB 155
498,010 498,010 000000000000000000140885309bf0b9a499e33e45c425f87b49313a9fbc150b 2,342 1.00/1.00 vMB 137
498,009 498,009 000000000000000000278d10d30880eea8573f8ac74b3fe2ee1497f9c6088bd2 2,925 1.00/1.00 vMB 152
498,008 498,008 00000000000000000093d9f49c9b6259e135a86989a91d956114f9b97a610fae 2,712 1.00/1.00 vMB 152
498,007 498,007 0000000000000000009f4b6e17fc6a0af7449e2f0281c129b23df1c5b949a3c5 2,613 1.00/1.00 vMB 148
498,006 498,006 000000000000000000aeb5d7f7265b716b2e3ce11c1d2c9b6f736ea056434fcc 2,871 1.00/1.00 vMB 156
498,005 498,005 00000000000000000001dea6a329b29f62b4a377372137afcc96ce3eb62a5eaf 2,935 1.00/1.00 vMB 187
498,004 498,004 0000000000000000001aad27d26cc12720c3e19416f8768d8ca1f44fe2f30dc0 2,828 1.00/1.00 vMB 170
498,003 498,003 0000000000000000003f8c85be03a8133daa78a1d0c34ff1b2893dfa0064d121 2,841 1.00/1.00 vMB 167
498,002 498,002 0000000000000000002fa77331ab6d08e4750a6166f77f3dd54b83b88876517a 1,901 1.00/1.00 vMB 137
498,001 498,001 0000000000000000001ca5d7b224f34fecf5a1936561b83c79b4bc0f8860ab97 2,622 1.00/1.00 vMB 198
Previous 10 blocks ↓
Total Size: 782.76 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: 708.96 GB
    • Received: 16.80 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.