Loading Tool

Explorer IconExplorer

Memory Pool

75,915 transactions
29.23 vMB
0.08746061 BTC
Random Selection Loading Transactions
Max Size: 172.70/200 MB

Candidate Block

Mining Attempt 4d94f805992bb36aaffb3d08a8739cf12bc6a9b37cd0cc078a4a5d0970f302c5
Version 20000000
Previous Block 00000000000000000001ff05c472764085d93490be7914ce968789f65c454c48
Merkle Root 3c9c0bb5a79c26a9224834d54a28c3fd3c2dd92e92d8d51491fd63d1bbe9c4ca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,204
Size: 1.00 vMB
Total Fees: 0.02419436 BTC
Feerates: 150.77 > 2.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,040 (731,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
183,375 183,375 000000000000060b777eb5ec0a281f082bb234647cb95f3b0fff1b8044f20327 145 0.05/1.00 vMB 103
183,374 183,374 0000000000000482cac7ef0ca75df6150e9b6ce686685d1c7191112c1e90e4a1 179 0.12/1.00 vMB 104
183,373 183,373 00000000000007aaed271c02b30cb750a46f23ec4396daf92caf1db0bd39bf88 3 0.00/1.00 vMB 0
183,372 183,372 00000000000005657e3268a4ae7e23ef38aec0ad4e2521559315cdd448b8bd80 423 0.17/1.00 vMB 156
183,371 183,371 00000000000007b5946d13856492d26f1730d181259fd03e0b82d312c09d7eef 148 0.05/1.00 vMB 186
183,370 183,370 00000000000000ccf4091935ccc3e8dd77d68f8ca4edb6344988eb22a25e6147 85 0.06/1.00 vMB 75
183,369 183,369 00000000000002534fe5cb98665a1a4a145c516f422f93b3ba2b180dca841228 13 0.00/1.00 vMB 105
183,368 183,368 00000000000002222b41e8793aaa5e20acf008b9cbf45fa46dd5ffe74a15b648 127 0.04/1.00 vMB 57
183,367 183,367 0000000000000394c8bca36c6acb89916a34db1d79a75d2b224b45afefc7c34c 11 0.00/1.00 vMB 13
183,366 183,366 0000000000000654a60111476b1059da0d1354d2f9d5a10e3f267bfc79c26e52 160 0.05/1.00 vMB 45
183,365 183,365 00000000000002395c2ed25a6410abd8be70914adc553ac751ed0b2ea375712e 377 0.13/1.00 vMB 144
183,364 183,364 00000000000005a77db245d9f11a3cafe035fa3894f4b6a56b2810a8584dab9d 653 0.25/1.00 vMB 135
183,363 183,363 00000000000005b5cd7918a925319bd4117ddda4422aba555e305f26448dad1b 968 0.42/1.00 vMB 132
183,362 183,362 00000000000001feb162a4ae65a3f7ee73905b548c8ad718becbab5f3745c046 454 0.27/1.00 vMB 136
183,361 183,361 000000000000038c4fc1d2faa13d6fa30567f1ea9012ff4e7aa1d544f6e8db62 147 0.05/1.00 vMB 214
183,360 183,360 00000000000001c536f8865bd2be554372fa149eb88fb1c096f475e1c9cd8176 35 0.01/1.00 vMB 206
183,359 183,359 000000000000084edcd0a5aa753482b8443c4641daef94d6f02a46a1615f1a16 9 0.00/1.00 vMB 592
183,358 183,358 000000000000002ee0558b03b46da5f9b0cc96f91ce125f994a8d77f893aa145 130 0.05/1.00 vMB 462
183,357 183,357 00000000000005de9bf2e99147f8b43ed7ba6c27da0f4de489eba77562c2eacb 135 0.05/1.00 vMB 145
183,356 183,356 00000000000005181706065b20753cf534b417bb97d87ee8cf5c8fafad9583d2 10 0.00/1.00 vMB 0
183,355 183,355 0000000000000503eb58be9b0aae9061a3f6db3a6679dd8e8be213e94598f66c 256 0.09/1.00 vMB 96
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.93 GB
    • Received: 15.32 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.