Loading Tool

Explorer IconExplorer

Memory Pool

40,600 transactions
27.26 vMB
0.12441865 BTC
Random Selection Loading Transactions
Max Size: 140.95/200 MB

Candidate Block

Mining Attempt 86ead7204ba48693df9b3086815a206dd16d08011da9a1823dba7d8cd35d722c
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root 8102ad6dc85c3366f0e16b4918e9b40b1c134dd14a337e9e73e6c687a4cd4abb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,286
Size: 1.00 vMB
Total Fees: 0.06750367 BTC
Feerates: 285.90 > 6.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (541,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
373,259 373,259 00000000000000000edbfb69e281963730b47d9d82b2112ead4f12d4068e1f83 212 0.11/1.00 vMB 39
373,258 373,258 00000000000000000baa82059bc34016389a9f20bbc1a188cd9e5779ef55ae44 72 0.05/1.00 vMB 35
373,257 373,257 00000000000000000d0d0e7a7af70cc98ad851ec6df767d67ee1b0d27d84fae5 172 0.09/1.00 vMB 33
373,256 373,256 000000000000000009a0dbdaf45eb70cfdb460f298d6a2ef320867419fe04521 308 0.17/1.00 vMB 32
373,255 373,255 000000000000000002fe6565205d7b8d73aa1875b9bf15530f58d195e12e4d76 131 0.06/1.00 vMB 40
373,254 373,254 00000000000000000f33e033b9e01e3dd0b48ee5c0ed385e327b66d8c6498b7d 101 0.05/1.00 vMB 53
373,253 373,253 000000000000000003b480ebd9b4da7d12983c5ba439ed480f17e208755c74d5 360 0.18/1.00 vMB 39
373,252 373,252 00000000000000000890a66c31f7f02cb57bf38d7bdc54810df019a85c5f767b 812 0.55/1.00 vMB 28
373,251 373,251 00000000000000000950da0dcaf8ac3cbb4dd289514141a7bd63af0f772cab13 1,009 0.78/1.00 vMB 47
373,250 373,250 0000000000000000043979ce32b5f028da4b332b8ab3009d6b0b1220f51ed149 1,451 0.84/1.00 vMB 31
373,249 373,249 00000000000000000993f8799e0a8d901723a5b09d20912b199bddf7328a0fc3 643 0.33/1.00 vMB 37
373,248 373,248 00000000000000000fc347da1a0d5a315cc0fd78de741b735f2b8625ba4e310b 1,450 0.70/1.00 vMB 37
373,247 373,247 00000000000000000e2b2447d41e21c2a07ff217d77c3c15e2933af9f0f8e1fa 449 0.36/1.00 vMB 21
373,246 373,246 000000000000000001f70d82926db8d34a109fd7dd5733527e7812a7513ebf1d 353 0.22/1.00 vMB 38
373,245 373,245 000000000000000002e8f3915ee83dc386d2b6e00cfaea86f188942125c641fc 559 0.27/1.00 vMB 40
373,244 373,244 0000000000000000116d016bc1e5a79daf73f8bca275cf44503cd847885181c4 1,687 0.84/1.00 vMB 41
373,243 373,243 0000000000000000130324a965362767bf34fbc0cb10bb16edc1460e4c1af904 1,224 0.63/1.00 vMB 39
373,242 373,242 000000000000000007a5da63793c6b0d477659b13ad7902065e5cffa5cd81685 1,187 0.51/1.00 vMB 38
373,241 373,241 0000000000000000015bf3fa90e6f102564edb966969faf3d325b530160311fd 69 0.02/1.00 vMB 36
373,240 373,240 0000000000000000020607b24984c4d6fd026d0f8804a80c49a8b1c9c91d6e8c 225 0.10/1.00 vMB 35
373,239 373,239 00000000000000000fdb97c71053054d1ac10671aa722e735d9d72d6a8adc804 72 0.04/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.82 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.43 GB
    • Received: 12.37 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.