Loading Tool

Explorer IconExplorer

Memory Pool

24,148 transactions
11.58 vMB
0.02850349 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.85/200 MB

Candidate Block

Mining Attempt 7be17ac10929e5bf29e126291b028b01c2f5ee52f46443b0fae3a39f5c7f42e6
Version 20000000
Previous Block 000000000000000000011a75290ae074a86aa244b62cdd60847de059c4401eb0
Merkle Root 3ef1824e12a9ce2299a63cc1ce5d0f3b764b367d17fca6754b6a86098ab70b54
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,177
Size: 0.9978675 1.00 vMB
Total Fees: 0.00950169 BTC
Feerates: 40.56 > 0.95 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,700 (753,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
160,448 160,448 0000000000000bb17aa4070329f2ff7e46b1db80aa7da975144c150b394d8406 22 0.03/1.00 vMB 90
160,447 160,447 00000000000000626d02f87a28a86314c546425f3a8ae730b7a1da70b7c88668 67 0.03/1.00 vMB 85
160,446 160,446 0000000000000888b9f4941eb3a9183256d3a2634bf941fe8071c0b539183e2c 11 0.01/1.00 vMB 357
160,445 160,445 000000000000026d47aabf684eb2d3c32b865d9fdd1b027d5c772b2dc43642ad 36 0.01/1.00 vMB 490
160,444 160,444 00000000000002feff7f4d46e8fe8a8881aa77638a831d7057351f8c53262aef 43 0.03/1.00 vMB 4,050
160,443 160,443 00000000000009db91bc0e729d8af0e369ec5b346d5b778a23fe4789d188fbcf 145 0.05/1.00 vMB 2
160,442 160,442 0000000000000a033ebda956a2edebe8c1291bd782c671a1f1c060a1acddb161 63 0.05/1.00 vMB 71
160,441 160,441 00000000000001827daedf4431a3361c103a69502e9ab411f6e77e79602a2f32 1 0.00/1.00 vMB 0
160,440 160,440 0000000000000d86a86db6a01239f96fe78101cbed1d1fda0a46fe1c398bb060 63 0.03/1.00 vMB 270
160,439 160,439 0000000000000c012ecf83f691debdddb461eeba863fffd3acde57793ed096fb 76 0.09/1.00 vMB 90
160,438 160,438 0000000000000c62e884b7fe3b8e0316f8ff0f3ab69ac1264115f41b27f24f5f 40 0.04/1.00 vMB 124
160,437 160,437 00000000000008f343105a35ec6892429b0393fb870a70a8fda0819aa49eb055 127 0.04/1.00 vMB 1
160,436 160,436 00000000000003827b557ec402ac3684832120ce2840af2cdf30e47397ffc094 43 0.01/1.00 vMB 360
160,435 160,435 0000000000000213879183c4ed01b45816b3cc7bc08ae2613d6afbeea637bd4b 57 0.05/1.00 vMB 386
160,434 160,434 00000000000009e0a312b0d0f247aa3668897be8958c2b78e6f194e351fc2638 8 0.00/1.00 vMB 38
160,433 160,433 000000000000001037e6ffb90836bfcf52ca91696ee8fca4f7c130421f257b4b 38 0.01/1.00 vMB 134
160,432 160,432 00000000000007e9c2bc4edc19292e70112188e4801189e8d9c3262e27031dc9 15 0.00/1.00 vMB 51
160,431 160,431 00000000000006a657b31fc61496a273f553767839f9c2a9403194d4e51a7d31 85 0.03/1.00 vMB 135
160,430 160,430 0000000000000257a1390b873ce15d2f05194f295303a81a474aac180cef5a72 24 0.01/1.00 vMB 65
160,429 160,429 000000000000061fd931f3bd6b8a4754fb17b2742806565550dd0300b1afe5c1 36 0.04/1.00 vMB 62
160,428 160,428 000000000000034390b706aee0b6bc4733240245dc619e202dae5a7bdbc54b36 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.09 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 493.29 GB
    • Received: 3.46 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.