Loading Tool

Explorer IconExplorer

Memory Pool

53,390 transactions
29.66 vMB
0.09979471 BTC
Random Selection Loading Transactions
Max Size: 159.23/200 MB

Candidate Block

Mining Attempt 263ab86d6fd8d16261a01eebdfa6df690cf9e3d6de582ff8066cca2472e5fb9b
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root 7fd72485c5eb27fc538e07f7db30b4536a390d4a43357751fde0d6459a3010cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,778
Size: 1.00 vMB
Total Fees: 0.02839866 BTC
Feerates: 100.53 > 2.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (582,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
332,552 332,552 0000000000000000086e4d1285b819b57d2c510af233a49f10e4d8f3eeb9e329 1,027 0.73/1.00 vMB 25
332,551 332,551 00000000000000000c120061bb1100f4b0462f9c78b147298ba81385b9a3c473 607 0.25/1.00 vMB 33
332,550 332,550 0000000000000000177499f2cc1bbb882b89a7f1839f4ae0d3b17546b798116b 470 0.32/1.00 vMB 18
332,549 332,549 000000000000000009cc70c38406cc48f6b2bbf8c3888dbff10f8a02e6425794 196 0.14/1.00 vMB 16
332,548 332,548 000000000000000015d9d76b2061913b57096ca4b67ce334864ad10bf82b1a3a 1,893 1.00/1.00 vMB 29
332,547 332,547 0000000000000000115cc3da50e470b79a8ec53e8a23cbcdc7d9ec1011c9eeef 64 0.03/1.00 vMB 39
332,546 332,546 00000000000000000c8cbbaacf71c5afa8c2e7e198fe83c73d95c0d746a4c0de 40 0.02/1.00 vMB 17
332,545 332,545 000000000000000001900035be24d322d3856b98ca60dd2bac318ed37ab23fa9 918 0.53/1.00 vMB 24
332,544 332,544 0000000000000000193ffe7356df77d7a50e6a23bf480e20a23918e90ac36bc2 187 0.09/1.00 vMB 26
332,543 332,543 00000000000000000391775b5efc7e691f1d76ecef01d54a4a8f729a57c24e2b 970 0.51/1.00 vMB 25
332,542 332,542 00000000000000000ac35676c53ce32b46a4cecbb1db664b6324d38e9fe8c4fb 221 0.16/1.00 vMB 18
332,541 332,541 000000000000000004503385a1c7add8c086dddbb0f62349fc2dc08765e742c5 94 0.05/1.00 vMB 14
332,540 332,540 00000000000000000e58ababef72dddce65a4b81edd93c13041b7e76cc69ce29 139 0.06/1.00 vMB 27
332,539 332,539 00000000000000001a32818574001a9c115e4e3df97bbb8e337ab06de46d4911 211 0.12/1.00 vMB 26
332,538 332,538 0000000000000000167b2b4fc89d41bb0c6988e26b9f92cb0aba1fabc3a5795e 501 0.37/1.00 vMB 19
332,537 332,537 000000000000000013a94b1b7354dd9dc5d72e43f5b86c209d931615517f9b59 375 0.18/1.00 vMB 32
332,536 332,536 000000000000000011455ad9130beb571237ef3218b591356cd5ea4d6f7cb1d9 750 0.49/1.00 vMB 22
332,535 332,535 00000000000000000f695dd4a0ccc75dd63f698aec78a8df9797a4a7a8a6b179 383 0.22/1.00 vMB 26
332,534 332,534 000000000000000014d89e95ccd0031de4779f6652da1054adac9c859d2d86c1 79 0.04/1.00 vMB 9
332,533 332,533 0000000000000000110548957faf37340a0ae029df6471b72f9c71473d125700 834 0.44/1.00 vMB 24
332,532 332,532 00000000000000000071b933f2b0cc845e7ebd7cc99338c82b795b264d5fabcb 1,446 0.75/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.89 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: 645.15 GB
    • Received: 12.69 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.