Loading Tool

Explorer IconExplorer

Memory Pool

84,929 transactions
31.96 vMB
0.11625000 BTC
Random Selection Loading Transactions
Max Size: 195.48/200 MB

Candidate Block

Mining Attempt bea8c0a067359d5b1c39c83fe5f97e0e8ed0e6b2eb8756ecc06f084186153bc9
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 42c723f029cac3021056fe422f555380b0433859e3db22aed31b6262f9993fe8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,736
Size: 1.00 vMB
Total Fees: 0.03742037 BTC
Feerates: 301.05 > 3.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (140,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
774,657 774,657 000000000000000000019b55367aa55afb40e429428b9b8ddcbc30fd52b2cc31 3,064 1.00/1.00 vMB 18
774,656 774,656 00000000000000000006d9a2b174edbbc17355f7c519bf13a783af6bde4b4eba 1,451 1.00/1.00 vMB 7
774,655 774,655 00000000000000000003a60f06a0b81fd806527ffc31d47b569a15fe17c57833 2,479 1.00/1.00 vMB 14
774,654 774,654 0000000000000000000328b13423a0c5e3a4b74c9807481b9a042fa4287b8855 2,509 1.00/1.00 vMB 17
774,653 774,653 0000000000000000000421adbd67cb6ebefcf668b3e7cdc01eeda0398832dc56 2,070 1.00/1.00 vMB 7
774,652 774,652 00000000000000000000b8da1a3b5bdb139c565eb34dd540bc94365635742e17 2,637 1.00/1.00 vMB 7
774,651 774,651 00000000000000000006533c686c0b26a63c4c3d794143e8143a863cedb6c832 2,242 1.00/1.00 vMB 17
774,650 774,650 0000000000000000000452cb990bd0d5911651ed296c704af9541a14b17b0dc7 1,851 1.00/1.00 vMB 28
774,649 774,649 00000000000000000006c150a764462206d64c3b366496f268d0e6dcf6ce5fd8 3,344 1.00/1.00 vMB 23
774,648 774,648 00000000000000000003c68fab88f9425b96c0858f97ae51a59f63f61a131261 816 1.00/1.00 vMB 5
774,647 774,647 00000000000000000000dead6977a1d8637f7fb6613e113bc35f37219186d863 376 1.00/1.00 vMB 1
774,646 774,646 000000000000000000019f2aac69a20023f5a3c01fc104b67019ca60be6050cc 2,601 1.00/1.00 vMB 12
774,645 774,645 000000000000000000013153bad0f058e406dfcfc600d840f12aa673ef626a78 1,628 1.00/1.00 vMB 3
774,644 774,644 000000000000000000070561c67f4e697b6668e933c07a1fbe9f19dba979e3de 2,439 1.00/1.00 vMB 13
774,643 774,643 0000000000000000000546f0727e20a6859cc178c5c81a576eb07792ddebf2c2 3,335 1.00/1.00 vMB 15
774,642 774,642 00000000000000000003bc0646e0d3a1dbaf8732b9abbc2e8019d9b2ac54929b 3,132 1.00/1.00 vMB 28
774,641 774,641 000000000000000000052d9f52f5767a00fb521d64b2f957a496244b0e23f8d4 2,742 1.00/1.00 vMB 5
774,640 774,640 0000000000000000000354503de3576ba6827f7d2a5b24c6d5ca712153283537 2,891 1.00/1.00 vMB 19
774,639 774,639 000000000000000000013a8d6e14a1bbc14fc3afd1e71e0636e7cd4abb135e85 4,344 1.00/1.00 vMB 8
774,638 774,638 00000000000000000003017e6092e9422f0c42764069e3830e8b760f27c04c07 2,514 1.00/1.00 vMB 9
774,637 774,637 00000000000000000004e8a4c96d9c1b4be2a42d6da8522e1cb2ca79cc398a0b 1,462 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.78 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: 709.71 GB
    • Received: 16.96 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.