Loading Tool

Explorer IconExplorer

Memory Pool

85,655 transactions
31.94 vMB
0.20919927 BTC
Random Selection Loading Transactions
Max Size: 191.01/200 MB

Candidate Block

Mining Attempt c53f2843faee6e3f7d84d7843a180f0c9f90156a1f12460f99ad2f6c0f9d8556
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 94b0bbcc5b0f46dcf0bba853693e24b1c8ae4770a776de04580f3c1062fa1916
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,933
Size: 1.00 vMB
Total Fees: 0.09456735 BTC
Feerates: 529.10 > 9.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (719,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,847 195,847 00000000000004dc6f5aad26343d00fd88a74e5a55a881f0abb4aa5376f11100 223 0.08/1.00 vMB 98
195,846 195,846 000000000000012ef41c08d2835812ae1dcd2f2dc69f6da3ae1a3df29424fda4 121 0.05/1.00 vMB 242
195,845 195,845 000000000000061c46bad65ae4b76f86089149e78cca624174d343e7f365fe1e 550 0.22/1.00 vMB 612
195,844 195,844 000000000000037ef3289f1f536aac617038aa263f8a3368bfa221040b647096 1 0.00/1.00 vMB 0
195,843 195,843 00000000000004c9fe26b46faecc84696b18c3bb3a6e5ba8c14d74f149389cfd 95 0.04/1.00 vMB 322
195,842 195,842 00000000000002681d8a79c8e779deb3b8f4496af05e5e231e0ef0293fb56db8 128 0.05/1.00 vMB 127
195,841 195,841 0000000000000588d5de28a2ccf11bb3d13222b4af51577c2ac104e56fddc957 171 0.09/1.00 vMB 113
195,840 195,840 00000000000005a8796d4d93715005802e064906ade9e5a78580671f2c8eb5b0 304 0.11/1.00 vMB 200
195,839 195,839 00000000000006639f2428a613ce34352a8e6199c117ef2876c190af1a6d96b9 87 0.03/1.00 vMB 100
195,838 195,838 0000000000000678dce00b9e8ac81bea2efc46a0488b352ef7ea4ac15a9956f0 128 0.05/1.00 vMB 138
195,837 195,837 0000000000000163386d694ee602c1054b11416bf1da9f8024830c3d4fd30cf6 209 0.08/1.00 vMB 187
195,836 195,836 00000000000002cb8aae5b6dcc5da964e3805482f41834f56b542cc50cfe593e 28 0.01/1.00 vMB 98
195,835 195,835 0000000000000275881fb2165f71f95fba47fa7542fbbaf8b08f49f0d975b441 326 0.11/1.00 vMB 261
195,834 195,834 0000000000000039626909b876e5f1307c92dd2a67de3641d2aa9f8ff3dc73f3 159 0.08/1.00 vMB 198
195,833 195,833 00000000000003d62ed89643979511e58967bac8cf77465267ba7f9f1702b407 369 0.20/1.00 vMB 240
195,832 195,832 0000000000000047345475eecab0f9a220ae3013bbde3cb498e43df81703471a 6 0.00/1.00 vMB 0
195,831 195,831 000000000000040433ebe753fbc487b7029ecb514d676e719ba69c795358d460 144 0.05/1.00 vMB 263
195,830 195,830 00000000000000485fa4fc1e9f9f9c01725948a2c9fc5fb11aaf5887703a446a 97 0.04/1.00 vMB 82
195,829 195,829 00000000000005314062827bcf326025124ace423793fe02f153a4608acd5499 135 0.13/1.00 vMB 94
195,828 195,828 000000000000035234cd95b88ec21f0b0f0d7f1840dc4967e8d890d0b4bc08d0 157 0.07/1.00 vMB 227
195,827 195,827 00000000000002f7b646e9e9ae82a4fd9f6ff9ca3d8c599edf1c78b6f90f9cb8 610 0.24/1.00 vMB 170
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.70 GB
    • Received: 16.31 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.