Loading Tool

Explorer IconExplorer

Memory Pool

54,375 transactions
31.41 vMB
0.17818612 BTC
Random Selection Loading Transactions
Max Size: 168.98/200 MB

Candidate Block

Mining Attempt 599e6d780273b0cf66c63d48ca11bb817be0759bacf0dd0cf62f4fedaed99810
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 11859dfedcf48336b211df69bbad0d1f9c8d1b9a1bedaed23f89da5600fd1328
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,424
Size: 1.00 vMB
Total Fees: 0.08014443 BTC
Feerates: 150.75 > 8.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (392,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
522,573 522,573 00000000000000000016db72789e2fdc65e84bcd39b117bcfa80a9b5ec2a17a0 1,139 0.45/1.00 vMB 42
522,572 522,572 0000000000000000002bfb5616db00d596752f2b36e265293e1a3fb52f77a102 345 0.13/1.00 vMB 33
522,571 522,571 0000000000000000000d5e6e8032385bf31d80207a632a6f84f6a6008461016e 622 0.24/1.00 vMB 37
522,570 522,570 000000000000000000229a229c8935ad5cbb7ef82a5e1758ba29126a662acca9 699 0.26/1.00 vMB 32
522,569 522,569 00000000000000000026b7640b3c114f835cc9a46b2b4fe3ddbfb326eb60fcce 626 0.33/1.00 vMB 39
522,568 522,568 000000000000000000093e859256d928fd6f41e6890cfdb2451d0bc0f9b4444c 120 0.08/1.00 vMB 25
522,567 522,567 0000000000000000000a5f00acc436eea65857b8873fb3f43a2e5ed0906175b2 1,025 0.57/1.00 vMB 13
522,566 522,566 0000000000000000003746123e41853d29fc740f36cde2189a28fe3b9e59962e 1,792 1.00/1.00 vMB 10
522,565 522,565 0000000000000000000d8ea67135f352d132f1a7afc63c112b59d45b9b1799ba 2,091 1.00/1.00 vMB 10
522,564 522,564 000000000000000000354d64312ad8597117c911e4e1ddc1da1fe28731d617e5 2,230 1.00/1.00 vMB 30
522,563 522,563 00000000000000000012e1f84bf8b37e7ae20ffe2b9019d496342b1a0f0328c4 2,945 1.00/1.00 vMB 8
522,562 522,562 0000000000000000003160448db4566d3857387a9978d45a72f12d9120aeedea 1,843 1.00/1.00 vMB 11
522,561 522,561 0000000000000000001da1f09e097711158b6de49209e4d706cfd6d3f48dc831 2,412 1.00/1.00 vMB 26
522,560 522,560 00000000000000000003522fc2a0d58736d30f16fbdde6c4b6b5a29e8e7de6dc 1,781 1.00/1.00 vMB 35
522,559 522,559 00000000000000000010ffb15bf8f6459fd253f4f8489ab1bbfe05e1dafa1973 2,488 1.00/1.00 vMB 18
522,558 522,558 00000000000000000023968430ca00c2c02852d1ff93a83149ef24cfd7206ff7 2,515 1.00/1.00 vMB 66
522,557 522,557 000000000000000000304482251293422481a174309ffd4bd7e860299765e728 2,545 1.00/1.00 vMB 24
522,556 522,556 000000000000000000368b46f6a4391317e9390836bd4ecfc5746c2e63df9bf9 2,073 1.00/1.00 vMB 75
522,555 522,555 00000000000000000002e0454c1cb16d3b1fe5e3584599e858f952d35f949186 2,463 1.00/1.00 vMB 43
522,554 522,554 0000000000000000002de67286081d24b47ea4c28c9db0c353736262ccdf0167 1,863 1.00/1.00 vMB 32
522,553 522,553 0000000000000000002ddac1ef2fdee41ffbebe3597de1b2310ddef5bc8ff0f3 1,849 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.06 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: 651.12 GB
    • Received: 13.42 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.