Loading Tool

Explorer IconExplorer

Memory Pool

34,916 transactions
27.59 vMB
0.06043070 BTC
Random Selection Loading Transactions
Max Size: 138.13/200 MB

Candidate Block

Mining Attempt cfe4bb5158ad14d468ca0d53af585ae719934f106dd6fb3fd05d7c56bb287c85
Version 20000000
Previous Block 00000000000000000001ecdfcce0ab12fa730f2a6a14cc128d30915907e7d5a3
Merkle Root b0d273679b56ecec44dea6af0ac1aee61f623f0a6a95d7fc22f4a8adf9f32b56
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,508
Size: 1.00 vMB
Total Fees: 0.00814299 BTC
Feerates: 40.21 > 0.82 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,605 (496,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
418,197 418,197 0000000000000000014dd0184668ec2d7975fc19dea9c7c62eac6e8f4e69f708 2,216 1.00/1.00 vMB 56
418,196 418,196 000000000000000002df59a6223966cd7e8cf39e6bf3dc6713c6e5b7c3acaa61 396 0.16/1.00 vMB 81
418,195 418,195 000000000000000001da2a49a63fb7d0d0893ebcb892aee3fbbfa47c803f9cf0 932 0.99/1.00 vMB 28
418,194 418,194 0000000000000000037a6f26e71980105c53444aaa2c1d5f558c550e4b2b433a 1,961 0.98/1.00 vMB 54
418,193 418,193 00000000000000000529c5bb2847d9fd2fc30b815545c3604563f749d468890e 1,835 0.87/1.00 vMB 59
418,192 418,192 000000000000000002ebcebca6f9b6d3d9aff36010fc083cf9edd830dbc05f1e 1,784 0.95/1.00 vMB 60
418,191 418,191 000000000000000002d87b3061d463ece713ce544e3eea1707790ebb15979bd2 110 0.07/1.00 vMB 47
418,190 418,190 00000000000000000180c12d7f5e5bacea01a2d5494c9e2b86b6d9914dd6b7bd 683 0.99/1.00 vMB 22
418,189 418,189 000000000000000003eb486c2452cb0f3bf26c82307eafc65eecdcd7350eb7ac 1,976 1.00/1.00 vMB 58
418,188 418,188 0000000000000000026a9414c6fcaa5e2aafba00b48871cd0e230badc4afa171 15 0.00/1.00 vMB 135
418,187 418,187 0000000000000000013d682bfe86f1f3b3d810fb414f5aab240b91418c07935a 430 0.19/1.00 vMB 62
418,186 418,186 00000000000000000166589eccf2568ddf3d4adc47836a8ff4ff262915f7c953 1,471 0.66/1.00 vMB 55
418,185 418,185 000000000000000001a2728d61584b91015c57065b7691b9e29309e600bd4cf2 150 0.09/1.00 vMB 59
418,184 418,184 000000000000000001467cd8fdd5c9fd2e021b270240b634fe08259610b3563a 430 1.00/1.00 vMB 14
418,183 418,183 0000000000000000022b679586d71dcdfef3a46ed7b37c250d7a7e143694e89b 1,946 1.00/1.00 vMB 52
418,182 418,182 0000000000000000052724d7ce90ba7ef115b44f6d70a4996ffe0cac1bd2eec0 2,434 1.00/1.00 vMB 67
418,181 418,181 0000000000000000011fee5a2abdaf783ab1093588b3a94ba9f7ab5648d3f37a 1,856 0.74/1.00 vMB 66
418,180 418,180 000000000000000004ff28d453a60a399e03af46d45c6f7cd55e148b3056b399 160 0.59/1.00 vMB 8
418,179 418,179 000000000000000002083221ab321bc680daf2db348dc49826f0d8232076ee96 1,072 0.58/1.00 vMB 66
418,178 418,178 000000000000000003de3ce9ce5bc0a842c1e0745a1555f4bd6c733182c07f53 1,922 1.00/1.00 vMB 54
418,177 418,177 000000000000000003ea03acadc75b7548335e2016cb8d253a733f2f5502fd21 1,416 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 781.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.90 GB
    • Received: 11.84 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.