Loading Tool

Explorer IconExplorer

Memory Pool

76,260 transactions
29.18 vMB
0.10532704 BTC
Random Selection Loading Transactions
Max Size: 172.52/200 MB

Candidate Block

Mining Attempt 5b8aba6b5d237cf2d0d9e4b11570c2bfa18c75bb4baff30c8e874ec4083f0d73
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 5d4675081bfaab0447493bae429461b603b1adf7f5b877fbd43ef2421d0858f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,385
Size: 1.00 vMB
Total Fees: 0.04246964 BTC
Feerates: 201.37 > 4.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (344,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,256 570,256 00000000000000000015e58b125a755baeac08c31d7b4238e7c1dd122276615d 1,553 1.00/1.00 vMB 17
570,255 570,255 0000000000000000001467db2c100abab1d835605cf90c459f03f7d6fe4721e6 1,775 1.00/1.00 vMB 40
570,254 570,254 0000000000000000001fa5ad482580b0f03013827b05aaf399a171ef5b3fc824 2,527 1.00/1.00 vMB 64
570,253 570,253 00000000000000000006c02eac3a8138942680816545ed946501b0e26bc6662b 2,847 1.00/1.00 vMB 94
570,252 570,252 0000000000000000001ad760093ec0f984333c286be69f3d2d7a2267d7a86f9f 2,885 1.00/1.00 vMB 80
570,251 570,251 0000000000000000000a41812b2fa643c167875fe10c5e28409d316b11bb6354 2,689 1.00/1.00 vMB 52
570,250 570,250 0000000000000000001c89d672242845f3e6ec1e5d87803396515c49559f6de6 2,712 1.00/1.00 vMB 65
570,249 570,249 000000000000000000173de7668ab534e027a770a279409f7167b376240d294c 2,596 1.00/1.00 vMB 53
570,248 570,248 00000000000000000002b50bc19880f923de661015d17704dc6b3703c200a3bf 2,644 1.00/1.00 vMB 103
570,247 570,247 00000000000000000020efac88303dfbe2daf2f1636c56cf3dc303abb6d50e10 2,634 1.00/1.00 vMB 97
570,246 570,246 0000000000000000002317855d7e1d5225984a6fb9da37873e3954d470e230bb 1,658 1.00/1.00 vMB 29
570,245 570,245 000000000000000000010fd959fe5ede79623261280152d1de16168a7529e0f9 2,517 1.00/1.00 vMB 106
570,244 570,244 0000000000000000002708e5f467af5f3f977a25d63c85e2e879fa91d3203f96 2,849 1.00/1.00 vMB 72
570,243 570,243 000000000000000000118a9ac8256f437b13cb9131b4a20152b26cde5271fcf9 2,799 1.00/1.00 vMB 23
570,242 570,242 00000000000000000017cb234ad96c46684b65f5a415781df12c5b75f62771a4 3,082 1.00/1.00 vMB 86
570,241 570,241 00000000000000000019a8c01b58d3b7b55eb9c9252e2ebad988ef53ca531090 3,135 1.00/1.00 vMB 106
570,240 570,240 00000000000000000027b68db9d26885fec8dd3e785013f2355271b3ed991829 3,517 1.00/1.00 vMB 147
570,239 570,239 00000000000000000001270ac23d0aa3110b86fb7445c4e84a1a6c674b650091 1,984 1.00/1.00 vMB 49
570,238 570,238 00000000000000000010f26b5c75b0ec4c9ab7abfb7cf472d9f0f816a7499f21 2,153 1.00/1.00 vMB 55
570,237 570,237 0000000000000000000c50f7509e1a87059dee751a9d60799b7cdbdeb42b1690 2,771 1.00/1.00 vMB 56
570,236 570,236 0000000000000000001793fc66981698ce9fee011c755ac93b94f33231993500 1,578 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.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.