Loading Tool

Explorer IconExplorer

Memory Pool

35,981 transactions
25.94 vMB
0.08126352 BTC
Random Selection Loading Transactions
Max Size: 132.43/200 MB

Candidate Block

Mining Attempt e450b713b10758b3aab9b6d6d6a4b0d1e6e9f58043612bb22dad27b6984581f0
Version 20000000
Previous Block 000000000000000000018a7c9c67def46f0c877c4aaa1e2e54a892d9cd10acb4
Merkle Root 9b6f89fe9916980711f6527d24c50dfd4127470c52bd1e6929f9dbabd5f6cac1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,203
Size: 1.00 vMB
Total Fees: 0.03368153 BTC
Feerates: 151.12 > 3.38 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,690 (354,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,377 560,377 00000000000000000015d8a9f910c24955c914133acae719fb1eecfe985e1f0c 2,138 0.68/1.00 vMB 10
560,376 560,376 0000000000000000000aa049325c6d7e66197bc4ea92f8c3e0d89ed27aad89b1 951 0.53/1.00 vMB 2
560,375 560,375 0000000000000000000a957df7fd6617fd5d1747f38ac5ced8342799fc060bbd 3,082 1.00/1.00 vMB 8
560,374 560,374 0000000000000000001e0a7a186f5481ed622696608d60060b58f000d989f437 2,518 1.00/1.00 vMB 10
560,373 560,373 0000000000000000000078fe7c08fd8c10ca285220e679c0eb7d4de5a03f7b3c 3,183 1.00/1.00 vMB 13
560,372 560,372 00000000000000000013cd05148e79dc5da41275738979959bc7a5c56c4772a5 2,919 1.00/1.00 vMB 13
560,371 560,371 0000000000000000002f8b090000551e28f97e0ee54944377b148079409e6cad 3,194 1.00/1.00 vMB 24
560,370 560,370 0000000000000000001bdb5b4cc88460c41b68e66fc48f1afb8ae115c8e0efee 3,455 1.00/1.00 vMB 12
560,369 560,369 00000000000000000006325fd0111a899c986ff2792f50a8fb33d88b3a7d8c7b 1,329 0.46/1.00 vMB 10
560,368 560,368 000000000000000000094c62488a014069f324ba2d7b0b1c8a0b803c68dea54d 3,104 1.00/1.00 vMB 11
560,367 560,367 000000000000000000169cc0cfe85dc0f216c67f528491ddacec3fcd6f87ed3d 1,707 1.00/1.00 vMB 4
560,366 560,366 0000000000000000001af790b540a38026752f0f95811e3efd2b9e9e89fc4812 2,712 1.00/1.00 vMB 14
560,365 560,365 00000000000000000003d2ff7a8100ef23d2b2f20cdcc3b42bc1cae06d921198 2,609 1.00/1.00 vMB 15
560,364 560,364 000000000000000000203a0905f9a578567acb5e4a883950840e72a548e194e1 83 0.03/1.00 vMB 8
560,363 560,363 0000000000000000000a201cbd4a1ed3abc7441e02c22a3f023f54a8dcd05fc2 1,837 0.65/1.00 vMB 14
560,362 560,362 00000000000000000027083cc16f86c349af87b5989826e1c608c2d6a036de35 229 0.07/1.00 vMB 8
560,361 560,361 0000000000000000001df4135b3c5ab144377281f7005428829b64390a54b2ae 1,817 0.67/1.00 vMB 13
560,360 560,360 000000000000000000190126ae2b5e122f6103ef0f9f9e20fe77d5870237c919 3,055 1.00/1.00 vMB 10
560,359 560,359 0000000000000000000be9ff2e9b9778ad6a1e23bb7216aac6cba5161474dde1 3,091 1.00/1.00 vMB 20
560,358 560,358 00000000000000000000e2b5994887a43db9fdc99054313ce358ba9f1cf816d2 3,217 1.00/1.00 vMB 20
560,357 560,357 000000000000000000030e02c5e52206375c277d0353e2fbac1ab2d52b68a732 1,362 0.39/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.84 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: 637.65 GB
    • Received: 12.44 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.