Loading Tool

Explorer IconExplorer

Memory Pool

45,356 transactions
28.74 vMB
0.12605013 BTC
Random Selection Loading Transactions
Max Size: 152.13/200 MB

Candidate Block

Mining Attempt a542e6afd93c14bf5d0547a3e0636c1f5682edd93f528a6f6d30ce0bc3f1be50
Version 20000000
Previous Block 00000000000000000001b7fed1570278bf53c34ddd10975046ef0611921f9718
Merkle Root aab1ebbc4a958df0ad90ebee53318c582a4b7beb72e06a3bdc145a7b9577520f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,215
Size: 1.00 vMB
Total Fees: 0.07110162 BTC
Feerates: 101.65 > 7.12 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,809 (324,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,970 589,970 00000000000000000018306fcf5fca03f766483d8c1e8aed046bb13f1b85d826 3,250 1.00/1.00 vMB 79
589,969 589,969 00000000000000000006abb433a1a6d5fdbccd7bedb91ca2c6e031df934860a3 2,875 1.00/1.00 vMB 52
589,968 589,968 00000000000000000013539c53eb5fcec945ee55e218ae98acbe844cba8f4da4 3,302 1.00/1.00 vMB 62
589,967 589,967 0000000000000000001144a30eba25261a9e6e6aeda5a7dceefbf0a1af4e9484 2,387 1.00/1.00 vMB 76
589,966 589,966 00000000000000000004d898102371f1ed4581a389243d61277b4afd08a8c5b0 2,851 1.00/1.00 vMB 41
589,965 589,965 00000000000000000004381ef14dc876051f1dd80f2d2e1b124a392da810616f 3,180 1.00/1.00 vMB 34
589,964 589,964 0000000000000000001010c4ef84a06f9b2d1c70eaf147233661e2f4f86a1d84 2,764 1.00/1.00 vMB 45
589,963 589,963 0000000000000000001b1939c507b69d8fba29c8608139179c9c183feba5c504 3,141 1.00/1.00 vMB 53
589,962 589,962 000000000000000000121eee14bf7a99f55bb96166a3d9d2c8360abc50a1d260 2,176 1.00/1.00 vMB 57
589,961 589,961 000000000000000000147c6bfdcd401d06a55198a7fcb49dff6b6d57ef40bf3a 3,156 1.00/1.00 vMB 78
589,960 589,960 00000000000000000012c648072d4f654eec5009c1a58de8f8609f63c1299502 3,078 1.00/1.00 vMB 63
589,959 589,959 0000000000000000000996f40bbc85098466e2a4ebd1f7118876444be3a41823 2,665 1.00/1.00 vMB 75
589,958 589,958 0000000000000000000873e8ebc0bb1e61e560a773ec2319457b71f1b4030be0 2,850 1.00/1.00 vMB 78
589,957 589,957 00000000000000000018cd83d999efdd9fd2a064e1c1853cb667e1c543ea17ce 3,014 1.00/1.00 vMB 68
589,956 589,956 000000000000000000077cf5419855f941dfac52aef110b50afbc575b701207a 2,820 1.00/1.00 vMB 88
589,955 589,955 00000000000000000007822867e915747029fdcc50cc3f10ee602e4130794396 2,984 1.00/1.00 vMB 61
589,954 589,954 0000000000000000001985958630ae1173e05361152cc852b5e8907eb1f34b48 3,276 1.00/1.00 vMB 47
589,953 589,953 0000000000000000000c3ffd0f7b4d6303c52ad13ae3d2aefc2df0e90d1065e5 2,991 1.00/1.00 vMB 59
589,952 589,952 000000000000000000185393ffbce7878554a6941bc6d82eb4c026a347406c2e 2,344 1.00/1.00 vMB 69
589,951 589,951 0000000000000000000cd1b10fa0e0c06dcddd86a75449a383eb2445734d7f1b 2,923 1.00/1.00 vMB 84
589,950 589,950 0000000000000000000af4a6777ce2d4fd2288fc0d89bcbf49fc98a0c786e706 2,589 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 650.89 GB
    • Received: 13.34 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.