Loading Tool

Explorer IconExplorer

Memory Pool

80,640 transactions
34.13 vMB
0.13246087 BTC
Random Selection Loading Transactions
Max Size: 193.70/200 MB

Candidate Block

Mining Attempt 27060645df7a1cff7fbcf884f318e155a09a26d3642f7856a244cea2f518be7c
Version 20000000
Previous Block 00000000000000000000a60bb9585cbc73cfc26a5aa21cd61127adc30e701127
Merkle Root 99f4cdcd645c614eea25f2950e8d9119b0da10c98dc20f712ea44a4bec6ff89d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,431
Size: 1.00 vMB
Total Fees: 0.02161844 BTC
Feerates: 52.08 > 2.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,411 (31,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
883,496 883,496 000000000000000000014b09a3f2b5125abeaa603bbc10e257c6ee4bd566b353 3,998 1.00/1.00 vMB 2
883,495 883,495 000000000000000000023a7900e3604060e77484dd8127dc4e9614cbc5cdb8a1 2,814 1.00/1.00 vMB 2
883,494 883,494 000000000000000000014d3ae5d1bfe101b21b8e63bd20dc721901e890fd18d7 2,677 1.00/1.00 vMB 4
883,493 883,493 0000000000000000000246e2331d52234ad84070b22e7b84326971ec0d6e6991 3,207 1.00/1.00 vMB 3
883,492 883,492 00000000000000000000d232cd3cb1791f5c39c410ff3b48b5c181c69c15bca4 2,948 1.00/1.00 vMB 3
883,491 883,491 000000000000000000026841127c0dbd04ee3671db1400da57da2f37f335112f 3,160 1.00/1.00 vMB 2
883,490 883,490 0000000000000000000069315394e1a1492d1d0f8efb19d56eaa6d6a8daebc19 2,068 1.00/1.00 vMB 2
883,489 883,489 00000000000000000001ada72f416359ff15b4fe9aae795cd10127bd1e3fe3a6 1,546 1.00/1.00 vMB 1
883,488 883,488 000000000000000000015304c3c6760085572aaedf6af179efca75ca12f03ed9 3,014 1.00/1.00 vMB 4
883,487 883,487 000000000000000000018b7e6456b26ae8cc31ba30461f3986cb720a7c92dec3 2,844 1.00/1.00 vMB 2
883,486 883,486 00000000000000000000f910a9255d76339406d0a4f7458e3f84f44b2732589b 2,980 1.00/1.00 vMB 4
883,485 883,485 0000000000000000000033a7e94a0dbf41741f689e37ea322fb865823a6147d1 2,677 1.00/1.00 vMB 3
883,484 883,484 00000000000000000001c03057f041050eb07ac27f9c72d7d7992dcf144c0239 3,081 1.00/1.00 vMB 2
883,483 883,483 00000000000000000001a1164dcd299e98eb3e06bf1c41304e5186899b556847 2,418 1.00/1.00 vMB 3
883,482 883,482 00000000000000000001ed012a8a7e38c46c36f761dfacb81ef153b56b189bab 3,451 1.00/1.00 vMB 4
883,481 883,481 00000000000000000001c9ee1f09d1765c6bee80a90829b5e3677b1fa60a3ec3 3,256 1.00/1.00 vMB 2
883,480 883,480 00000000000000000001b51581479491c0164759e255ddf6edbd39f1f7d7cf72 3,086 1.00/1.00 vMB 3
883,479 883,479 00000000000000000001d8c2eacbf0203cf6f77bede0340084e8ca72f21b0d2b 3,829 1.00/1.00 vMB 3
883,478 883,478 000000000000000000011bb93213326a12004d81d69dd2143beac8a413c4fae8 3,427 1.00/1.00 vMB 7
883,477 883,477 00000000000000000000140f5ccf430e1f37ccf0edb81d0922ab9d5600e23183 2,530 1.00/1.00 vMB 2
883,476 883,476 00000000000000000001308457aa18d5173325c9c6a259db3c6bfe41ba55b88e 2,531 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.10 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: 729.55 GB
    • Received: 18.49 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.