Loading Tool

Explorer IconExplorer

Memory Pool

83,239 transactions
30.58 vMB
0.08550198 BTC
Random Selection Loading Transactions
Max Size: 187.69/200 MB

Candidate Block

Mining Attempt bb118de06ece6ef127e853bc6367e35dc2d4cbf7ae50cedb7590952dd63f3959
Version 20000000
Previous Block 0000000000000000000128573cb111401f661ea57a2bc9fbc9c48fcf8c5e1f6b
Merkle Root 8bd837dd8faa5aa07dcf7ff8b631e2b97a2e6e1e903fa5c1ff083d9a1b3adc88
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,442
Size: 1.00 vMB
Total Fees: 0.01718644 BTC
Feerates: 402.60 > 1.72 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,326 (375,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
540,202 540,202 0000000000000000002557f5121d983107a772847480f848a950e4d3cc0f32b3 2,683 1.00/1.00 vMB 10
540,201 540,201 0000000000000000000fff9e6e0b7016ebd5fd9e4dafad32e9bd4bfceed7f565 1,300 1.00/1.00 vMB 21
540,200 540,200 0000000000000000000d635518d318da38288c32ddb0bcd0e710ec2501753c72 2,777 1.00/1.00 vMB 25
540,199 540,199 0000000000000000001e5f91ead7014f4a4f207295420bd742e7168e25677f0a 2,093 1.00/1.00 vMB 9
540,198 540,198 00000000000000000017342bb505aaddc88427e9e85b943d0766be1e4b2dcd01 2,508 1.00/1.00 vMB 27
540,197 540,197 00000000000000000023523bfd621b8a47a7719c88da497064afde4e1f24f84d 2,075 1.00/1.00 vMB 16
540,196 540,196 00000000000000000024e75cddaf2e59230855e3ef9590d9e53f2e0a1e002222 2,652 1.00/1.00 vMB 39
540,195 540,195 0000000000000000001434136158077c1db97d74b5ac774c548dd2e880eb3166 2,706 1.00/1.00 vMB 46
540,194 540,194 00000000000000000019c3c5af6136adeea36e10bd72cd4be72405961d67f208 1,062 0.39/1.00 vMB 22
540,193 540,193 0000000000000000001d3bee1c0bfe41cfc2e696d4add2fc36e6f9b8c857a08f 1,179 0.48/1.00 vMB 20
540,192 540,192 00000000000000000011450b85f8698e9b07dbcebd6ab032866979779aa8647d 500 0.24/1.00 vMB 17
540,191 540,191 0000000000000000002660789a34a7767247b30c63da7f003ca2288be0104128 1,353 0.54/1.00 vMB 28
540,190 540,190 0000000000000000001bd362a66899bcaa3d63b7b77efe86e741214fb974a5ef 2,186 0.96/1.00 vMB 22
540,189 540,189 0000000000000000001afabbd5e8dea5146ebad13aab1fd15f66d55190331719 78 0.03/1.00 vMB 39
540,188 540,188 00000000000000000006d23fee49c0e43161ff8c197f9d3fb753aa5eff091311 2,175 0.98/1.00 vMB 24
540,187 540,187 000000000000000000021175fa18deb91a46103cb8c412abb36c13b481c81789 1,066 0.45/1.00 vMB 20
540,186 540,186 0000000000000000001e2a4a701d37a0d41666c1619b2e86fcd9dead74e97e1a 390 0.16/1.00 vMB 30
540,185 540,185 0000000000000000001b0d4599f7700af6fb4a9239677ac7fc1fc96f16d2051f 925 0.31/1.00 vMB 28
540,184 540,184 0000000000000000000214e0cecac365da79fd82a35c8a0c0419b7ec3e2b91a1 1,170 0.45/1.00 vMB 21
540,183 540,183 00000000000000000015d26591162d2d2c90b7de958b9027dfc6820aa84a99e2 2,377 0.91/1.00 vMB 3
540,182 540,182 00000000000000000003888d20c2573f6fe28f51a90a2b1130ce8eed02ceb988 2,396 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.96 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: 715.28 GB
    • Received: 17.70 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.