Loading Tool

Explorer IconExplorer

Memory Pool

73,494 transactions
28.10 vMB
0.06653314 BTC
Random Selection Loading Transactions
Max Size: 167.15/200 MB

Candidate Block

Mining Attempt 375f7c0e5f43df2db249bef8d7dbc2c6ab6b94080eea0ba6fa58e500b60fdf13
Version 20000000
Previous Block 000000000000000000007c0d03566c9a659e961b946ab0c5bf9197674ecf2b24
Merkle Root a9ac036c7a1adfe33dd36e448c3ca2b04e671f25fb0dde03362676408daeec08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,210
Size: 1.00 vMB
Total Fees: 0.01035598 BTC
Feerates: 101.62 > 1.04 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,068 (230,102 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,966 684,966 0000000000000000000353a6d76d6d27ee8c7f1df211a75ab48d54623b31eaaa 2,238 1.00/1.00 vMB 108
684,965 684,965 00000000000000000005d4b5a3b11f699f329ede7793f54ba9ad0532177a9d28 1,848 1.00/1.00 vMB 102
684,964 684,964 00000000000000000004f7e4430a3e12e259f71d478435a3b4f13bb899e61530 2,831 1.00/1.00 vMB 110
684,963 684,963 00000000000000000002c8f73d3e35b9e1e1239ebe5776fabf7dc353d46a1d05 1,491 1.00/1.00 vMB 48
684,962 684,962 0000000000000000000307e7f359374a9e541861f8896e443cae99a152e342c4 2,232 1.00/1.00 vMB 89
684,961 684,961 000000000000000000019d07961fe77dbc68e40dce5d139c69f2d4a3a4db72c8 1,620 1.00/1.00 vMB 105
684,960 684,960 000000000000000000055ce18429aae565eb54e5cf3e10117587ac6a101021bf 976 1.00/1.00 vMB 102
684,959 684,959 000000000000000000036d8c24689c079ccb48bf7b76d37270158636b3dc5fe8 2,404 1.00/1.00 vMB 101
684,958 684,958 00000000000000000000b9745b22e40709f4e699bc1d19b9bcb9671d0083b4d8 2,441 1.00/1.00 vMB 41
684,957 684,957 00000000000000000004b5a463f74ed6f21cc8282186270b9b3538170cc6ae4a 1,744 1.00/1.00 vMB 65
684,956 684,956 000000000000000000059c5babf3dce995a954722ea6dc199696a86d22373cd5 2,698 1.00/1.00 vMB 118
684,955 684,955 000000000000000000021c45ce8a58a2d370d448ceb2bd20b0842133ac697c06 2,171 1.00/1.00 vMB 89
684,954 684,954 00000000000000000008336b58446ffc400b7bce1a2c0539715cb05cccdf32b6 2,710 1.00/1.00 vMB 40
684,953 684,953 000000000000000000052b470fc23a41095b3edd335eda96c839a434580ad02e 2,799 1.00/1.00 vMB 57
684,952 684,952 0000000000000000000a8b9b1382963605d191d63a8bca7ecc4b18f1fae5cf62 2,582 1.00/1.00 vMB 86
684,951 684,951 000000000000000000084d347bfc47e84589fcca717d985bf27b6b8bc36ce408 1,393 1.00/1.00 vMB 101
684,950 684,950 000000000000000000006cdac416ce17222fa0f90eb050d2b7e11773912df725 967 1.00/1.00 vMB 95
684,949 684,949 00000000000000000002b876f7c06f69ce9eedad0bb09916a5c70114b8ea2780 2,886 1.00/1.00 vMB 118
684,948 684,948 00000000000000000004176527a72b75247e468699b1e11a3490f7c4eb3516eb 2,624 1.00/1.00 vMB 86
684,947 684,947 00000000000000000006530f4567b0eb0951dd4e0dfb349093fe3508ffb585a5 2,231 1.00/1.00 vMB 68
684,946 684,946 000000000000000000027aa7ee6963772acc54dd1a7191c6db6c7f5c94ebcf9c 2,834 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.51 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: 668.67 GB
    • Received: 15.54 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.