Loading Tool

Explorer IconExplorer

Memory Pool

28,236 transactions
7.53 vMB
0.15599323 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.49/200 MB

Candidate Block

Mining Attempt 988ae262c73bcc5e7b15595cc556e694c9add107048be99b56ffdf0798f30778
Version 20000000
Previous Block 000000000000000000016a5bd19712b819d2def2308e70253bc0106e976f4a21
Merkle Root e890bfb88062ec8b4031c6452e54432417af3c01ccdfe7c1c7ffed91085a9450
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,093
Size: 1.00 vMB
Total Fees: 0.12401046 BTC
Avg Feerate: 3.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,010 (716,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
196,102 196,102 000000000000066b4a42a7aa376b7f75fafacd7c4afcfee41a6f2f3dab74a491 0.05 MB 133 763
196,101 196,101 000000000000044fb44e0fbdfbb5944d6a4c2129916df4f168218b73256a1e93 0.02 MB 40 202
196,100 196,100 0000000000000299bd84a24da62aa17b5702133bae85ba3018f67952ce1fac6a 0.20 MB 465 245
196,099 196,099 00000000000003227a633d90aff7bcc3b5b2fcbdef35a685ff81e8fc1bdc5aef 0.05 MB 151 43
196,098 196,098 000000000000028f94857a714f2c815aee57daf589c2f5c557c5c5f789fdd779 0.25 MB 641 129
196,097 196,097 00000000000006cb88a69e10e08794d71377f73836796f8f7f3a594a53e38773 0.06 MB 133 477
196,096 196,096 000000000000048299d68517ca086572e9ecd3b463ee8e14a1b18f2be4c140ea 0.00 MB 1 0
196,095 196,095 000000000000002b9d324a6a67c758ef0e7681d12b7923ba0bfc034366e1d829 0.25 MB 538 121
196,094 196,094 0000000000000590b4b47c4db0c7c166b60bd751dbea9ea33fa437e4e4f33106 0.05 MB 136 81
196,093 196,093 00000000000002d049e7f9176a49ce359f388e7aff5f65aa297f29ac568cc45b 0.13 MB 201 95
196,092 196,092 00000000000002fecbc289e2247902c2a5f19cf4ef043a140e3b82e0b54427c0 0.08 MB 197 1,150
196,091 196,091 00000000000005b94c9afac73cd4f3f4ed5595c832e13b6cca21e3828ee3d73c 0.21 MB 455 216
196,090 196,090 000000000000045123cf4dc7a564ac5fb76962e6ba9fb0575a839284779cf7a2 0.14 MB 313 389
196,089 196,089 00000000000004e34775f4520308741e8cfccdde833de3e3e4b9a9dd98c2b45f 0.18 MB 530 135
196,088 196,088 000000000000041bd0175d0993bec5ce4a7e39e4495d5cc2557ed9a51ff326eb 0.00 MB 6 55
196,087 196,087 00000000000001ea27acd8dc1097f7926da6a39eb5c213fa79c62b1b717c2d9f 0.25 MB 529 271
196,086 196,086 0000000000000047330291dcca0cab43d4f7c9aafcaf5eb41b11df149ee6d093 0.17 MB 233 213
196,085 196,085 000000000000036b698c3682b291eb614d2f1bfa420ee6d990347eecc0e82288 0.06 MB 138 310
196,084 196,084 00000000000002b6342b4b06d37bf76bcae1611d7cc17143cbe4846b9950befb 0.05 MB 134 47
196,083 196,083 00000000000005c0736bb05aa760067bb0cfd72c77169fc035a1f0ced4b3740e 0.18 MB 400 153
196,082 196,082 000000000000016a9d9ce782df3f2d869358cb8e4320b0d640911d298282a8c7 0.03 MB 69 112
Previous 10 blocks ↓
Total Size: 778.86 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: 391.30 GB
    • Received: 3.52 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.