Loading Tool

Explorer IconExplorer

Memory Pool

39,545 transactions
26.74 vMB
0.06937140 BTC
Random Selection Loading Transactions
Max Size: 138.09/200 MB

Candidate Block

Mining Attempt 03bce1d1a436885f537e609b6e3effa215926fb55eb0b15a1591fd829bd5ab8f
Version 20000000
Previous Block 00000000000000000000cb4640424bd1c2f130283339216bd0433be22d2cb445
Merkle Root 09a81d98b5761c92275da7e7a50653d0ea1a59b204d164e6a493df7f8b2214fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,081
Size: 1.00 vMB
Total Fees: 0.01883531 BTC
Feerates: 301.60 > 1.89 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,683 (125,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
789,256 789,256 00000000000000000003f0efb34c6f6c6d39de609eeacbfba800a2035fb68cb5 746 1.00/1.00 vMB 40
789,255 789,255 00000000000000000002dcec53099dffb121a752c1d652b619193335387c9113 3,538 1.00/1.00 vMB 127
789,254 789,254 000000000000000000011d3864db0a014ac76802d84082ff4930d2691a090ba1 1,924 1.00/1.00 vMB 54
789,253 789,253 00000000000000000001c918b526face5234541171b0a7a3b45e50b79b2df9fc 3,921 1.00/1.00 vMB 118
789,252 789,252 00000000000000000003e4e365560704fd75c1054e2e5183073e87b08663f8d2 4,678 1.00/1.00 vMB 92
789,251 789,251 00000000000000000004d0af747b234b66ec27efe4f9467961cb266b0a59f55d 4,804 1.00/1.00 vMB 58
789,250 789,250 000000000000000000051e7cec0b519332ebf58c564c74e4da42681bbf1b9e71 2,849 1.00/1.00 vMB 227
789,249 789,249 00000000000000000005c42715c4b0121562d9e26bae7801c349f170f1e815d5 3,895 1.00/1.00 vMB 178
789,248 789,248 000000000000000000053011ad191b6d7e601652d8f19e6d452d935b65550d88 3,386 1.00/1.00 vMB 126
789,247 789,247 00000000000000000000c6d3feaafcc2e3fa2a34840c8dbba54f63d1f39c7e40 2,491 1.00/1.00 vMB 251
789,246 789,246 000000000000000000029f63c7a56fa2cb589147d6794c9d137fb08d1a58430f 4,005 1.00/1.00 vMB 136
789,245 789,245 0000000000000000000575663a9f7a5c873f971e9222aa007cd94e952b67d449 4,288 1.00/1.00 vMB 45
789,244 789,244 0000000000000000000069762c267597f1c4afdda45c1390d77affde4e09f05a 4,403 1.00/1.00 vMB 65
789,243 789,243 00000000000000000002b531f06144374a879ed464ecd0b886aebce16f33a50e 3,560 1.00/1.00 vMB 105
789,242 789,242 00000000000000000004e5d12d2853d0aa8d845f02b3da8e598d56d10d7df029 3,966 1.00/1.00 vMB 149
789,241 789,241 00000000000000000002de2e186af72bff20588cf22bd9fe72e923fd7ca38486 3,605 1.00/1.00 vMB 192
789,240 789,240 000000000000000000021c49ec2e7f77bcc4969f17d2d0d995909dfb5091088c 4,525 1.00/1.00 vMB 73
789,239 789,239 00000000000000000003c7448c9923d9cf6623c7826ddefad87f7f988ac12c86 3,740 1.00/1.00 vMB 160
789,238 789,238 0000000000000000000224c37505a8e5d82e3fdd2d7ec201c337edc3067b2e62 3,792 1.00/1.00 vMB 166
789,237 789,237 00000000000000000003bc99d827e82d90dcad338e0fa79b433f1f0924930668 3,361 1.00/1.00 vMB 167
789,236 789,236 000000000000000000058236ec3bd67d4e6d8e38cdebe790504896eb9ad7b2f7 3,653 1.00/1.00 vMB 389
Previous 10 blocks ↓
Total Size: 781.83 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: 636.92 GB
    • Received: 12.39 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.