Loading Tool

Explorer IconExplorer

Memory Pool

81,856 transactions
30.55 vMB
0.07853907 BTC
Random Selection Loading Transactions
Max Size: 184.23/200 MB

Candidate Block

Mining Attempt 4263894ffc18ef74d8aac02e20fe3e12fef27a7c7b24e8c9843e4019eb5da1ae
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 128b5ed1073d0da3622c54e0c85f756f1ede14144a93cc39bb555e8998099cee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,132
Size: 1.00 vMB
Total Fees: 0.01517263 BTC
Feerates: 40.91 > 1.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (226,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
688,401 688,401 0000000000000000000667bb3a812dbd3c1c766c8eed69a23e5ed02764e3a0a2 2,704 1.00/1.00 vMB 44
688,400 688,400 0000000000000000000083839038f79e21cd5ea98745a9158924d4b99fd1d3c5 2,818 1.00/1.00 vMB 53
688,399 688,399 00000000000000000007595b32aaa02799dcba7fa02bc0bd8fd7a6bd21bda2c9 2,238 1.00/1.00 vMB 37
688,398 688,398 0000000000000000000d35122a95f63a9e8020ac47e4234e0def63589ed0ba2f 2,737 1.00/1.00 vMB 46
688,397 688,397 000000000000000000004d8323bea53b3c2e1416d4a0d6331bac670012125bc0 2,719 1.00/1.00 vMB 58
688,396 688,396 0000000000000000000a87802a750755df7b25fa856ab87f1ac2f126b790bec6 2,660 1.00/1.00 vMB 76
688,395 688,395 00000000000000000003c193afa3c546a3683d3ecd5b78b326002573f0468e59 2,993 1.00/1.00 vMB 74
688,394 688,394 0000000000000000000b557be4860c6967814c6487e1bf3164e25fa98f860ef7 2,251 1.00/1.00 vMB 91
688,393 688,393 00000000000000000005be75830173b267eee706c23bd84087105833f71d8b2f 2,559 1.00/1.00 vMB 50
688,392 688,392 00000000000000000004905d16b567f05acb21859e5649ae1ec7f4a273420115 2,380 1.00/1.00 vMB 65
688,391 688,391 0000000000000000000c1bb2c37d1983af7f6be74631e62fbf40364e70b07971 1,626 1.00/1.00 vMB 61
688,390 688,390 0000000000000000000759b0b2ffdc359a459b6d4433211f86f947f9927ec7fc 2,224 1.00/1.00 vMB 98
688,389 688,389 00000000000000000009127919353eadcd498b653b871e20c3853bd865e587a2 2,732 1.00/1.00 vMB 48
688,388 688,388 00000000000000000004234acc54434466c3d3207c5385edff3158fc4f5e58e9 2,163 1.00/1.00 vMB 59
688,387 688,387 0000000000000000000a2257d86215a6686dfab0fd66b57ad209ef33b4ac687d 1,302 1.00/1.00 vMB 92
688,386 688,386 0000000000000000000006a1bcb1373fda6a2fa38c27ad45b6cf1eb99b1d1a92 2,326 1.00/1.00 vMB 63
688,385 688,385 00000000000000000007a8a91ef0b82abf12f975001ff60f76b3ae8d29e0fc37 2,137 1.00/1.00 vMB 61
688,384 688,384 0000000000000000000605127aadad391688340b64584b200720eee46124491d 2,498 1.00/1.00 vMB 33
688,383 688,383 0000000000000000000407e6a6d4e04bfeda8db2b162476dda406998218a8e1a 2,666 1.00/1.00 vMB 58
688,382 688,382 000000000000000000029277b69abf07bdaff08037871b9da4079a0113a5c3bd 2,860 1.00/1.00 vMB 62
688,381 688,381 00000000000000000003ccb0870931807c2f7029aac2ba7b188168a4bc5ed145 2,627 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.35 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: 661.73 GB
    • Received: 14.82 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.