Loading Tool

Explorer IconExplorer

Memory Pool

83,160 transactions
31.39 vMB
0.16305191 BTC
Random Selection Loading Transactions
Max Size: 186.44/200 MB

Candidate Block

Mining Attempt c554522d2eb84f7dcb5b8134fc5efe5168f2b64daaf7d63a2cbed0c48d7d53c7
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 87b44db39fdc54f7545740ac98e26a5430deaaf30bf5ecd37b4a5530923e708a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,095
Size: 1.00 vMB
Total Fees: 0.06158535 BTC
Feerates: 269.69 > 6.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (320,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,877 594,877 00000000000000000007fca1a359db22c1c1996f6f305d6e69c7cb4269fc393c 697 0.28/1.00 vMB 10
594,876 594,876 000000000000000000025afc41410c06487705c0abe086b0a2b2e9a8eb5b759e 1,744 0.50/1.00 vMB 16
594,875 594,875 000000000000000000058ac02903a5384dd4df281590b85a1fb6bd67f23c7757 1,409 0.47/1.00 vMB 10
594,874 594,874 000000000000000000000577d0923b75754166a1f4b3a4d3933045374240a231 3,095 1.00/1.00 vMB 19
594,873 594,873 00000000000000000012aa842ce4fbb6f8fde6f4fe5297de544f3ddafdc937e2 741 0.21/1.00 vMB 13
594,872 594,872 0000000000000000001241f03fb169d7dc350f0aa07088b231c53881e6cfd6bb 1,158 0.40/1.00 vMB 15
594,871 594,871 000000000000000000020a10a2c6bb3b7f5947fe8dbd3944700be37dd1224682 464 0.34/1.00 vMB 5
594,870 594,870 00000000000000000002d71378034264a2c39a2c294b866bcbd66ea160f23b74 2,449 1.00/1.00 vMB 11
594,869 594,869 0000000000000000000302bde693cbca639a72f1e919e08fb8fdc7d47536842b 1,942 1.00/1.00 vMB 3
594,868 594,868 0000000000000000000b5acc7b0724c238e3f782407ed4f4fb561a502482e93c 3,143 1.00/1.00 vMB 8
594,867 594,867 0000000000000000000dbd8e64b50d28628453c87d28baf863c35d59916d74ff 2,956 1.00/1.00 vMB 31
594,866 594,866 0000000000000000000efede0a58b39a6608449e2ad6e22c8b73c7961c60ba2d 2,996 1.00/1.00 vMB 20
594,865 594,865 00000000000000000013011de2d3f338ccdfc6cd1abef498e2af8ea5cb74ba61 2,775 1.00/1.00 vMB 27
594,864 594,864 000000000000000000071d7ca08a975aca53a2a619a78deaa4b0d043e9f1e641 984 0.36/1.00 vMB 15
594,863 594,863 00000000000000000011b48674197784688aa1e6cba92c3fb054303fc1a9bbfb 1,508 0.54/1.00 vMB 16
594,862 594,862 0000000000000000000dd2354a2c7afc33fc29bbe9dfb0c13b2e1a302aaed9e6 435 0.15/1.00 vMB 17
594,861 594,861 0000000000000000000fee7782866e79ae195e35e99e35021e5e9cb30515f0cf 1,928 0.66/1.00 vMB 18
594,860 594,860 00000000000000000010be4895ecf1336c1dfcafafa838ecc2326b51ce086a56 145 0.04/1.00 vMB 13
594,859 594,859 00000000000000000008ea8efe7d76b420ca2c5d30c177ade5581c564537e093 1,785 0.58/1.00 vMB 13
594,858 594,858 0000000000000000000bb70d79fdaed42d48eaad80335ca7b5c269fec80bb39c 2,048 0.73/1.00 vMB 18
594,857 594,857 00000000000000000002b52604ad984b54509244773d275e322d4894a0c5fc9c 1,077 0.68/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.65 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.55 GB
    • Received: 16.28 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.