Loading Tool

Explorer IconExplorer

Memory Pool

76,838 transactions
28.70 vMB
0.11417166 BTC
Random Selection Loading Transactions
Max Size: 173.69/200 MB

Candidate Block

Mining Attempt ed3fdcf73520a33557679b185e503d7078e3f12fa10a9b0794035d250a34e280
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root 1b2479661e5f24342ba1aaceb0b9370f0d1144bc9ac4e0a88fae3e3e765864b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,998
Size: 1.00 vMB
Total Fees: 0.05457444 BTC
Feerates: 101.65 > 5.47 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (95,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
819,421 819,421 0000000000000000000408beb1c5445c74e9089cf5a17dd11254b230f5169cd4 3,393 1.00/1.00 vMB 41
819,420 819,420 0000000000000000000300ba33f04294e4b8fd86709db9c25d3a3efe51c0399e 3,547 1.00/1.00 vMB 50
819,419 819,419 000000000000000000034e70c337ae9e43d3476b12a53c8f55c4f399d941c21b 3,583 1.00/1.00 vMB 43
819,418 819,418 000000000000000000020ce548b09a9fcf02d0b5c5630d8c437f3cf011d81de6 3,683 1.00/1.00 vMB 61
819,417 819,417 000000000000000000016b6f00bcc09d6828113efd9a5bceec8f3cc42a63045f 2,532 1.00/1.00 vMB 32
819,416 819,416 000000000000000000041828e2c9bb3f76885a360317b2d98f8d43ed5023835e 3,190 1.00/1.00 vMB 37
819,415 819,415 00000000000000000000e8b10ba4b620b5eb1380d293655e02d39fd7f490adb1 3,763 1.00/1.00 vMB 49
819,414 819,414 0000000000000000000269cb1eccf358b5ac895176e379e6d1e31d6e23605149 4,150 1.00/1.00 vMB 26
819,413 819,413 00000000000000000001a19fa2874299357fbfe9be2665bd83684897b4bebb6c 3,275 1.00/1.00 vMB 42
819,412 819,412 00000000000000000003e340635e361c4e94f70b85e110d9f3fa265ffc213b2e 4,671 1.00/1.00 vMB 27
819,411 819,411 00000000000000000000d8f65bd13f792affda31916b2cbf9e4eddde24d9ed53 6,053 1.00/1.00 vMB 26
819,410 819,410 00000000000000000002ed58776fa1d99a6535c0a2de4ad4e09261cee2e585a4 3,450 1.00/1.00 vMB 28
819,409 819,409 00000000000000000000c2fb67fb1aae5bdcfb193471ec9bd33eea809e77973a 3,016 1.00/1.00 vMB 48
819,408 819,408 000000000000000000026bc3cdfd8720dfa31197139153878aefb77a5d35324d 3,014 1.00/1.00 vMB 35
819,407 819,407 00000000000000000001961505dee43dbcd0d6411b2abb1d54b5e175a8286acc 2,371 1.00/1.00 vMB 37
819,406 819,406 00000000000000000000799fd2085384a2054b74ddbaceb6967d131613fe7c29 3,589 1.00/1.00 vMB 35
819,405 819,405 0000000000000000000196dfa08a4d6cccbf860c6b425f4747ae9b203bed0940 3,660 1.00/1.00 vMB 46
819,404 819,404 00000000000000000000918a4886c45c9156c03fa5f90685d7fc0290fc590c20 3,721 1.00/1.00 vMB 53
819,403 819,403 00000000000000000001d27859c54f08fdb3660cdea059843c18815d7a1a83ed 3,524 1.00/1.00 vMB 54
819,402 819,402 000000000000000000009b3088da70f208d9390e427bea0c060c1f98f0be88ce 3,592 1.00/1.00 vMB 40
819,401 819,401 00000000000000000001013ed68309ffe274eccde7a7193bd9afc22ca0900f71 2,855 1.00/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.59 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: 671.52 GB
    • Received: 15.95 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.