Loading Tool

Explorer IconExplorer

Memory Pool

20,824 transactions
9.23 vMB
0.04970655 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 53.00/200 MB

Candidate Block

Mining Attempt 0819ff43ea6ee0ed4c1b44a72dfd2d82ba50931c74aa63bea450c818b946b6e1
Version 20000000
Previous Block 0000000000000000000170c67e58e6b2743a2a358553ccfe3fb9590b1d57ba5f
Merkle Root 7ed35bcf50d0b46b7bb65e368e31612252129f19291b4ca400dd456d89f0f239
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,244
Size: 1.00 vMB
Total Fees: 0.02823450 BTC
Median Feerate: 2.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,402 (768,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
145,327 145,327 00000000000002df41437667fa1e8def9e6767c7e70749dbc94e3a2f1fe0137c 45 0.02 vMB 114
145,326 145,326 0000000000000765971e2136375bcaf3e1b3efa03a8743721c11157eb5b3b9f1 95 0.03 vMB 205
145,325 145,325 0000000000000580398608c98aae95889824efec8208b5bf224097057829e301 108 0.05 vMB 173
145,324 145,324 00000000000007a5695007cd478d6a9ea4caa403b2abc6a2dbe04cabf0eefde8 24 0.02 vMB 260
145,323 145,323 00000000000002ad068b3b3ebf3f866b8daeb22e6505279cd4f8aab96ad73b49 19 0.01 vMB 138
145,322 145,322 000000000000045bf82cd02e013e235f486317035d292bd75e3e3eb9fc597c4c 8 0.00 vMB 77
145,321 145,321 00000000000006fa5cad5dae2bfe68cfdc12a61d7a45fcf5848107adb4164843 3 0.00 vMB 0
145,320 145,320 00000000000002a43861a817923b893e9f1c808feb6a28b91333225524319ef7 14 0.01 vMB 342
145,319 145,319 0000000000000371c31ce7d78cd5a810ec0bae1b932c3eee629bff2b9af55b97 58 0.02 vMB 59
145,318 145,318 00000000000004f23973d766492653b00f370ef0c5a03dceda4f09f466b26c08 15 0.00 vMB 39
145,317 145,317 00000000000004e254438403e00d82d08637a1a4c6e6f12432daa757a7437cad 45 0.02 vMB 71
145,316 145,316 000000000000048700ba15984221349fc66eb7684efc17d00216c87bec011e48 44 0.01 vMB 56
145,315 145,315 00000000000005175b8569fdde967612b03186999ec70fa257648d6af362016f 49 0.02 vMB 127
145,314 145,314 0000000000000209e05eb3ce96de42504b7f501dd69b8c7a6625ca8c6ba4bb61 60 0.03 vMB 103
145,313 145,313 000000000000029b5f8add6e05dfea954a5d0c13aa6c5499c85790f27e77b4f8 10 0.00 vMB 21
145,312 145,312 0000000000000441b8a5511473ffc72f47e354f29cd917f4a4b3d0cd69654d3e 10 0.01 vMB 9
145,311 145,311 00000000000007623fb58d5c53c065f01890aaf4b764b50317c2f35a8aed5bef 60 0.03 vMB 61
145,310 145,310 0000000000000984cf5952e8095a9a963a748721d573f630dff825b983631bad 22 0.01 vMB 92
145,309 145,309 00000000000008d42ddc3b8cb08c67fc5c6fee64ceca4f19d6b5bbfd414be71e 18 0.01 vMB 142
145,308 145,308 000000000000022fac2d353b070df25f9305165a002ee33e5192cfb7061a8efc 2 0.00 vMB 0
145,307 145,307 0000000000000972e071f3da31e444ac7b1c2096091721129dd735a15cafe1c8 30 0.02 vMB 63
Previous 10 blocks ↓
Total Size: 779.57 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: 271.18 GB
    • Received: 1.05 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.